rmathd.chisq

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
rmathd.normal
public import rmathd.normal;
rmathd.gamma
public import rmathd.gamma;

Members

Functions

dchisq
T dchisq(T x, T df, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pchisq
T pchisq(T x, T df, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qchisq
T qchisq(T p, T df, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rchisq
T rchisq(T df)
Undocumented in source. Be warned that the author may not have intended to support it.
test_chisq
void test_chisq()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta