rmathd.nbeta

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
rmathd.beta
public import rmathd.beta;
rmathd.toms708
public import rmathd.toms708;
rmathd.nchisq
public import rmathd.nchisq;
rmathd.chisq
public import rmathd.chisq;

Members

Functions

dnbeta
T dnbeta(T x, T a, T b, T ncp, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pnbeta
T pnbeta(T x, T a, T b, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
pnbeta2
T pnbeta2(T x, T o_x, T a, T b, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
pnbeta_raw
real pnbeta_raw(T x, T o_x, T a, T b, T ncp)
Undocumented in source. Be warned that the author may not have intended to support it.
qnbeta
T qnbeta(T p, T a, T b, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rnbeta
T rnbeta(T a, T b, T ncp)
Undocumented in source. Be warned that the author may not have intended to support it.
test_nbeta
void test_nbeta()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta