 | JohnsonDistributionLambda Property |
Gets and sets the lambda parameter of the Johnson distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Lambda { get; set; }
Public Property Lambda As Double
Get
Set
public:
property double Lambda {
double get ();
void set (double value);
}
member Lambda : float with get, set
Property Value
Double
See Also