4 references to FDistribution
System.Web.DataVisualization (4)
Common\Formulas\StatisticalAnalysis.cs (4)
522
fDist = 1 -
FDistribution
( valueF, inputValues[1].Length - 1, inputValues[2].Length - 1 );
527
fDist =
FDistribution
( valueF, inputValues[1].Length - 1, inputValues[2].Length - 1 );
1167
outputValues[1][0] =
FDistribution
( fValue, freedom1, freedom2 );
2162
double result =
FDistribution
( mid, m, n );