User Tools

Site Tools


sift:build_nds:nd_summary_statistics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sift:build_nds:nd_summary_statistics [2024/11/26 19:08] wikisysopsift: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 but is not included here, email info@has-motion.ca and let us know!+If there are statistics you wish to calculate they are not included here, email info@has-motion.ca and let us know! 
  
----- 
  
 ===== Measures of Central Tendencies ===== ===== Measures of Central Tendencies =====
Line 117: Line 117:
  
 ==== Percentiles ==== ==== Percentiles ====
 +**Definition:** The value of a sorted data set where x% of the data is below that value.\\
 +
 +**Equation:** {{:sift:build_nds:percentileseq.png?125}}\\
 +{{:sift:build_nds:percentileseq2.png?100}}\\
 +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, we provide the 5th and 95th percentiles.//
 +
 +----
 +
 ==== Mean Absolute Deviation ==== ==== Mean Absolute Deviation ====
 +**Definition:** The measure of variability representing the average distance of each data point and the mean of the data set.\\
 +
 +**Equation:** {{:sift:build_nds:madeq.png?125}}\\
 +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:** The measure of variability representing the average distance of each data point and the median of the data set.\\
 +
 +**Equation:** {{:sift:build_nds:madeq.png?125}}\\
 +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.1732648102.txt.gz · Last modified: 2024/11/26 19:08 by wikisysop