View source: R/Helper_Functions.R
tnorm_mean | R Documentation |
Title: Calculate the mean of the truncated normal distribution
tnorm_mean(mu = 0, sigma = 1, lower = -Inf, upper = Inf)
mu |
mean value of normal distribution |
sigma |
standard deviation of normal distribution |
lower |
lower threshold |
upper |
upper threshold |
mean value of the truncated normal distribution
tnorm_mean()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.