rna_library.processing.stats¶
A collection of functions for measuring statistical variation in data entries
Module Contents¶
Functions¶
|
Finds the inter-quartiles excess, or the sum of excess range outside of the |
|
|
|
|
|
Attributes¶
-
rna_library.processing.stats.iqr_excess(data)¶ Finds the inter-quartiles excess, or the sum of excess range outside of the first quartile or third quartile minus and plus the inter-quartile range, respectively.
- Param
List[float] data: data series to analyze.
- Return type
float
- Parameters
data (List[float]) –
-
rna_library.processing.stats.sigma_excess(data)¶
-
rna_library.processing.stats.sigma_excess_normed(data)¶
-
rna_library.processing.stats.mad_excess(data)¶
-
rna_library.processing.stats.EXCESS_MAPPER¶