The percentage percentile of the population.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double Percentage { get; set; }
Visual Basic (Declaration)
Public Property Percentage As Double
Visual C++
public:
property double Percentage {
	double get ();
	void set (double value);
}

Field Value

A double scalar containing the value in the range (0, 1).

Remarks

Percentile is the 100 * percentage percentile of the population.

By default, Percentage = 0.5.

See Also