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