Description Usage Arguments Details Value Author(s) References Examples
Use a fast greedy method to compute an efficient saturated subset (saturated exact design).
1 |
Fx |
the |
alg.PIN |
the method used (either |
echo |
Print the call of the function? |
The function is developed with the criterion of D-optimality in mind, but it also gives reasonably efficient subset/designs with respect to other criteria. The main purpose of od_PIN
is to initialize algorithms for computing optimal approximate and exact designs. It can also be used to verify whether a model, represented by a matrix Fx
of candidate regressors, permits a non-singular design.
Output is the list with components:
call |
the call of the function |
w.pin |
the resulting exact design |
supp |
the indices of the support of w.pin |
M.pin |
the information matrix of w.pin |
Phi.D |
the D-criterion value of w.pin |
t.act |
the actual time of the computation |
Radoslav Harman, Samuel Rosa, Lenka Filova
Harman R, Rosa S (2019): On greedy heuristics for computing D-efficient saturated subsets, (submitted to Operations Research Letters), https://arxiv.org/abs/1905.07647
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.