Studentized range (q) distribution. Used in Tukey's HSD post hoc test. method from: QUANTILES FROM THE MAXIMUM STUDENTIZED RANGE DISTRIBUTION, Ferreira, Rev. Mat. Estat., v.25, n.1, p.117-135, 2007 table from: Tables of range and studentized range, Harter, 1960 and Lawal B, Applied Statistical Methods in Agriculture, Health and Life Sciences, DOI 10.1007/978-3-319-05555-8, 2014
Static member | Description |
Full Usage:
StudentizedRange.CDF(q) (r) (v) (c) (accuracy) (computeParallel)
Parameters:
float
-
r : float
-
v : float
-
c : float
-
accuracy : int option
-
computeParallel : bool
-
Returns: float
|
Computes the cumulative density function.
Example
|
Full Usage:
StudentizedRange.CheckParam(q) (r) (v)
Parameters:
float
-
r : float
-
v : float
-
|
Example
|
Full Usage:
StudentizedRange.Init(r) (v) (c) (accuracy) (computeParallel)
Parameters:
float
-
v : float
-
c : float
-
accuracy : int option
-
computeParallel : bool
-
Returns: ContinuousDistribution<float, float>
|
Initializes a studentized range distribution.
Example
|
Full Usage:
StudentizedRange.InvCDF(q) (r) (v) (c)
Parameters:
'a
-
r : 'b
-
v : 'c
-
c : 'd
-
Returns: 'e
|
Example
|
Full Usage:
StudentizedRange.Mean
Returns: float
|
|
Full Usage:
StudentizedRange.Mode
Returns: float
|
|
Full Usage:
StudentizedRange.PDF
Returns: float
|
|
Full Usage:
StudentizedRange.Sample()
Returns: 'a
|
|
Full Usage:
StudentizedRange.StandardDeviation
Returns: float
|
|
Full Usage:
StudentizedRange.Variance
Returns: float
|
|