Description Usage Arguments Value Note
It provides the cpp function for FIM for the model ~1/(1 + exp(-b *(x - a)))^s
, but when s
is fixed (a two by two matrix).
1 | FIM_power_logistic(x, w, param, s)
|
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 |
s |
parameter |
Fisher information matrix.
This matrix is a two by two matrix and not equal to the Fisher information matrix for the power logistic model when the derivative is taken with respect to all the three parameters. This matrix is only given to be used in some illustrative examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.