Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
mahalanobis distance]] and [[sift:principal_component_analysis:outlier_detection_for_pca#squared_prediction_error_(spe)|spe]] are common measures used to determine outliers in a data sample. the mahalanobis distance can be conceptualized as the distance from a point to a centroid of a data set, taking into account correlations in the data set. the mahalanobis distance method can be used on pca results. this is done by measuring the distance of each point to the centroid in the transformed pca space. alternatively, the spe can be understood as the distance from the original data, to the pca reduced/transformed data points (model prediction vs the true model measurement), i.e. the distance from the original point to it's projection into the pca hyperplane. as covered in our documentation about [[sift:principal_component_analysis:outlier_detection_for_pca|outlier detection methods]], mahalanobis distance and spe complement each other quite well, and as such we decided to conjoin them into a single dialog, allowing for easier use of both methods. the mahalanobis distance and spe are found on the toolbar and under 'outlier detecting using pca' in the analysis menu. md_button.png ===== dialog ===== md_dlg.png * **grouping to search:** what kind of grouping is used to determine the centroid, combined groups, groups, workspaces * **auto-exclude results:** if checked and outliers found will automatically be removed * **number of passes:** how many times should the test be run, removing an outlier may alter the centroid, exposing more outliers * **find all outliers:** if checked, the number of passes parameter will be ignored, and the test will be run until no outliers are found * **determine number of pcs using variance explained:** if checked pcs variance explained will be displayed instead of number of pcs * **number of pcs:** how many principal components should be considered for the test * **pcs variance explained:** instead of selecting the number of pcs directly, select the amount of variance explained * **outlier alpha value:** the threshold used to determine an outlier ===== spe ===== since squared prediction error compares a single predictive point to its original value, many of the parameters in the dialog do not apply, the only parameters of note for spe are: * **auto-exclude results:** if checked and outliers found will automatically be removed * **number of pcs:** how many principal components should be considered for the test * **outlier alpha value:** the threshold used to determine an outlier ===== results ===== the mahalanobis distance and spe results appear upon completion of the test. }}