tnormn: tnormn

Description Usage Arguments Value Examples

Description

Generates a truncated normal distribution

Usage

1
tnormn(n, sd, seed)

Arguments

n

Number of truncated normally distributed observations to be simulated

sd

Standard deviation of truncated normal distribution

seed

Random seed

Value

A vector of n truncated normally distributed values

Examples

1
x <- tnormn (n=100, sd=0.1)

mpadge/tnorm documentation built on Nov. 22, 2019, 1:34 a.m.