gradient | R Documentation |
Returns the gradient of the opposite of the log-likelihood evaluated at the passed parameters.
gradient(object, parameters) ## S4 method for signature 'diseq_basic' gradient(object, parameters) ## S4 method for signature 'diseq_deterministic_adjustment' gradient(object, parameters) ## S4 method for signature 'diseq_directional' gradient(object, parameters) ## S4 method for signature 'diseq_stochastic_adjustment' gradient(object, parameters) ## S4 method for signature 'equilibrium_model' gradient(object, parameters)
object |
A model object. |
parameters |
A vector of parameters at which the gradient is to be evaluated. |
The opposite of the model log likelihood's gradient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.