ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
gsl::movstat::accum Namespace Reference

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...
 

Detailed Description

namespace for the accumulators.

Function Documentation

◆ mad()

gsl_movstat_accum const * gsl::movstat::accum::mad ( )
inline

Moving window mean absolute deviation?

Definition at line 684 of file movstat.hpp.

◆ max()

gsl_movstat_accum const * gsl::movstat::accum::max ( )
inline

Moving window maximum.

Definition at line 688 of file movstat.hpp.

◆ mean()

gsl_movstat_accum const * gsl::movstat::accum::mean ( )
inline

Moving window mean.

Definition at line 692 of file movstat.hpp.

◆ median()

gsl_movstat_accum const * gsl::movstat::accum::median ( )
inline

Moving window median.

Definition at line 696 of file movstat.hpp.

◆ min()

gsl_movstat_accum const * gsl::movstat::accum::min ( )
inline

Moving window minimum.

Definition at line 700 of file movstat.hpp.

◆ minmax()

gsl_movstat_accum const * gsl::movstat::accum::minmax ( )
inline

Moving window minmax.

Definition at line 704 of file movstat.hpp.

◆ Qn()

gsl_movstat_accum const * gsl::movstat::accum::Qn ( )
inline

Moving window \(Q_n\).

Definition at line 720 of file movstat.hpp.

◆ qqr()

gsl_movstat_accum const * gsl::movstat::accum::qqr ( )
inline

Moving window q-quantile range.

Definition at line 724 of file movstat.hpp.

◆ sd()

gsl_movstat_accum const * gsl::movstat::accum::sd ( )
inline

Moving window standard deviation.

Definition at line 708 of file movstat.hpp.

◆ Sn()

gsl_movstat_accum const * gsl::movstat::accum::Sn ( )
inline

Moving window \(S_n\).

Definition at line 712 of file movstat.hpp.

◆ sum()

gsl_movstat_accum const * gsl::movstat::accum::sum ( )
inline

Moving window maximum.

Definition at line 716 of file movstat.hpp.

◆ variance()

gsl_movstat_accum const * gsl::movstat::accum::variance ( )
inline

Moving window variance.

Definition at line 731 of file movstat.hpp.