- NEEDED_SCALE
immutable(string) NEEDED_SCALE()
Undocumented in source. Be warned that the author may not have intended to support it.
- dgamma
T dgamma(T x, T shape, T scale, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
- lgamma1p
T lgamma1p(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
- log1pmx
T log1pmx(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
- logspace_add
T logspace_add(T logx, T logy)
Undocumented in source. Be warned that the author may not have intended to support it.
- logspace_sub
T logspace_sub(T logx, T logy)
Undocumented in source. Be warned that the author may not have intended to support it.
- logspace_sum
T logspace_sum(const(T)* logx, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
- pgamma
T pgamma(T x, T alph, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- pgamma_raw
T pgamma_raw(T x, T alph, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- qchisq_appr
T qchisq_appr(T p, T nu, T g, int lower_tail, int log_p, T tol)
Undocumented in source. Be warned that the author may not have intended to support it.
- qgamma
T qgamma(T p, T alpha, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- rgamma
T rgamma(T a, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
- test_gamma
void test_gamma()
Undocumented in source. Be warned that the author may not have intended to support it.
- dpnorm
T dpnorm(T x, int lower_tail, T lp)
Undocumented in source. Be warned that the author may not have intended to support it.
- dpois_wrap
T dpois_wrap(T x_plus_1, T lambda, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
- logcf
T logcf(T x, T i, T d, T eps)
Undocumented in source. Be warned that the author may not have intended to support it.
- pd_lower_cf
T pd_lower_cf(T y, T d)
Undocumented in source. Be warned that the author may not have intended to support it.
- pd_lower_series
T pd_lower_series(T lambda, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
- pd_upper_series
T pd_upper_series(T x, T y, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- pgamma_smallx
T pgamma_smallx(T x, T alph, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- ppois_asymp
T ppois_asymp(T x, T lambda, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.