Package | Description |
---|---|
net.finmath.analytic.calibration |
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
|
net.finmath.functions |
Provides some static functions, e.g., analytic valuation formulas or functions from linear algebra.
|
net.finmath.marketdata.calibration |
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
|
net.finmath.marketdata.model.volatilities |
Provides interface specification and implementation of volatility surfaces, e.g.,
interest rate volatility surfaces like (implied) caplet volatilities and swaption
volatilities.
|
net.finmath.optimizer |
This package provides classes with numerical algorithm for optimization of
an objective function and a factory to easy construction of the optimizers.
|
Class and Description |
---|
StochasticOptimizerFactoryInterface |
Class and Description |
---|
SolverException
Exception thrown by solvers
net.finmath.rootfinder or net.finmath.optimizer . |
Class and Description |
---|
OptimizerFactoryInterface |
SolverException
Exception thrown by solvers
net.finmath.rootfinder or net.finmath.optimizer . |
Class and Description |
---|
OptimizerFactoryInterface |
SolverException
Exception thrown by solvers
net.finmath.rootfinder or net.finmath.optimizer . |
Class and Description |
---|
GoldenSectionSearch
This class implements a Golden Section search algorithm, i.e., a minimization,
implemented as a question-and-answer search algorithm.
|
LevenbergMarquardt
This class implements a parallel Levenberg-Marquardt non-linear least-squares fit
algorithm.
|
LevenbergMarquardt.RegularizationMethod
The regularization method used to invert the approximation of the
Hessian matrix.
|
OptimizerFactoryInterface |
OptimizerInterface
Interface for numerical optimizers.
|
OptimizerInterface.ObjectiveFunction
Interface for the objective function.
|
SolverException
Exception thrown by solvers
net.finmath.rootfinder or net.finmath.optimizer . |
StochasticLevenbergMarquardt
This class implements a stochastic Levenberg Marquardt non-linear least-squares fit
algorithm.
|
StochasticLevenbergMarquardt.RegularizationMethod
The regularization method used to invert the approximation of the
Hessian matrix.
|
StochasticOptimizerFactoryInterface |
StochasticOptimizerInterface |
StochasticOptimizerInterface.ObjectiveFunction
The interface describing the objective function of a
StochasticOptimizerInterface . |
StochasticPathwiseLevenbergMarquardt
This class implements a stochastic Levenberg Marquardt non-linear least-squares fit
algorithm.
|
Copyright © 2018. All rights reserved.