Home
last modified time | relevance | path

Searched refs:dlnorm (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/R/R-4.1.2/src/library/stats/man/
H A DLognormal.Rd8 \alias{dlnorm}
19 dlnorm(x, meanlog = 0, sdlog = 1, log = FALSE)
36 \code{dlnorm} gives the density,
50 \code{dlnorm} is calculated from the definition (in \sQuote{Details}).
89 dlnorm(1) == dnorm(0)
H A DDistributions.Rd41 For the log-normal distribution see \code{\link{dlnorm}}.
/dports/math/libRmath/R-4.1.1/src/library/stats/man/
H A DLognormal.Rd8 \alias{dlnorm}
19 dlnorm(x, meanlog = 0, sdlog = 1, log = FALSE)
36 \code{dlnorm} gives the density,
50 \code{dlnorm} is calculated from the definition (in \sQuote{Details}).
89 dlnorm(1) == dnorm(0)
H A DDistributions.Rd41 For the log-normal distribution see \code{\link{dlnorm}}.
/dports/graphics/R-cran-pROC/pROC/tests/testthat/
H A Dtest-smooth.R22 smooth.y <- dlnorm(smooth.x, meanlog = mean(x), sdlog = sd(x))
78 density.cases = dlnorm, start = list(meanlog=2.7, sdlog=.822))
/dports/science/R-cran-FAdist/FAdist/man/
H A DLNORM3.Rd43 …ode{\link{pnorm}}, \code{\link{qnorm}}, \code{\link{rnorm}}, \code{\link{dlnorm}}, \code{\link{pln…
49 dlnorm(x-m,0,1)
/dports/biology/mrbayes/MrBayes-3.2.7/doc/tutorial/src/figures/
H A Ddistribution.r17 curve(dlnorm(x, -7, 0.6), from=0, to=0.005, col="purple", xlab="clock rate", ylab="prob. density")
30 curve(dlnorm(x-300, 4.0, 1.0), from=300, to=600, col="purple", add=T)
/dports/science/R-cran-FAdist/FAdist/R/
H A Ddlnorm3.R4 fx <- dlnorm(x-thres,scale,shape)
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Ddlnorm.c28 double dlnorm(double x, double meanlog, double sdlog, int give_log) in dlnorm() function
H A DMakefile21 dlnorm.c gamma_cody.c plogis.c qgeom.c rf.c wilcox.c \
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Ddlnorm.c28 double dlnorm(double x, double meanlog, double sdlog, int give_log) in dlnorm() function
H A DMakefile.am23 rlnorm.c dlnorm.c plnorm.c qlnorm.c \
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Ddlnorm.c28 double dlnorm(double x, double meanlog, double sdlog, int give_log) in dlnorm() function
/dports/math/R/R-4.1.2/src/nmath/
H A Ddlnorm.c28 double dlnorm(double x, double meanlog, double sdlog, int give_log) in dlnorm() function
H A DMakefile.win23 dlnorm.c plnorm.c qlnorm.c rlnorm.c \
H A DMakefile.in30 dlnorm.c plnorm.c qlnorm.c rlnorm.c \
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Ddlnorm.c28 double dlnorm(double x, double meanlog, double sdlog, int give_log) in dlnorm() function
H A DMakefile.win23 dlnorm.c plnorm.c qlnorm.c rlnorm.c \
/dports/math/jags/JAGS-4.3.0/src/modules/bugs/distributions/
H A DDLnorm.cc30 return dlnorm(x, MU(par), SDLOG(par), give_log); in d()
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h199 #define dlnorm jags_dlnorm macro
382 double dlnorm(double, double, double, int);
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h220 #define dlnorm Rf_dlnorm macro
399 double dlnorm(double, double, double, int);
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsf-dpq.h29 gnm_float dlnorm (gnm_float x, gnm_float logmean, gnm_float logsd, gboolean give_log);
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h256 #define dlnorm Rf_dlnorm macro
440 double dlnorm(double, double, double, int);
/dports/math/R-cran-psych/psych/man/
H A Dincome.Rd38 #curve(100000* dlnorm(x, 10.8, .8), x = c(0,250000),ylab="Proportion")
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/
H A DundoRmath.h51 #undef dlnorm

1234