locan.process.properties.locdata_statistics.statistics¶
- locan.process.properties.locdata_statistics.statistics(locdata, statistic_keys=('count', 'min', 'max', 'mean', 'median', 'std', 'sem'))[source]¶
Compute selected statistical parameter for localization data.
- Parameters:
locdata – Localization data
statistic_keys – Pandas statistic functions. Default: (‘count’, ‘min’, ‘max’, ‘mean’, ‘median’, ‘std’, ‘sem’)
- Returns:
A dict with descriptive statistics.
- Return type:
dict[str, Any]