Gets the scale parameter of 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 of the distribution.

Remarks

The scale parameter of an exponential distribution can have many interpretations. It is most often the waiting time until a certain event occurs.

Remarks

This property is read-only.