Description Usage Arguments Value Author(s)
View source: R/leeg_simulation.R
Generation of LEEG-ARMA process values with possible regression variables.
1 | leegarma_sim(n, model = NULL, X = NULL, alpha, delta, freq = 1, link = "logit")
|
n |
A strictly positive integer given the lenght of output series. |
model |
A list with component |
X |
Optionally, a vector or matrix of explanatory variables, which must have number of rows equals to n. |
alpha |
Intercept. |
delta |
Dispersion parameter, which must be greater than zero. |
freq |
The number of observations per unit of time (default: freq = 1). |
link |
Character specification of the link function for the median model (mu). Currently, "logit", "probit", "cloglog", and "cauchit" are supported. |
Returns an object of class ts, which has an ARMA structure.
Diego R. Canterle
Rodrigo M. R. Medeiros <rodrigo.matheus@live.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.