Ask a Question | Search PSRCHIVE: |
![]()
|
Probability.h virtual double cumulative_moment2(double x)=0 Get the second moment of the distribution averaged from -inf to x. virtual double density(double x)=0 Get the value of the probability density at x. 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 moment2(double x1, double x2) Get the second moment of the distribution averaged from x1 to x2. Definition Probability.C:20 virtual double cumulative_distribution(double x)=0 Get the value of the distribution function at x. virtual double cumulative_mean(double x)=0 Get the first moment of the distribution averaged from -inf to x. Generated using doxygen 1.14.0
|