Ask a Question | Search PSRCHIVE: |
Home
|
NormalDistribution.h double cumulative_moment3_raw(double x) Get the raw third moment of the distribution averaged from 0 to x. Definition: NormalDistribution.C:63 double cumulative_mean(double x) Get the first moment of the distribution averaged from 0 to x. Definition: NormalDistribution.C:26 double cumulative_mean_raw(double x) Get the raw first moment of the distribution averaged from 0 to x. Definition: NormalDistribution.C:55 double cumulative_moment2(double x) Get the second moment of the distribution averaged from 0 to x. Definition: NormalDistribution.C:32 double density(double x) Get the value of the probability density at x. Definition: NormalDistribution.C:14 double cumulative_distribution(double x) Get the value of the distribution function at x. Definition: NormalDistribution.C:20 Generated using doxygen 1.8.17
|