The hypothesized percentile of the population.

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

Syntax

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

Field Value

A double scalar containing the hypothesized percentile of the population from which x was drawn.

Remarks

By default, Percentile = 0.0.

See Also