Numerics
While most numerical functions needed by OPS are provided by libraries such as numpy, there are a few specialized tools we have implemented. These are in the numerics subpackage.
Resampling
Tools for getting errors on pandas DataFrames.
|
Contains and organizes resampled statistics. |
|
Select samples according to block resampling. |
Lookup Functions
Interpolation tools that turn tables into functions.
|
Interpolation between datapoints. |
|
Simple mean and std for a group of LookupFunctions. |
|
Turn sparse histogram into a lookup function. |
Histograms
|
Wrapper for numpy.histogram with additional conveniences. |
|
Base class for sparse-based histograms. |
|
Convenience tool for plotting 2D histograms and plotting data atop them. |
|
Converts histograms in hists to a pandas data frame |
|
Basically a dictionary to track what each histogram should be making. |
Histogram Combiners
|
Weighted Histogram Analysis Method |