apollo_dVdB {apollo} | R Documentation |
Calculates gradients of utility functions
Description
Calculates gradients (derivatives) of utility functions.
Usage
apollo_dVdB(apollo_beta, apollo_inputs, V)
Arguments
apollo_beta |
Named numeric vector of parameters. |
apollo_inputs |
List grouping most common inputs. Created by function apollo_validateInputs. |
V |
List of functions |
Value
Named list. Each element is itself a list of functions: the partial derivatives of the elements of V.
[Package apollo version 0.3.3 Index]