resistics.statistics.utils module

resistics.statistics.utils.calcSNR(specData)[source]
resistics.statistics.utils.getStatElements(stat: str) → List[str][source]

Get statistic elements for each statistic

Parameters
statstr

The statistic for which to get the statistic elements

Returns
Dict[str, List[str]]

Mapping from a statistic name to the elements of that statistic

resistics.statistics.utils.getStatNames() → Tuple[List[str], List[str]][source]

Get a list of statistic and remotestatistic names

Returns
statsList[str]

List of signal site statistics

remoteStatsList[str]

List of remote reference statistics

resistics.statistics.utils.pearsonCoefficient(data)[source]
resistics.statistics.utils.pearsonCoefficientSpec(data)[source]