public double Mu { get; }
Public ReadOnly Property Mu As Double
Get
public:
property double Mu {
double get ();
}
member Mu : float with get
Note that the value of this parameter is not the mean of the distribution. It is the value given to the distribution constructor (LognormalDistribution(Double, Double)), which is the mean of the underlying normal distribution.