SignTestPercentile Property |
The hypothesized percentile of the population.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Percentile { get; set; }
Public Property Percentile As Double
Get
Set
public:
property double Percentile {
double get ();
void set (double value);
}
member Percentile : float with get, set
Property Value
Type:
Double
A
double scalar containing the hypothesized percentile of the
population from which
x was drawn.
Remarks
By default, Percentile = 0.0.
See Also