gen_latin: Generate random numbers of latin hypercube sampling

Description Usage Arguments Value Examples

View source: R/gen_latin.R

Description

The function gen_latin generates a vector of random numbers by latin hypercube sampling

Usage

1
gen_latin(min = 0, max = 1, n, seed = 1)

Arguments

min

The minimum value of random numbers

max

The maxinum value of random numbers

n

The number of random numbers to gernate

seed

The seed value of random number generation

Value

A vector of random numbers bounded by the min and max

Examples

1
gen_latin(0, 1, 10, 2020)

yager documentation built on Oct. 26, 2020, 1:06 a.m.

Related to gen_latin in yager...