rna_library.processing.stats

A collection of functions for measuring statistical variation in data entries

Module Contents

Functions

iqr_excess(data)

Finds the inter-quartiles excess, or the sum of excess range outside of the

sigma_excess(data)

sigma_excess_normed(data)

mad_excess(data)

Attributes

EXCESS_MAPPER

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