The Math of Principal Component Analysis (PCA): Difference between revisions

From Software Product Documentation
Jump to navigation Jump to search
(Created page with "{{Languages}} {| align="right" | __TOC__ |} New technology allows researchers to generate large quantities of data, whether it be time-series data, or any other waveform dat...")
 
No edit summary
Line 10: Line 10:


Traditional approaches of extracting features from waveform data (max, min, range, etc.), mentioned in the text, result in a lose of so much temporal information in the waveform, leading to such a large reduction and discarded info. Additionally, varying definitions of these discrete parameters across the field lead to inconsistent conclusions, and these measures may not always be definitive in certain populations. One such example in the text found that knee adduction angles in patients with OA don’t have definitive peaks, and thus finding max and min angles is meaningless.
Traditional approaches of extracting features from waveform data (max, min, range, etc.), mentioned in the text, result in a lose of so much temporal information in the waveform, leading to such a large reduction and discarded info. Additionally, varying definitions of these discrete parameters across the field lead to inconsistent conclusions, and these measures may not always be definitive in certain populations. One such example in the text found that knee adduction angles in patients with OA don’t have definitive peaks, and thus finding max and min angles is meaningless.
=PCA=

Revision as of 16:03, 6 October 2023

Language:  English  • français • italiano • português • español 

New technology allows researchers to generate large quantities of data, whether it be time-series data, or any other waveform data that we commonly see in biomechanics research. And what is common amongst all these forms of data is that they are highly dimensional. With new technologies like [Markerless], we are collecting so much more data that trying to make meaningful comparisons is difficult to understand and to do computationally.

In the research methods in biomechanics text, it is emphasized that the basic point of looking at methods of processing waveform data is that no matter the type of research questions that a biomechanist is trying to answer, transforming our data into smaller forms makes it more manageable and useful for analysis. Prior to being able to make meaningful comparisons, we want to reduce the amount of data and not lose any important discriminatory information that may be crucial to our comparisons.

Traditional approaches of extracting features from waveform data (max, min, range, etc.), mentioned in the text, result in a lose of so much temporal information in the waveform, leading to such a large reduction and discarded info. Additionally, varying definitions of these discrete parameters across the field lead to inconsistent conclusions, and these measures may not always be definitive in certain populations. One such example in the text found that knee adduction angles in patients with OA don’t have definitive peaks, and thus finding max and min angles is meaningless.

PCA

Retrieved from ""