EZL {cents}R Documentation

Expected value in left or right truncated normal distribution

Description

The formula was obtained using Mathematica.

Usage

EZL(zmu, zsig, c)
EZR(zmu, zsig, c)

Arguments

zmu

mean

zsig

standard deviation

c

detection limit (DL)

Value

expected value from a left/right truncated normal

Examples

EZR(100,15,80)
EZL(100,15,105)

[Package cents version 0.1-41 Index]