C# Класс HullAndWhiteOneFactor.SwaptionHW1OptimizationProblem

Implementation of HW1 Calibration Problem (Swaption 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 swaptions and HW swaptions.

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

Метод Описание
SwaptionHW1OptimizationProblem ( SwaptionHW1 shw1, System.Matrix blackSwaption, Vector swaptionMaturity, Vector swapDuration, double deltaK ) : System

Constructor for the HW1 Calibration Problem based on swaption 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 swaptions and HW swaptions.
public Obj ( DVPLI x ) : double
x DVPLI /// The tested [alpha, sigma] vector. ///
Результат double