Default constructor. The scale parameter is set to one.
Default constructor. The scale parameter is set to one.
public RayleighDistribution();
Create a distribution with the given scale.
public RayleighDistribution(double);
RayleighDistribution Class | numerics4net.statistics.distribution Namespace