getTruncatedNormal: Generate a random sample from a truncated normal...

Description Usage Arguments Value Examples

View source: R/getTruncatedNormal.R

Description

Generate a random sample from a truncated normal distribution.

Usage

1

Arguments

mean

the mean of the normal distribution

variance

The variance of the normal distribution

Value

A random sample from the specified truncated normal distribution

Examples

1
getTruncatedNormal(mean=3,variance=100)

PopED documentation built on May 21, 2021, 5:08 p.m.