hlnorm: Simulate draws from a Log-Normal distribution using a halton...

Description Usage Arguments

Description

Simulate draws from a Log-Normal distribution using a halton sequence

Usage

1
hlnorm(H, mean = 0.5, sd = 0.25, prime = 3L, burn = 30L)

Arguments

H

the length of the halton sequnce

mean

the mean of the distribution

sd

the standard deviation of the 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.