Description Usage Arguments Details Value References Examples
It provides the cpp function for FIM for the model ~a + exp(-b*x)
.
1 | FIM_exp_2par(x, w, param)
|
x |
Vector of design points. |
w |
Vector of design weight. Its length must be equal to the length of |
param |
Vector of values for the model parameters |
The FIM does not depend on the value of a
.
Fisher information matrix.
Dette, H., & Neugebauer, H. M. (1997). Bayesian D-optimal designs for exponential regression models. Journal of Statistical Planning and Inference, 60(2), 331-349.
1 | FIM_exp_2par(x = c(1, 2), w = c(.5, .5), param = c(3, 4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.