R/gradient.R

Defines functions gradient.maxim gradient

Documented in gradient gradient.maxim

## Return gradient of an object

gradient <- function(x, ...)
    UseMethod("gradient")

gradient.maxim <- function(x, ...)
    x$gradient

Try the maxLik package in your browser

Any scripts or data that you put into this service are public.

maxLik documentation built on May 29, 2024, 2:32 a.m.