An NDoc Documented Class Library

FDistribution Constructor

Default constructor. Both numerator and denominator degrees of freedom are set to 1.0.

Overload List

Default constructor. Both numerator and denominator degrees of freedom are set to 1.0.

public FDistribution();

Create a distribution with the given parameters.

public FDistribution(double,double);

See Also

FDistribution Class | numerics4net.statistics.distribution Namespace