|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
namespace for the accumulators. More...
Functions | |
| gsl_movstat_accum const * | mad () |
| Moving window mean absolute deviation? More... | |
| gsl_movstat_accum const * | max () |
| Moving window maximum. More... | |
| gsl_movstat_accum const * | mean () |
| Moving window mean. More... | |
| gsl_movstat_accum const * | median () |
| Moving window median. More... | |
| gsl_movstat_accum const * | min () |
| Moving window minimum. More... | |
| gsl_movstat_accum const * | minmax () |
| Moving window minmax. More... | |
| gsl_movstat_accum const * | sd () |
| Moving window standard deviation. More... | |
| gsl_movstat_accum const * | Sn () |
| Moving window \(S_n\). More... | |
| gsl_movstat_accum const * | sum () |
| Moving window maximum. More... | |
| gsl_movstat_accum const * | Qn () |
| Moving window \(Q_n\). More... | |
| gsl_movstat_accum const * | qqr () |
| Moving window q-quantile range. More... | |
| gsl_movstat_accum const * | variance () |
| Moving window variance. More... | |
namespace for the accumulators.
|
inline |
Moving window mean absolute deviation?
Definition at line 684 of file movstat.hpp.
|
inline |
Moving window maximum.
Definition at line 688 of file movstat.hpp.
|
inline |
Moving window mean.
Definition at line 692 of file movstat.hpp.
|
inline |
Moving window median.
Definition at line 696 of file movstat.hpp.
|
inline |
Moving window minimum.
Definition at line 700 of file movstat.hpp.
|
inline |
Moving window minmax.
Definition at line 704 of file movstat.hpp.
|
inline |
Moving window \(Q_n\).
Definition at line 720 of file movstat.hpp.
|
inline |
Moving window q-quantile range.
Definition at line 724 of file movstat.hpp.
|
inline |
Moving window standard deviation.
Definition at line 708 of file movstat.hpp.
|
inline |
Moving window \(S_n\).
Definition at line 712 of file movstat.hpp.
|
inline |
Moving window maximum.
Definition at line 716 of file movstat.hpp.
|
inline |
Moving window variance.
Definition at line 731 of file movstat.hpp.