fitTN: Estimate Mean and Scale of Truncated Normal

Description Usage Arguments Value

View source: R/TruncNorm.R

Description

Estimates the location and scale of a truncated normal distribution.

Usage

1
fitTN(z, L, U, maxit = 25, eps = 1e-08, report = F)

Arguments

z

Observations.

L

Lower truncation limit.

U

Upper truncation limit.

maxit

Maximum iterations.

eps

Tolerance.

report

Report fitting progress?

Value

Vector containing the estimated location and scale of the truncated normal distribution.


zrmacc/LFDR documentation built on May 3, 2019, 9:01 p.m.