RayleighDistribution Constructor |
Initializes a new Rayleigh distribution with the given scale parameter.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public RayleighDistribution(
double scale
)
Public Sub New (
scale As Double
)
public:
RayleighDistribution(
double scale
)
new :
scale : float -> RayleighDistribution
Parameters
- scale
- Type: SystemDouble
The scale parameter, which must be positive.
See Also