Click or drag to resize
SignTestPercentage Property
The percentage percentile of the population.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Percentage { get; set; }

Property Value

Type: Double
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