R/market_model.R, R/diseq_basic.R, R/diseq_deterministic_adjustment.R, and 3 more
gradient.RdReturns the gradient of the opposite of the log-likelihood evaluated at the passed parameters.
gradient(object, parameters)
# S4 method for diseq_basic
gradient(object, parameters)
# S4 method for diseq_deterministic_adjustment
gradient(object, parameters)
# S4 method for diseq_directional
gradient(object, parameters)
# S4 method for diseq_stochastic_adjustment
gradient(object, parameters)
# S4 method for equilibrium_model
gradient(object, parameters)A model object.
A vector of parameters at which the gradient is to be evaluated.
The opposite of the model log likelihood's gradient.