Learn R Programming

LTFGRS (version 1.0.0)

tnorm_var: Title: Calculate the variance of the truncated normal distribution

Description

Title: Calculate the variance of the truncated normal distribution

Usage

tnorm_var(mu = 0, sigma = 1, lower = -Inf, upper = Inf)

Value

mean value of the truncated normal distribution

Arguments

mu

mean value of normal distribution

sigma

standard deviation of normal distribution

lower

lower threshold

upper

upper threshold

Examples

Run this code
tnorm_var()

Run the code above in your browser using DataLab