rtgamma: Function rtgamma

View source: R/gamma.R

rtgammaR Documentation

Function rtgamma

Description

Returns random draws from truncated gamma distributuion.

Usage

rtgamma(N, shape, scale, a, b)

Arguments

N

Number of samples.

shape

Shape of gamma distribution.

scale

Scale of gamma distributuion.

a

Lower truncation point.

b

Upper truncation point.


hbmem documentation built on Aug. 23, 2023, 1:10 a.m.