Chaotic {qGaussian} | R Documentation |
Chaotic, a random number generator of q-Gaussian random variables.
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
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
t=Chaotic(100000,0,.1,.1)
hist(t,breaks=100)
[Package qGaussian version 0.1.8 Index]