Learn R Programming

optedr (version 2.2.0)

dsens: Sensitivity function for D-Optimality

Description

Calculates the sensitivity function from the gradient vector and the Identity Matrix.

Usage

dsens(grad, M)

Value

The sensitivity function as a matrix of single variable.

Arguments

grad

A function in a single variable that returns the partial derivatives vector of the model.

M

Information Matrix for the sensitivity function.