isens {optedr} | R Documentation |
Sensitivity function for I-Optimality
Description
Calculates the sensitivity function from the gradient vector, the Information Matrix and the integral of the one-point Identity Matrix over the interest region. If instead the identity matrix is used, it can be used for A-Optimality.
Usage
isens(grad, M, matB)
Arguments
grad |
A function in a single variable that returns the partial derivatives vector of the model. |
M |
Information Matrix for the sensitivity function. |
matB |
Matrix resulting from the integration of the one-point Information Matrix along the interest region. |
Value
The sensitivity function as a matrix of single variable.
[Package optedr version 2.0.0 Index]