sigex.glr | R Documentation |
Background: param is the name for the model parameters entered into a list object with a more intuitive structure, whereas psi refers to a vector of real numbers containing all hyper-parameters (i.e., reals mapped bijectively to the parameter manifold)
sigex.glr(data.ts, psi.nested, psi.nesting, mdl.nested, mdl.nesting)
data.ts |
A T x N matrix ts object; any values to be imputed must be encoded with NA in that entry. The NA is for missing value, or an enforced imputation (e.g. extreme-value adjustment). |
psi.nested |
psi of the nested model |
psi.nesting |
psi of the nesting model |
mdl.nested |
The specified nested sigex model, a list object |
mdl.nesting |
The specified nesting sigex model, a list object |
Format: psi has three portions, psi = [xi,zeta,beta] xi ~ all hyper-parameters for covariance matrices zeta ~ all hyper-parameters for t.s. models beta ~ all regression parameters Notes: handles missing values in data.ts, which are indicated by 1i. This test can be applied to non-nested models, but the distribution won't be chi^2
glr: difference of log likelihoods, dof: degrees of freedom, given by different in number of parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.