The R Project SVN R

Rev

Rev 61168 | Rev 68345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61168 Rev 61433
Line 80... Line 80...
80
  \code{deriv} and \code{deriv3} normally return an
80
  \code{deriv} and \code{deriv3} normally return an
81
  \code{\link{expression}} object whose evaluation returns the function
81
  \code{\link{expression}} object whose evaluation returns the function
82
  values with a \code{"gradient"} attribute containing the gradient
82
  values with a \code{"gradient"} attribute containing the gradient
83
  matrix.  If \code{hessian} is \code{TRUE} the evaluation also returns
83
  matrix.  If \code{hessian} is \code{TRUE} the evaluation also returns
84
  a \code{"hessian"} attribute containing the Hessian array.
84
  a \code{"hessian"} attribute containing the Hessian array.
85
  
85
 
86
  If \code{function.arg} is not \code{NULL}, \code{deriv} and
86
  If \code{function.arg} is not \code{NULL}, \code{deriv} and
87
  \code{deriv3} return a function with those arguments rather than an
87
  \code{deriv3} return a function with those arguments rather than an
88
  expression.
88
  expression.
89
}
89
}
90
\references{
90
\references{