bd0.c | done ./lib/bd0.ts | no | hidden, used by modules dbinom.c ,dpois.c dt.c |
bessel_i.c | done | no | R "besseli" Modified Bessel function of first kind. |
bessel_j.c | done | no | R "besselj" gives the Bessel function of the first kind. |
bessel_k.c | done | no | R "besselK" function http://www.netlib.org/specfun/rkbesl |
bessel_y.c | done | no | R "bessely" gives the Bessel function of the second kind . |
beta.c | done | no | beta |
chebyshev.c | done ./lib/chebyshev.ts | no | chebyshev_init , chebyshev_eval |
choose.c | done | no | R "choose" function, C(n,k) binomial coefficients |
cospi.c | done ./lib/cospi.ts | no | cospi, sinpi, tanpi |
d1mach.c | done | no | included in ./_general.ts |
dbeta.c | done | no | distribution function of beta |
dbinom.c | done | no | probability mass function of binomial distribution |
dcauchy.c | TODO | | |
dchisq.c | TODO | | |
dexp.c | TODO | | |
df.c | TODO | | |
dgamma.c | done | no | Computes the density of the gamma distribution, |
dgeom.c | done | no | Computes the geometric probabilities, Pr(X=x) = p(1-p)^x |
dhyper.c | done | no | The hypergeometric probability |
dlnorm.c | TODO | | |
dlogis.c | TODO | | |
dnbeta.c | done | no | Computes the density of the noncentral beta distribution with |
dnbinom.c | done | no | negative binomial probability prob mass function |
dnchisq.c | TODO | | |
dnf.c | done | no | The density function of the non-central F distribution |
dnorm.c | done | no | Compute the density of the normal distribution. |
dnt.c | done | no | the non-central t density |
dpois.c | done | no | dpois() computes the Poisson probability lb^x exp(-lb) / x! |
dt.c | done | no | The t density |
dunif.c | done | no | R "dunif" function |
dweibull.c | done | no | The density function of the Weibull distribution. |
expm1.c | done | no | Compute the Exponential minus 1 |
fmax2.c | TODO | | |
fmin2.c | TODO | | |
fprec.c | done | no | Returns the value of x rounded to "digits" significant |
fround.c | done | no | fround function |
fsign.c | TODO | | |
ftrunc.c | TODO | | |
gamma.c | done ./lib/gamma_fn.ts | no | gammafn |
gamma_cody.c | done | no | GAMMA function using algo of W. J. Cody, |
gammalims.c | done | no | calculates legal bounds of gamma_fn |
i1mach.c | TODO | | |
imax2.c | TODO | | |
imin2.c | TODO | | |
lbeta.c | done | no | This function returns the value of the log beta function. |
lgamma.c | done ./lib/lgamma_fn.ts | no | logarithmic gamma lgammafn |
lgammacor.c | done ./lib/lgammecor.ts | no | lgammacor |
log1p.c | done | no | calculate log(1+x) with high accuracy for small x |
mlutils.c | TODO | | |
pbeta.c | done | no | pBeta distribution function |
pbinom.c | TODO | | |
pcauchy.c | TODO | | |
pchisq.c | TODO | | |
pexp.c | TODO | | |
pf.c | TODO | | |
pgamma.c | done | no | This function computes the distribution function for the gamma distribution |
pgeom.c | TODO | | |
phyper.c | TODO | | |
plnorm.c | TODO | | |
plogis.c | TODO | | |
pnbeta.c | TODO | | |
pnbinom.c | TODO | | |
pnchisq.c | TODO | | |
pnf.c | TODO | | |
pnorm.c | done | no | normal distribution function |
pnt.c | TODO | | |
polygamma.c | TODO | | |
ppois.c | TODO | | |
pt.c | TODO | | |
ptukey.c | TODO | | |
punif.c | TODO | | |
pweibull.c | TODO | | |
qbeta.c | TODO | | |
qbinom.c | TODO | | |
qcauchy.c | TODO | | |
qchisq.c | TODO | | |
qexp.c | TODO | | |
qf.c | TODO | | |
qgamma.c | TODO | | |
qgeom.c | TODO | | |
qhyper.c | TODO | | |
qlnorm.c | TODO | | |
qlogis.c | TODO | | |
qnbeta.c | TODO | | |
qnbinom.c | TODO | | |
qnchisq.c | TODO | | |
qnf.c | TODO | | |
qnorm.c | TODO | | |
qnt.c | TODO | | |
qpois.c | TODO | | |
qt.c | TODO | | |
qtukey.c | TODO | | |
qunif.c | TODO | | |
qweibull.c | TODO | | |
rbeta.c | TODO | | |
rbinom.c | TODO | | |
rcauchy.c | TODO | | |
rchisq.c | TODO | | |
rexp.c | TODO | | |
rf.c | TODO | | |
rgamma.c | TODO | | |
rgeom.c | TODO | | |
rhyper.c | TODO | | |
rlnorm.c | TODO | | |
rlogis.c | TODO | | |
rmultinom.c | TODO | | |
rnbinom.c | TODO | | |
rnchisq.c | TODO | | |
rnorm.c | TODO | | |
rpois.c | TODO | | |
rt.c | TODO | | |
runif.c | done | no | implemented 3 RNG and native browser/node agnostic 64 RNG map to floating number |
rweibull.c | TODO | | |
sexp.c | done | no | (Random variates from the standard exponential distribution) exp_rand (internally used) function |
sign.c | TODO | | |
signrank.c | TODO | | |
snorm.c | TODO | | |
stirlerr.c | done ./lib/stirlerr | no | Computes the log of the error term in Stirling's formula ( stirlerr ) |
toms708.c | NAP | no | ported instead Java Version from James Curran (j.curran@auckland.ac.nz) (Java version) |
wilcox.c | TODO | | |