LaplaceDistributionMu Property |
Gets or sets the parameter mu which is used for generation of laplace distributed random numbers.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public double Mu { get; set; }
Property Value
DoubleRemarks Call
IsValidMu(Double) to determine whether a value is valid and therefor assignable.
See Also