Click or drag to resize

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
)

Parameters

mu
Type: SystemDouble
The mean, which must be positive.
See Also