Description Usage Arguments Value Examples
This function returns a condResidualsClass object describing the conditional residuals of the model.
1 2 3 4 5 | residualsSet(condResiduals='NORMAL')
residualsSet(condResiduals='STUDENT', parameter=0)
## S3 method for class 'condResidualsClass'
print(x, ...)
|
condResiduals |
A string. Name of the conditional distribution of the model. In 'NORMAL', 'STUDENT' |
parameter |
A double. Parameter of the distribution. Default NULL |
a condResidualsClass object:
distrType |
An integer (eNormal=1 for normal conditional residuals, eStudent=2 for Student conditional residuals.) |
nParam |
An integer. Number of poarameters of the conditional distribution. |
distrParameter |
A double or a vector. Value of the parameter(s) of the conditional distribution. |
1 2 3 4 5 | # set Normal conditional distribution
rr1 <- residualsSet('NORMAL')
# set Student with 10 dof conditional distribution
rr2 <- residualsSet('STUDENT', 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.