Calculates gradients of utility functions
Calculates gradients (derivatives) of utility functions.
apollo_dVdBOld(apollo_beta, apollo_inputs, V)
apollo_beta
: Named numeric vector of parameters.apollo_inputs
: List grouping most common inputs. Created by function apollo_validateInputs .V
: List of functionsNamed list. Each element is a function that returns a list, where each element is the partial derivatives of the elements of V.