Default constructor. Both numerator and denominator degrees of freedom are set to 1.0.
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);
FDistribution Class | numerics4net.statistics.distribution Namespace