NormalSTP#

class pyCGM2.Report.normativeDatasets.NormalSTP#

Represents normative spatio-temporal data loaded from an Excel file.

The instance construction populates the attribute data, which reports the normative spatio-temporal data as a dictionary with labels as keys, and mean and standard deviation as sub-values.

data#

Dictionary with spatio-temporal labels as keys and mean, standard deviation as sub-values.

Type:

dict

__init__()#

Initializes the NormalSTP instance and populates the data attribute from an Excel file.

Methods

__init__()

Initializes the NormalSTP instance and populates the data attribute from an Excel file.