An NDoc Documented Class Library

FDistribution Constructor (Double, Double)

Create a distribution with the given parameters.

public FDistribution(
   double dfn,
   double dfd
);

Parameters

dfn
Numerator degrees of freedom.
dfd
Denominator degrees of freedom.

See Also

FDistribution Class | numerics4net.statistics.distribution Namespace | FDistribution Constructor Overload List