Ask a Question | Search PSRCHIVE: |
Home
|
Probability.h virtual double density(double x)=0 Get the value of the probability density at x. static void children(std::vector< Reference::To< Predictor > > &) Factory helper creates a vector of pointers to derived class instances. Definition: Predictor_children.C:22 virtual double moment2(double x1, double x2) Get the second moment of the distribution averaged from x1 to x2. Definition: Probability.C:20 virtual double mean(double x1, double x2) Get the first moment of the distribution averaged from x1 to x2. Definition: Probability.C:11 virtual double cumulative_mean(double x)=0 Get the first moment of the distribution averaged from -inf to x. virtual double cumulative_moment2(double x)=0 Get the second moment of the distribution averaged from -inf to x. virtual double cumulative_distribution(double x)=0 Get the value of the distribution function at x. Generated using doxygen 1.8.17
|