rmathd.nchisq

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
Undocumented in source.
rmathd.gamma
public import rmathd.gamma;
Undocumented in source.
rmathd.chisq
public import rmathd.chisq;
Undocumented in source.
rmathd.poisson
public import rmathd.poisson;
Undocumented in source.

Members

Functions

dnchisq
T dnchisq(T x, T df, T ncp, int give_log)
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.
pnchisq
T pnchisq(T x, T df, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
pnchisq_raw
T pnchisq_raw(T x, T f, T theta, T errmax, T reltol, int itrmax, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qnchisq
T qnchisq(T p, T df, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rnchisq
T rnchisq(T df, T lambda)
Undocumented in source. Be warned that the author may not have intended to support it.
test_nchisq
void test_nchisq()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_dbl_min_exp
double _dbl_min_exp;
Undocumented in source.

Meta