LogNormalDistributionMean Property |
The lognormal probability distribution mean parameter.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Mean { get; }
Public Overridable ReadOnly Property Mean As Double
Get
public:
virtual property double Mean {
double get ();
}
abstract Mean : float with get
override Mean : float with get
Property Value
Type:
Double
A
double representing the mean parameter.
See Also