rmathd.nf

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
Undocumented in source.
rmathd.nchisq
public import rmathd.nchisq;
Undocumented in source.
rmathd.chisq
public import rmathd.chisq;
Undocumented in source.
rmathd.nbeta
public import rmathd.nbeta;
Undocumented in source.
rmathd.gamma
public import rmathd.gamma;
Undocumented in source.

Members

Functions

dnf
T dnf(T x, T df1, T df2, T ncp, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pnf
T pnf(T x, T df1, T df2, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qnf
T qnf(T p, T df1, T df2, T ncp, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rnf
T rnf(T df1, T df2, T ncp)
Undocumented in source. Be warned that the author may not have intended to support it.
test_nf
void test_nf()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta