om_code.omstats#

Functions

cleansc(self)

Ensure that NaNs do not change numeric variables from being floats.

findareasunder(t, fs, gs, logs)

Given samples of f, as arguments fs, and of df, as arguments gs, either find the area under df/dt vs f and the area under f vs t or if logs find the area under d/dt log(f) vs f and the area under f vs t.

findlocalmaxderiv(f, gs, axgr, figs, ...)

Check the derivative for local maxima.

findsummarystats(dtype, derivname, logs, ...)

Finds summary statistics from GP fit to time series of dtype

statserr(d)

Errors in statistics calculated from samples from a Gaussian process are half the interquartile range (consistent with fitderiv).