sift:build_nds:nd_summary_statistics
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sift:build_nds:nd_summary_statistics [2024/11/26 19:16] – wikisysop | sift:build_nds:nd_summary_statistics [2024/12/18 14:47] (current) – [Median Absolute Deviation] wikisysop | ||
---|---|---|---|
Line 5: | Line 5: | ||
Here we list all available summary statistics that can be computed against the ND library. | Here we list all available summary statistics that can be computed against the ND library. | ||
- | If there is a statistics you wish to calculate | + | If there are statistics you wish to calculate |
- | ---- | ||
===== Measures of Central Tendencies ===== | ===== Measures of Central Tendencies ===== | ||
Line 119: | Line 119: | ||
**Definition: | **Definition: | ||
- | **Equation: | + | **Equation: |
+ | {{: | ||
+ | x = percentile of interest\\ | ||
+ | Pi = index of xth percentile in the data set\\ | ||
+ | n = total number of points in the data set\\ | ||
+ | X = sorted data set\\ | ||
+ | Px = the data value at index Pi\\ | ||
+ | //Note: in this implementation, | ||
---- | ---- | ||
==== Mean Absolute Deviation ==== | ==== Mean Absolute Deviation ==== | ||
+ | **Definition: | ||
+ | |||
+ | **Equation: | ||
+ | N = the number of points in the data set\\ | ||
+ | u = the **mean** of the data set\\ | ||
+ | Xi = each data point in the data set\\ | ||
+ | |||
+ | ---- | ||
+ | |||
==== Median Absolute Deviation ==== | ==== Median Absolute Deviation ==== | ||
+ | **Definition: | ||
+ | |||
+ | **Equation: | ||
+ | N = the number of points in the data set\\ | ||
+ | u = the **median** of the data set\\ | ||
+ | Xi = each data point in the data set\\ |
sift/build_nds/nd_summary_statistics.1732648607.txt.gz · Last modified: 2024/11/26 19:16 by wikisysop