C# 클래스 HullAndWhiteOneFactor.CapsHW1OptimizationProblem

Implementation of HW1 Calibration Problem (Caps matrix based).
상속: IOptimizationProblem
파일 보기 프로젝트 열기: fairmat/InterestRatesModels 1 사용 예제들

공개 메소드들

메소드 설명
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