estimate | R Documentation |
Estimates the edge weights or edge parameters of a model parameterized cliquewise by Huesler-Reiss distributions. For description of the model, please consult the Vignette "Introduction".
estimate(obj, ...) ## S3 method for class 'HRMtree' estimate(obj, Data, subsets, k_ratio, xx = NULL, ...) ## S3 method for class 'HRMBG' estimate(obj, Data, subsets, k_ratio, xx = NULL, ...) ## S3 method for class 'EKS' estimate(obj, Data, coord, k_ratio, ...) ## S3 method for class 'MMEave' estimate(obj, Data, k_ratio, ...) ## S3 method for class 'MLEave' estimate(obj, Data, k_ratio, ...)
obj |
object of on of the following classes |
... |
additional arguments |
Data |
the dataset, it should have named columns. |
subsets |
object of class |
k_ratio |
a scalar the ratio of the number of upper order statistics to the number of observations |
xx |
A vector of length the number of observed variables and named with the names of the nodes with
observed variables.
Default is NULL. For |
coord |
A matrix of evaluation points with number of columns equal to the number of nodes in the tree and
column names according to the
names of the nodes.
The matrix of evaluation points should not contain a positive coordinate for a variable which is unobserved.
For creation of coordinates based on tuples, triples, and adjacent nodes see classes
|
For an object of class EKS_part
for a fixed subset all coordinates based on both tuples and triples
are taken.
An object of the same class as the argument obj
where the slot $depParams
are the estimates
of edge weights. For objects MME
it returns the squared
values of the parameters.
For detailed examples please consult Vignettes "Code - Note" 1-6.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.