rmathd.beta

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
Undocumented in source.
rmathd.toms708
public import rmathd.toms708;
Undocumented in source.

Members

Functions

beta
T beta(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
dbeta
T dbeta(T x, T a, T b, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
lbeta
T lbeta(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
pbeta
T pbeta(T x, T a, T b, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
pbeta_raw
T pbeta_raw(T x, T a, T b, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qbeta
T qbeta(T alpha, T p, T q, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qbeta_raw
void qbeta_raw(T alpha, T p, T q, int lower_tail, int log_p, int swap_01, T log_q_cut, int n_N, T* qb)
Undocumented in source. Be warned that the author may not have intended to support it.
rbeta
T rbeta(T aa, T bb)
Undocumented in source. Be warned that the author may not have intended to support it.
return_q_0
immutable(string) return_q_0()
Undocumented in source. Be warned that the author may not have intended to support it.
return_q_1
immutable(string) return_q_1()
Undocumented in source. Be warned that the author may not have intended to support it.
return_q_half
immutable(string) return_q_half()
Undocumented in source. Be warned that the author may not have intended to support it.
test_beta
void test_beta()
Undocumented in source. Be warned that the author may not have intended to support it.
v_w_from__u1_bet_a
immutable(string) v_w_from__u1_bet_a()
Undocumented in source. Be warned that the author may not have intended to support it.
v_w_from__u1_bet_b
immutable(string) v_w_from__u1_bet_b()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

MLOGICAL_NA
enum MLOGICAL_NA;
Undocumented in source.
USE_LOG_X_CUTOFF
enum USE_LOG_X_CUTOFF;
Undocumented in source.
acu_min
enum acu_min;
Undocumented in source.
const1
enum const1;
Undocumented in source.
const2
enum const2;
Undocumented in source.
const3
enum const3;
Undocumented in source.
const4
enum const4;
Undocumented in source.
expmax
enum expmax;
Undocumented in source.
fpu
enum fpu;
Undocumented in source.
n_NEWTON_FREE
enum n_NEWTON_FREE;
Undocumented in source.
p_hi
enum p_hi;
Undocumented in source.
p_lo
enum p_lo;
DBL_1__eps
double DBL_1__eps;
DBL_log_v_MIN
double DBL_log_v_MIN;
Undocumented in source.

Static variables

DBL_very_MIN
double DBL_very_MIN;
Undocumented in source.

Meta