Ask a Question | Search PSRCHIVE: |
![]()
|
ExponentialDistribution.h Base class of probability density functions. Definition ExponentialDistribution.h:17 double cumulative_mean(double x) Get the first moment of the distribution averaged from 0 to x. Definition ExponentialDistribution.C:32 double cumulative_moment2(double x) Get the second moment of the distribution averaged from 0 to x. Definition ExponentialDistribution.C:39 double cumulative_distribution(double x) Get the value of the distribution function at x. Definition ExponentialDistribution.C:22 double density(double x) Get the value of the probability density at x. Definition ExponentialDistribution.C:12 Generated using doxygen 1.14.0
|