rmathd.cauchy

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;

Members

Functions

dcauchy
T dcauchy(T x, T location, T scale, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pcauchy
T pcauchy(T x, T location, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qcauchy
T qcauchy(T p, T location, T scale, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rcauchy
T rcauchy(T location, T scale)
Undocumented in source. Be warned that the author may not have intended to support it.
test_cauchy
void test_cauchy()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta