Laplace Constructor (Double, Double)
|
Creates new instance of Laplace with user specified parameters.
Namespace:
FinMath.Statistics.Distributions
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public Laplace(
double mean,
double scale
)
Parameters
- mean
- Type: SystemDouble
Mean. - scale
- Type: SystemDouble
Scale, must be positive.
See Also