loss: Computation of the squared error loss function

Description Usage Arguments Value Author(s) See Also

View source: R/multModel.R

Description

Computation of the squared error loss function

Usage

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

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

Arguments

object

for which the loss is to be computed.

par

the parameter vector.

Value

a numeric.

Author(s)

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

See Also

grad


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

Related to loss in smde...