WaldDistribution Constructor |
Initializes a new Wald distribution.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public WaldDistribution(
double mean,
double shape
)
Public Sub New (
mean As Double,
shape As Double
)
public:
WaldDistribution(
double mean,
double shape
)
new :
mean : float *
shape : float -> WaldDistribution
Parameters
- mean
- Type: SystemDouble
The mean value, which must be positive. - shape
- Type: SystemDouble
The shape parameter, which must be positive.
See Also