pnorm.c | ./lib/pnorm.ts | 17 March 2017 | normal distribution function |
ppois.c | ./lib/pois.ts | 17 March 2017 | The distribution function of the Poisson distribution. |
pt.c | ./lib/pt.ts | 16 March | t distrib. with n degrees of freedom). |
polygamma.c | ./lib/polygamma.c | 16 March | Compute the derivatives of the psi function and polygamma functions. |
pnt.c | ./lib/pnt.ts | 16 March | Cumulative probability at t of the non-central t-distribution, with df degrees of freedom (may be fractional) and non-centrality, parameter delta. |
pnf.c | ./lib/pnf.ts | 15 March | The distribution function of the non-central F distribution. |
pnchisq.c | ./lib/pnchisq.tc | 14 March | Algorithm AS275: Computing the non-central chi-squared distribution function. |
pnbinom.c | ./lib/pnbinom.ts | 14 March | The distribution function of the negative binomial distribution. |
pnbeta.c | ./lib/pnbeta.ts | 14 March | pbeta - incomplete-beta function {nowadays: pbeta_raw() -> bratio()} |
plogis.c | ./lib/plogis.ts | 14 March | Compute log(1 + exp(x)) without overflow (and fast for x > 18) |
plnorm.c | ./lib/plnorm.ts | 14 March | n The lognormal distribution function. |
phyper.c | ./lib/phyper.ts | 14 March | The distribution function of the geometric distribution. |
pgamma.c | ./lib/pgamma.ts | 14 March | This function computes the distribution function for the gamma distribution |
pgeom.c | ./lib/pgeom.ts | 14 March | The distribution function of the geometric distribution. |
pf.c | ./lib/pf.ts | 14 March 2017 | The distribution function of the F distribution. |
pexp.c | ./lib/pexp.ts | 14 March 2017 | The distribution function of the exponential distribution. |
pcauchy.c | ./lib/pauchy.ts | 14 March 2017 | The distribution function of the Cauchy distribution. |
pchisq.c | ./lib/pschisq.ts | 14 March 2017 | The distribution function of the chi-squared distribution. |
pbinom.c | ./lib/pbinom.ts | 14 March 2017 | The distribution function of the binomial distribution. |
Toms708.java | ./lib/Toms708.ts | 14 March 2017 | from Java Version James Curran (j.curran@auckland.ac.nz) (Java version) |
pbeta.c | ./lib/pbeta.ts | 14 March 2017 | beta distribution function |
pnorm.c | ./lib/pnorm.ts | 9 March 2017 | Normal distribution function |
gammalims.c | ./lib/gammalims.ts | 5 march 2017 | calculates legal bounds of gamme_fn |
fround.c | ./lib/fround.ts | 5 march 2017 | rounds off to a set number of digites |
fprec.c | ./lib/fprec.ts | 4 march 2017 | Returns the value of x rounded to "digits" significant |
expm1.c | ./lib/expm1.ts | 4 march 2017 | Compute the Exponential minus 1 |
dweibull.c | ./lib/dweibull.ts | 4 march 2017 | The density function of the Weibull distribution. |
dt.c | ./lib/dt.ts | 4 March 2017 | The t density |
dpois.c | ./lib/dpois.ts | 4 March 2017 | dpois() computes the Poisson probability lb^x exp(-lb) / x! |
dnchisq.c | ./lib/dnchisq.ts | 4 March 2017 | The density of the noncentral chi-squared distribution with "df" |
dnt.c | ./lib/dnt.ts | 4 March 2017 | Computes the density of the noncentral beta distribution with |
dnorm.c | ./lib/dnorm.ts | 25 feb 2017 | Compute the density of the normal distribution. |
dnf.c | ./lib/dnt.ts | 25 feb 2017 | The density function of the non-central F distribution |
dnbinom.c | ./lib/dnbinom.ts | 25 feb 2017 | Computes the negative binomial distribution. |
dlogis.c | ./lib/dlogis.ts | 4 March 2017 | The density of the Logistic Distribution |
dlnorm.c | ./lib/dlnorm.ts | 4 March 2017 | The density of the lognormal distribution. |
dhyper.c | ./lib/dhyper.ts | 4 March 2017 | The hypergeometric probability |
dgeom.c | ./lib/dgeom.ts | 4 March 2017 | Computes the geometric probabilities, Pr(X=x) = p(1-p)^x. |
dnbeta.c | ./lib/dnbeta.ts | 4 March 2017 | Computes the density of the noncentral beta distribution with |
pgamma.c | ./lib/pgamme.ts | 9 March 2017 | This function computes the distribution function for the gamma distribution |
dcauchy.c | ./lib/dcauchy.ts | 27 feb 2017 | The density of the Cauchy distribution. |
dexp.c | ./lib/dexp.ts | 27 feb 2017 | The density of the exponential distribution. |
df.c | ./lib/df.ts | 27 feb 2017 | The density function of the F distribution. |
dchisq.c | ./lib/dchisq.ts | feb 27, 2017 | The density of the chi-squared distribution. |
dgamma.c | ./lib/dgamma.ts | 27 feb 2017 | Computes the density of the gamma distribution |
fmax2.c | part of ./lib/_general.ts | 25 jan 2017 | this function is moved to module ./lib/_general.ts |
fmin2.c | part of ./lib/_general.ts | 25 jan 2017 | this function is moved to module ./lib/_general.ts |
fsign.c | ./lib/fsign.ts | MArch 5, 2017 | This function performs transfer of sign. |
ftrunc.c | part of ./lib/_general.ts | March 5 2017 | floating point truncation |
lbeta.c | ./lib/lbeta.ts | March 2 2017 | This function returns the value of the log beta function. |
C99 gamma function | ./lib/c99_gamma.ts | 25 feb 2017 | added C99 gamma and lgamma, |
dnbinom.c | ./lib/dnbinom.ts | 25 feb 2017 | negative binomial distribution. |
dbeta.c | ./lib/dbeta.ts | 25 feb 2017 | R "dbeta" beta distribution function |
dbinom.c | ./lib/dbinom.ts | 25 feb 2017 | probability mass function of binomial distribution |
log1p.c | ./lib/log1p.ts | 25 feb 2017 | calculate log(1+x) for small value of x |
choose.c | choose.ts | 21 feb 2017 | R "choose" function, C(n,k) binomial coefficients |
gamma_cody.c | gamme_cody.ts | 19 feb 2017 | GAMMA function using algo of W. J. Cody, |
bessel_i.c | bessel_i.ts | 19 feb 2017 | besseli |
bessel_j.c | bessel_j.ts | 19 feb 2017 | besselj |
bessel_k.c | bessel_k.ts | 19 feb 2017 | besselK |
bessel_y.c | bessel_y.ts | 19 feb 2017 | bessely |
sexp.c | ./sexp.ts | 8-feb-2017 | (Random variates from the standard exponential distribution) exp_rand (internally used) function |
dunif.c | ./dunif.ts | 8-feb-2017 | R "dunif" function |
bessel_k.c | ./bessel_k.ts | 8-feb-2017 | R "besselK" function http://www.netlib.org/specfun/rkbesl |
runif.c | ./runif.ts | 4-feb-2017 | implemented 3 RNG and native browser/node agnostic 64 RNG map to floating number |
bd0.c | ./lib/bd0.ts | 23-jan-2017 | hidden, used by modules dbinom.c ,dpois.c dt.c |
beta.c | ./lib/beta.ts | 23-jan-2017 | beta |
chebyshev.c | ./lib/chebyshev.ts | 23-jan-2017 | chebyshev_init , chebyshev_eval |
cospi.c | ./lib/cospi.ts | 23-jan-2017 | cospi, sinpi, tanpi |
gamma.c | ./lib/gamma_fn.ts | 23-jan-2017 | [gammafn] gamme function(https://en.wikipedia.org/wiki/Gamma_function) |
lgamma.c | ./lib/lgamma_fn.ts | 23-jan-2017 | logarithmic gamma lgammafn |
lgammacor.c | ./lib/lgammecor.ts | 23-jan-2017 | lgammacor |
stirlerr.c | ./lib/stirlerr | 23-jan-2017 | Computes the log of the error term in Stirling's formula ( stirlerr ) |