Gets the scale parameter for the distribution.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ScaleParameter As Double |
| C# |
|---|
public double ScaleParameter { get; } |
| C++ |
|---|
public: double ScaleParameter { double get (); } |
Value
The scale parameter for the distribution.
Remarks
The scale parameter of the lognormal distribution is the standard deviation of the underlying
normal distribution.
This property is read-only.