rgw {GWRM} | R Documentation |
Simulation of Generalized Waring values
Description
Random generation of values from a Generalized Waring distribution with parameters a
, k
and ro
.
Usage
rgw(n, a, k, ro)
Arguments
n |
number of random values to return. |
a |
vector of (non-negative) first parameters. |
k |
vector of (non-negative) second parameters. |
ro |
vector of (non-negative) third parameters. |
Value
rgw
is an auxiliar function which generates random samples from a Generalized Waring distribution to be used in the simulated envelope called by residuals
.
[Package GWRM version 2.1.0.4 Index]