gen.x.unif: A helper function to generate n samples of a d-dimensional...

Description Usage Arguments Author(s)

View source: R/simulations.R

Description

A helper function to generate n samples of a d-dimensional uniform vector.

Usage

1
gen.x.unif(n, d, a = -1, b = 1)

Arguments

n

the number of samples.

d

the number of dimensions.

a

the lower limit.

b

the upper limit.

x

[n, d] the simulated data matrix.

Author(s)

Eric Bridgeford


mgc documentation built on July 1, 2020, 7:09 p.m.