An NDoc Documented Class Library

CauchyDistribution Constructor

Default constructor. The location parameter is set to zero and the scale parameter is set to one.

Overload List

Default constructor. The location parameter is set to zero and the scale parameter is set to one.

public CauchyDistribution();

Create a distribution with the given location and scale.

public CauchyDistribution(double,double);

See Also

CauchyDistribution Class | numerics4net.statistics.distribution Namespace