Learn R Programming

termstrc (version 1.3.7)

loss_function: Loss Function used for the Term Structure Estimation

Description

The loss function defines the objective function used for the optimisation. In case of term structure estimation the objective function is the sum of the weighted squared price errors.

Usage

loss_function(p, phat, omega)

Arguments

p
vector of observed prices.
phat
vector of estimated prices.
omega
weights vector, e.g., duration based weights.