Description Usage Arguments Value Author(s) Examples
The function finds a subset of at most kmax <= p statistics, where p
is the number of available statistics
in the list 'qsd$covT
' (and at least of size equal to the length q
of the parameter 'theta
') and thus minimizes the expected
estimation error of the parameter when this subset is used for estimation. Based on the eigenvalue decomposition of the
variance-covariance matrix of the statistics this subset is chosen among all subsets of size at most equal to 'kmax
' or for
which all proportional contributions to each parameter component are greater than or equal to 'cumprop
' whatever happens first.
Since both matrices depend on 'theta
' so does the chosen subset of statistics. However, using a list of parameters as 'theta
'
returns a list of corresponding subsets. One can then easily choose the most frequent subset among all computed ones given either
a sample of parameters distributed over the whole parameter space or an appropriate smaller region, where, e.g., the
starting point is chosen from or the true model parameter is expected to lie in.
1 2 |
theta |
list or matrix of points where to compute the criterion function
and to choose ' |
qsd |
object of class |
kmax |
number of statistics to be selectnred (q <= |
cumprop |
numeric vector either of length one (then replicated) or equal to the length of ' |
... |
further arguments passed to |
cl |
cluster object, |
verbose |
logical, |
A list which consists of
id |
indices of corresponding statistics |
names |
names of statistics (if provided) |
cumprop |
cumulated proportions of contributions of selected statistics to each of the parameter components |
sorted |
list of statistics (for each parameter) sorted in decreasing order of proportional contributions to the quasi-information |
M. Baaske
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.