setLRM {yuima} | R Documentation |
A constructor of a t-Student Regression Model.
Description
This function returns an object of yuima.LevyRM-class
Usage
setLRM(unit_Levy, yuima_regressors, LevyRM = "Y", coeff = c("mu", "sigma0"),
data = NULL, sampling = NULL, characteristic = NULL, functional = NULL, ...)
Arguments
unit_Levy |
An object of |
yuima_regressors |
An object of |
LevyRM |
The label of the output variable. Default |
coeff |
Labels for the regressor coefficients and the scale parameter. |
data |
An object of |
sampling |
An object of |
characteristic |
An object of |
functional |
An object of class |
... |
Additional arguments. See |
Value
An object of yuima.LevyRM-class.
Author(s)
The YUIMA Project Team
Contacts: Lorenzo Mercuri lorenzo.mercuri@unimi.it
[Package yuima version 1.15.27 Index]