Top level API (cmomy
)#
Public api for cmomy
Central Moments wrapper classes#
|
Central moments wrapper of |
|
Legacy wrapper classes#
alias of |
|
alias of |
Factory methods to create wrapper objects#
|
Wrap object with central moments class. |
|
Create wrapped object from values. |
|
Create wrapped object from resampled values. |
|
Create object from raw moment data. |
|
Create new wrapped object with zeros like given wrapped object. |
Moment parameters#
|
Dataclass for moment parameters input |
Input dict for moment parameters. |
Reduction routines available at top level (reduction
)#
|
Reduce central moments array along axis. |
|
Reduce data by group. |
|
Reduce data by index |
Resampling routines available at top level (resample
)#
|
Resample and reduce data. |
|
Resample and reduce values. |
|
Factory method to create sampler. |
|
Create frequencies for random resampling (bootstrapping). |
|
Create indices for random resampling (bootstrapping). |
Default random number generator (cmomy.random
)#
|
Get default internal random number generator. |
Concatenation#
|
Concatenate moments objects. |
Convert#
|
Convert between central and raw moments type. |
|
Convert between moments array and cumulative moments array. |
Confidence intervals (confidence_interval
)#
|
Create the bootstrap confidence interval. |
Central moment array utilities (utils
)#
|
Generalized moveaxis for moments arrays. |
|
Select specific moments for a central moments array. |
|
Update weights of moments array. |
|
Convert values to central moments array. |
Pre-loaded modules#
Internal numpy.random.Generator (cmomy.random) |
|
Routines to perform central moments reduction (reduction) |
|
Routine to perform resampling (cmomy.resample) |
|
Conversion routines (convert) |
|
Interface to utility functions (cmomy.utils) |
|
Rolling and rolling exponential averages (rolling) |