Function or value | Description |
Full Usage:
mahalanobisDistanceOfEntry dataMatrix dataSource orientation observation
Parameters:
matrix
dataSource : DataSource
orientation : Orientation
observation : seq<float>
Returns: float
|
Returns Mahalanobi's distance for an individual observation in a matrix.
dataSource - Sample or Population.
|
Full Usage:
mahalanobisDistances dataSource orientation dataMatrix
Parameters:
DataSource
orientation : Orientation
dataMatrix : matrix
Returns: float[]
|
Returns Mahalanobi's distance for for every observation in a matrix.
dataSource - Sample or Population.
|
Full Usage:
populationIntervalByZScore minZ maxZ ls
Parameters:
float
-
maxZ : float
-
ls : float list
-
Returns: Interval<float>
|
Example
|
Full Usage:
sampleIntervalByZscore minZ maxZ ls
Parameters:
float
-
maxZ : float
-
ls : float list
-
Returns: Interval<float>
|
Example
|
Tukey's fences based on interquartile range. c defines the magnitude of interquartile range that is added/subtracted to Q3 and Q1 respectively.
Example
|
|
Full Usage:
zScore x m s
Parameters:
float
-
m : float
-
s : float
-
Returns: float
|
Returns Z Score for an individual point.
Example
|
Full Usage:
zScoresOfPopulation ls
Parameters:
float list
-
Returns: float list
|
Example
|
Full Usage:
zScoresOfSample ls
Parameters:
float list
-
Returns: float list
|
Example
|