hgamma: Simulate draws from a gamma distribution using a halton...

Description Usage Arguments

Description

Simulate draws from a gamma distribution using a halton sequence

Usage

1
hgamma(H, shape = 0, scale = 1, prime = 3L, burn = 30L)

Arguments

H

the length of the halton sequnce

shape

the shape parameter of the gamma distribution

scale

the scale parameter of the gamma distribution

prime

the base number used to construct the Halton sequence, defaults to 3

burn

the number of elements to "burn" from the beginning of the halton sequence, defualts to 30


bamonroe/halton documentation built on May 11, 2019, 6:19 p.m.