WaldDistribution Constructor
Initializes a new Wald distribution.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 Double
- The mean value, which must be positive.
- shape Double
- The shape parameter, which must be positive.