C# Класс HullAndWhiteOneFactor.CapsHW1OptimizationProblem

Implementation of HW1 Calibration Problem (Caps matrix based).
Наследование: IOptimizationProblem
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
G ( DVPLI x ) : DVPLI.Vector

This method is unused but part of the interface.

Grad ( DVPLI x ) : DVPLI.Vector

This method is unused but part of the interface.

Obj ( DVPLI x ) : double

Calibration objective function: squared difference between black caps and hw caps.

Приватные методы

Метод Описание
CapsHW1OptimizationProblem ( CapHW1 hw1Caps, System.Matrix blackCaps, Vector capMaturity, Vector capRate, double deltaK ) : System

Constructor for the HW1 Calibration Problem based on caps matrices.

Описание методов

G() публичный Метод

This method is unused but part of the interface.
public G ( DVPLI x ) : DVPLI.Vector
x DVPLI The parameter is not used.
Результат DVPLI.Vector

Grad() публичный Метод

This method is unused but part of the interface.
public Grad ( DVPLI x ) : DVPLI.Vector
x DVPLI The parameter is not used.
Результат DVPLI.Vector

Obj() публичный Метод

Calibration objective function: squared difference between black caps and hw caps.
public Obj ( DVPLI x ) : double
x DVPLI /// The tested [alpha, sigma] vector. ///
Результат double