Home
last modified time | relevance | path

Searched refs:qcauchy (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/rkward-kde/rkward-0.7.1/tests/distributions/
H A Dcauchy_probabilities.rkcommands.R3 q <- seq (qcauchy (.01, location=0.00, scale=1.00), qcauchy (.99, location=0.00, scale=1.00), lengt…
/dports/math/R/R-4.1.2/src/library/stats/man/
H A DCauchy.Rd10 \alias{qcauchy}
21 qcauchy(p, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
35 \code{dcauchy}, \code{pcauchy}, and \code{qcauchy} are respectively
60 \code{dcauchy}, \code{pcauchy} and \code{qcauchy} are all calculated
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A DCauchy.Rd10 \alias{qcauchy}
21 qcauchy(p, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)
35 \code{dcauchy}, \code{pcauchy}, and \code{qcauchy} are respectively
60 \code{dcauchy}, \code{pcauchy} and \code{qcauchy} are all calculated
/dports/math/R-cran-qualityTools/qualityTools/R/
H A Dinternals.r34 perzentile=qcauchy(prozent, th1, th2)
37 dFdth1=(qcauchy(prozent, th1, th2)-qcauchy(prozent, th1+h, th2))/h
38 dFdth2=(qcauchy(prozent, th1, th2)-qcauchy(prozent, th1, th2+h))/h
H A Dint_qq.r36 perzentile=qcauchy(prozent, th1, th2)
39 dFdth1=(qcauchy(prozent, th1, th2)-qcauchy(prozent, th1+h, th2))/h
40 dFdth2=(qcauchy(prozent, th1, th2)-qcauchy(prozent, th1, th2+h))/h
/dports/math/R-cran-stabledist/stabledist/
H A DNAMESPACE3 dcauchy, pcauchy, qcauchy, rcauchy,
/dports/math/R-cran-mvtnorm/mvtnorm/
H A DNAMESPACE8 cov2cor, optim, coef, glm, pcauchy, qcauchy, predict, quasi)
/dports/math/R/R-4.1.2/tests/
H A Dd-p-q-r-tst-2.R52 All.eq(-x, qcauchy(pcauchy(-x)))
53 All.eq(+x, qcauchy(pcauchy(+x, log=TRUE), log=TRUE))
54 All.eq(1/x, pcauchy(qcauchy(1/x)))
55 All.eq(ex, pcauchy(qcauchy(ex, log=TRUE), log=TRUE))
57 stopifnot(pcauchy(II) == 0:1, qcauchy(0:1) == II,
59 qcauchy(c(-Inf,0), log=TRUE) == II)
62 stopifnot(all.equal(qcauchy(p), 1303.7970381453319163, tolerance = 1e-14))
/dports/math/libRmath/R-4.1.1/tests/
H A Dd-p-q-r-tst-2.R52 All.eq(-x, qcauchy(pcauchy(-x)))
53 All.eq(+x, qcauchy(pcauchy(+x, log=TRUE), log=TRUE))
54 All.eq(1/x, pcauchy(qcauchy(1/x)))
55 All.eq(ex, pcauchy(qcauchy(ex, log=TRUE), log=TRUE))
57 stopifnot(pcauchy(II) == 0:1, qcauchy(0:1) == II,
59 qcauchy(c(-Inf,0), log=TRUE) == II)
62 stopifnot(all.equal(qcauchy(p), 1303.7970381453319163, tolerance = 1e-14))
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dqcauchy.c30 double qcauchy(double p, double location, double scale, in qcauchy() function
/dports/math/R/R-4.1.2/src/nmath/
H A Dqcauchy.c31 double qcauchy(double p, double location, double scale, in qcauchy() function
H A DMakefile.win29 dcauchy.c pcauchy.c qcauchy.c rcauchy.c \
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dqcauchy.c31 double qcauchy(double p, double location, double scale, in qcauchy() function
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dqcauchy.c30 double qcauchy(double p, double location, double scale, in qcauchy() function
H A DMakefile.am32 rcauchy.c dcauchy.c pcauchy.c qcauchy.c \
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dqcauchy.c31 double qcauchy(double p, double location, double scale, in qcauchy() function
/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-r/
H A DChangeLog173 * extra.c (qcauchy): Use gnm_tanpi.
186 * extra.c (qcauchy): Flip tail if p>0.5. Improves accuracy when
600 * extra.c (qcauchy): Fix log(p)=0 case.
605 * extra.c (qcauchy): Rewritten and moved here.
H A Dextra.h7 gnm_float qcauchy (gnm_float p, gnm_float location, gnm_float scale, gboolean lower_tail, gboolean …
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/R/
H A DcauchyTestCases.R72 rQuantileValues[i] <- qcauchy(point, median, scale, log = FALSE)
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h267 #define qcauchy jags_qcauchy macro
430 double qcauchy(double, double, double, int, int);
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h284 #define qcauchy Rf_qcauchy macro
447 double qcauchy(double, double, double, int, int);
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsf-dpq.h36 gnm_float qcauchy (gnm_float p, gnm_float location, gnm_float scale,
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h325 #define qcauchy Rf_qcauchy macro
489 double qcauchy(double, double, double, int, int);
/dports/math/R-cran-qualityTools/qualityTools/
H A DNAMESPACE14 "qbeta", "qcauchy", "qexp", "qgamma", "qlnorm", "qlogis",
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/
H A DundoRmath.h115 #undef qcauchy

1234