Ask a Question | Search PSRCHIVE: |
![]()
|
Probability Class Referenceabstract Base class of probability density functions. More...
Inheritance diagram for Probability:
![]()
Detailed DescriptionBase class of probability density functions. Member Function Documentation◆ cumulative_distribution()
Get the value of the distribution function at x. The distribution, Implemented in ExponentialDistribution, and NormalDistribution. ◆ cumulative_mean()
Get the first moment of the distribution averaged from -inf to x. Implemented in ExponentialDistribution, and NormalDistribution. Referenced by mean(). ◆ cumulative_moment2()
Get the second moment of the distribution averaged from -inf to x. Implemented in ExponentialDistribution, and NormalDistribution. Referenced by moment2(). ◆ density()
Get the value of the probability density at x. Implemented in ExponentialDistribution, and NormalDistribution. The documentation for this class was generated from the following files:
Generated using doxygen 1.14.0
|