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 20:53] wikisysopsift:build_nds:nd_summary_statistics [2024/12/18 14:47] (current) – [Median Absolute Deviation] wikisysop
Line 7: Line 7:
 If there are statistics you wish to calculate they are 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 119: Line 119:
 **Definition:** The value of a sorted data set where x% of the data is below that value.\\ **Definition:** The value of a sorted data set where x% of the data is below that value.\\
  
-**Equation:** {{:sift:build_nds:percentileeq.png?125}}\\ +**Equation:** {{:sift:build_nds:percentileseq.png?125}}\\ 
-{{:sift:build_nds:percentileeq2.png?125}} +{{:sift:build_nds:percentileseq2.png?100}}\\ 
- += percentile of interest\\
-Px = percentile rank\\+
 Pi = index of xth percentile in the data set\\ Pi = index of xth percentile in the data set\\
 n = total number of points in the data set\\ n = total number of points in the data set\\
- +X = sorted data set\\ 
-**This implementation returns the data value at Pi.**+Px = the data value at index Pi\\
  
 //Note: in this implementation, we provide the 5th and 95th percentiles.// //Note: in this implementation, we provide the 5th and 95th percentiles.//
Line 135: Line 134:
 **Definition:** The measure of variability representing the average distance of each data point and the mean of the data set.\\ **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}}+**Equation:** {{:sift:build_nds:madeq.png?125}}\\
 N = the number of points in the data set\\ N = the number of points in the data set\\
 u = the **mean** of the data set\\ u = the **mean** of the data set\\
Line 145: Line 144:
 **Definition:** The measure of variability representing the average distance of each data point and the median of the data set.\\ **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}}+**Equation:** {{:sift:build_nds:madeq.png?125}}\\
 N = the number of points in the data set\\ N = the number of points in the data set\\
 u = the **median** of the data set\\ u = the **median** of the data set\\
 Xi = each data point in the data set\\ Xi = each data point in the data set\\
sift/build_nds/nd_summary_statistics.1732654393.txt.gz · Last modified: 2024/11/26 20:53 by wikisysop