Gets the scale parameter of the Pareto distribution.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public double ScaleParameter { get; }
Public ReadOnly Property ScaleParameter As Double
	Get
public:
property double ScaleParameter {
	double get ();
}
member ScaleParameter : float with get

See Also