Stats Class Reference

#include <Stats.h>

Inheritance diagram for Stats:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Stats ()
double getMean () const
double getSdev () const
double getSum () const
unsigned int getNum () const
double getWmean () const
double getWsdev () const
double getWsum () const
unsigned int getWnum () const
void setWindowLength (unsigned int len)
unsigned int getWindowLength () const
void input (double v)
void process (const Eref &e, ProcPtr p)
void reinit (const Eref &e, ProcPtr p)
virtual void vProcess (const Eref &e, ProcPtr p)
 Virtual func for handling process calls for derived classes.
virtual void vReinit (const Eref &e, ProcPtr p)
void doWindowCalculation () const
void innerWindowCalculation ()

Static Public Member Functions

static const CinfoinitCinfo ()

Constructor & Destructor Documentation

Stats::Stats (  ) 

Member Function Documentation

void Stats::doWindowCalculation (  )  const

References innerWindowCalculation().

Referenced by getWmean(), getWnum(), getWsdev(), and getWsum().

Here is the call graph for this function:

double Stats::getMean (  )  const

Referenced by initCinfo().

unsigned int Stats::getNum (  )  const

Referenced by initCinfo().

double Stats::getSdev (  )  const

Referenced by initCinfo().

double Stats::getSum (  )  const

Referenced by initCinfo().

unsigned int Stats::getWindowLength (  )  const

Referenced by initCinfo().

double Stats::getWmean (  )  const

References doWindowCalculation().

Referenced by initCinfo().

Here is the call graph for this function:

unsigned int Stats::getWnum (  )  const

References doWindowCalculation().

Referenced by initCinfo().

Here is the call graph for this function:

double Stats::getWsdev (  )  const

References doWindowCalculation().

Referenced by initCinfo().

Here is the call graph for this function:

double Stats::getWsum (  )  const

References doWindowCalculation().

Referenced by initCinfo().

Here is the call graph for this function:

const Cinfo * Stats::initCinfo (  )  [static]
void Stats::innerWindowCalculation (  ) 

Referenced by doWindowCalculation().

void Stats::input ( double  v  ) 
void Stats::process ( const Eref e,
ProcPtr  p 
)

References vProcess().

Referenced by initCinfo().

Here is the call graph for this function:

void Stats::reinit ( const Eref e,
ProcPtr  p 
)

References vReinit().

Referenced by initCinfo().

Here is the call graph for this function:

void Stats::setWindowLength ( unsigned int  len  ) 

Referenced by initCinfo().

void Stats::vProcess ( const Eref e,
ProcPtr  p 
) [virtual]

Virtual func for handling process calls for derived classes.

Reimplemented in SpikeStats.

References input().

Referenced by process().

Here is the call graph for this function:

void Stats::vReinit ( const Eref e,
ProcPtr  p 
) [virtual]

Reimplemented in SpikeStats.

Referenced by reinit().


The documentation for this class was generated from the following files:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1