Ask a Question | Search PSRCHIVE: |
![]()
|
NormalDistribution Class Reference Base class of probability density functions. More...
Inheritance diagram for NormalDistribution:
![]()
Detailed DescriptionBase class of probability density functions. Member Function Documentation◆ cumulative_distribution()
Get the value of the distribution function at x. Implements Probability. Referenced by cumulative_mean(), cumulative_moment2(), and VanVleck::out_pow(). ◆ cumulative_mean()
Get the first moment of the distribution averaged from 0 to x. Implements Probability. References cumulative_distribution(), and density(). ◆ cumulative_mean_raw()
Get the raw first moment of the distribution averaged from 0 to x. "Raw" cumulative moments defined as can be computed for the normal distribution to be: where I called these raw rather than unnormalized since they are computed using a normalized PDF (sigma=1.0), but are not divided by the corresponding cumulative distribution. ◆ cumulative_moment2()
Get the second moment of the distribution averaged from 0 to x. Implements Probability. References cumulative_distribution(), and density(). ◆ density()
Get the value of the probability density at x. Implements Probability. Referenced by cumulative_mean(), cumulative_moment2(), and VanVleck::d_out_pow(). The documentation for this class was generated from the following files:
Generated using doxygen 1.14.0
|