Module rgsl::randist::exponential_power
[−]
[src]
Functions
| exppow |
This function returns a random variate from the exponential power distribution with scale parameter a and exponent b. The distribution is, |
| exppow_P |
This function computes tthe cumulative distribution functions P(x), Q(x) for the exponential power distribution with parameters a and b. |
| exppow_Q |
This function computes tthe cumulative distribution functions P(x), Q(x) for the exponential power distribution with parameters a and b. |
| exppow_pdf |
This function computes the probability density p(x) at x for an exponential power distribution with scale parameter a and exponent b, using the formula given above. |