CGM1_GPS#
- class pyCGM2.Processing.Scores.scoreProcedures.CGM1_GPS(pointSuffix: str | None = None)#
Gait Profile Score (GPS) calculation based on Baker et al. 2009.
This class computes the GPS which is a summary measure of the deviation of an individual’s gait from normative gait data.
- Parameters:
pointSuffix (Optional[str], optional) – Suffix added to model outputs. Defaults to None.
References
Baker, Richard; McGinley, Jennifer L.; Schwartz, Michael H.; Beynon, Sarah; Rozumalski, Adam; Graham, H. Kerr; Tirosh, Oren (2009) The gait profile score and movement analysis profile. In: Gait & posture, vol. 30, n° 3, p. 265–269. DOI: 10.1016/j.gaitpost.2009.05.020.
- __init__(pointSuffix: str | None = None)#
Methods
__init__
([pointSuffix])