It provides the cpp function for FIM for the model ~(b3 * x1)/(1 + b1 * x1 + b2 * x2)
FIM_kinetics_alcohol(x1, x2, w, param)
Vector of design points (first dimension).
Vector of design points (second dimension).
Vector of design weight. Its length must be equal to the length of x
and sum(w) = 1
.
Vector of values for the model parameters c(b1, b2, b3)
.
Fisher information matrix.