Ask a Question | Search PSRCHIVE: |
Home
|
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_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 is the (lower) incomplete gamma function. For odd m, this becomes really easy since a is then an integer. This is used in the following functions. 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. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|