An NDoc Documented Class Library

BetaDistribution Constructor

Default constructor. Both alpha and beta are set to 1.0.

Overload List

Default constructor. Both alpha and beta are set to 1.0.

public BetaDistribution();

Create a distribution with the given parameters.

public BetaDistribution(double,double);

See Also

BetaDistribution Class | numerics4net.statistics.distribution Namespace