Home
last modified time | relevance | path

Searched refs:plnorm (Results 1 – 25 of 82) sorted by relevance

1234

/dports/math/R/R-4.1.2/src/library/stats/man/
H A DLognormal.Rd9 \alias{plnorm}
20 plnorm(q, meanlog = 0, sdlog = 1, lower.tail = TRUE, log.p = FALSE)
37 \code{plnorm} gives the distribution function,
73 is \code{-plnorm(t, r, lower = FALSE, log = TRUE)}.
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A DLognormal.Rd9 \alias{plnorm}
20 plnorm(q, meanlog = 0, sdlog = 1, lower.tail = TRUE, log.p = FALSE)
37 \code{plnorm} gives the distribution function,
73 is \code{-plnorm(t, r, lower = FALSE, log = TRUE)}.
/dports/math/rkward-kde/rkward-0.7.1/tests/distributions/
H A Dplot_log_normal_distribution.rkcommands.R14 curve (plnorm(x, meanlog=4.00, sdlog=1.00, lower.tail = TRUE), from=0.01, to=3.29, n=100)
H A Dlog_normal_probabilities.rkcommands.R4 p <- plnorm (q, meanlog=0.0, sdlog=1.0)
H A Dplot_log_normal_distribution.rkout10 <li>Function: plnorm</li>
/dports/science/R-cran-FAdist/FAdist/R/
H A Dplnorm3.R4 Fx <- plnorm(q-thres,scale,shape)
/dports/math/R/R-4.1.2/src/nmath/
H A Dplnorm.c28 double plnorm(double x, double meanlog, double sdlog, int lower_tail, int log_p) in plnorm() function
H A DMakefile.win23 dlnorm.c plnorm.c qlnorm.c rlnorm.c \
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dplnorm.c28 double plnorm(double x, double meanlog, double sdlog, int lower_tail, int log_p) in plnorm() function
H A DMakefile.win23 dlnorm.c plnorm.c qlnorm.c rlnorm.c \
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dplnorm.c28 double plnorm(double x, double meanlog, double sdlog, int lower_tail, int log_p) in plnorm() function
H A DMakefile.am23 rlnorm.c dlnorm.c plnorm.c qlnorm.c \
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dplnorm.c28 double plnorm(double x, double meanlog, double sdlog, int lower_tail, int log_p) in plnorm() function
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dplnorm.c28 double plnorm(double x, double meanlog, double sdlog, int lower_tail, int log_p) in plnorm() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/R/
H A DlogNormalTestCases25 # plnorm(q, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE) <-- distribution
40 rDistValues[i] <- plnorm(point, mu, sigma, log = FALSE)
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/distributions/
H A DDLnorm.cc37 return plnorm(q, MU(par), SDLOG(par), lower, give_log); in p()
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h245 #define plnorm jags_plnorm macro
383 double plnorm(double, double, double, int, int);
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h264 #define plnorm Rf_plnorm macro
400 double plnorm(double, double, double, int, int);
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsf-dpq.h30 gnm_float plnorm (gnm_float x, gnm_float logmean, gnm_float logsd, gboolean lower_tail, gboolean lo…
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h304 #define plnorm Rf_plnorm macro
441 double plnorm(double, double, double, int, int);
/dports/math/R-cran-qualityTools/qualityTools/
H A DNAMESPACE12 "optim", "optimize", "pcauchy", "pexp", "pgamma", "plnorm",
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gui/
H A Dtrackutils.h61 Point3f plnorm = vp - center; in GetViewPlane() local
62 plnorm.Normalize(); in GetViewPlane()
63 pl.Set(plnorm, plnorm.dot(center)); in GetViewPlane()
/dports/devel/vcglib/vcglib-2020.09/wrap/gui/
H A Dtrackutils.h61 Point3f plnorm = vp - center; in GetViewPlane() local
62 plnorm.Normalize(); in GetViewPlane()
63 pl.Set(plnorm, plnorm.dot(center)); in GetViewPlane()
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/
H A DundoRmath.h95 #undef plnorm
/dports/science/R-cran-FAdist/FAdist/man/
H A DLNORM3.Rd43 …de{\link{qnorm}}, \code{\link{rnorm}}, \code{\link{dlnorm}}, \code{\link{plnorm}}, \code{\link{qln…

1234