chaotic: Chaotic, a random number generator of q-Gaussian random...

Description Usage Arguments Value Author(s) References See Also Examples

Description

Given a random number generator of q-Gaussian random variables for a range of q values, -8 < q < 3, based on deterministic map dynamics. To yield a 'q' value, a characteristic entropic index of the q-gaussian distributions.

Usage

1
Chaotic(n,q,v0,z0)

Arguments

n

number of observations. If length(n) > 1, the length is taken to be the number required.

q

entropic index.

v0

a random seed.

z0

a random seed.

Value

a number q < 3, and the standard error.

Author(s)

Emerson Luis de Santa Helena , Wagner Santos de Lima

References

Umeno, K., Sato, A., IEEE Transactions on Information Theory (Volume:59,Issue:5,May 2013).Chaotic Method for Generating q-Gaussian Random Variables.

See Also

Distributions for other standard distributions, including dt and dcauchy. Distributions

Examples

1
2
t=Chaotic(100000,0,.1,.1)
hist(t,breaks=100)

Example output



qGaussian documentation built on May 1, 2019, 11:30 p.m.

Related to chaotic in qGaussian...