grad: Computation of the gradient of the loss function

Description Usage Arguments Value Author(s) See Also

View source: R/multModel.R

Description

Computation of the gradient of the loss function

Usage

1
2
3
4
grad(model, par, ...)

## S3 method for class 'multModel'
grad(model, par = model$B, ...)

Arguments

model

for which the gradient of the loss is to be computed.

par

the parameter vector.

...

Value

a numeric vector.

Author(s)

Niels Richard Hansen Niels.R.Hansen@math.ku.dk

See Also

loss


smde documentation built on May 2, 2019, 4:58 p.m.

Related to grad in smde...