Skip to content

Commit 675ec24

Browse files
authored
typo (#9605)
1 parent 461d934 commit 675ec24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Web.UI.DataVisualization.Charting/StatisticFormula.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ double result = Chart1.DataManipulator.Statistics.InverseNormalDistribution(.05)
440440
<Parameter Name="degreeOfFreedom" Type="System.Int32" />
441441
</Parameters>
442442
<Docs>
443-
<param name="probability">Probability for the F distribution. The acceptable range is between 0 and 1.</param>
443+
<param name="probability">Probability for the *t*-distribution. The acceptable range is between 0 and 1.</param>
444444
<param name="degreeOfFreedom">Degree of freedom.</param>
445445
<summary>The inverse *t*-distribution formula calculates the *t*-value of the Student's *t*-distribution as a function of probability and degrees of freedom.</summary>
446446
<returns>Inverse of the *t*-distribution.</returns>

0 commit comments

Comments
 (0)