attitude.display.plot.cov_types package

Submodules

attitude.display.plot.cov_types.misc module

attitude.display.plot.cov_types.misc.augment(x)[source]
attitude.display.plot.cov_types.misc.ci(a, which=95, axis=None)[source]

Return a percentile range from an array of values.

attitude.display.plot.cov_types.misc.percentiles(a, pcts, axis=None)[source]

Like scoreatpercentile but can take and return array of percentiles. Parameters ———- a : array

data
pcts : sequence of percentile values
percentile or percentiles to find score at
axis : int or None
if not None, computes scores over this axis
scores: array
array of scores at requested percentiles first dimension is length of object passed to pcts

attitude.display.plot.cov_types.regressions module

A temporary module for holding regression functions before merging with the main regression functionality of the module

attitude.display.plot.cov_types.regressions.bootstrap_noise(data, func, n=10000, std=1, symmetric=True)[source]

Bootstrap by adding noise

attitude.display.plot.cov_types.regressions.bootstrap_resampled(data, func, n=10000)[source]
attitude.display.plot.cov_types.regressions.hyperbola(cov, axes, means, xvals, n=1, level=1)[source]

Module contents