pl10norm: Analogue for plnorm but in base 10

View source: R/model_likelihood_helpers.R

pl10normR Documentation

Analogue for plnorm but in base 10

Description

pl10norm is an analogue for plnorm but in base 10

Usage

pl10norm(q, mean = 1, sd = 1, lower.tail = TRUE, log.p = FALSE)

Arguments

q

a numeric vector of quantiles.

mean

a vector of means.

sd

a vector of standard deviations.

lower.tail

TRUE: calculate the probability of drawing a number less than q. FALSE: = calculate the probability of drawing a number larger than q.

log

a logical vector of length 1. TRUE: return log of probability, FALSE: return probability

Value

a numeric vector with the probability of drawing a number less than (or greater than, depending on the value of lower.tail) in a log10normal distribution. The log10normal distribution in log10 space has mu = mean and sigma = sd.


ada-w-yan/deltaomicron1 documentation built on June 24, 2022, 5:41 a.m.