Description Usage Arguments Value
Calculate the implied Laplace transform using a joint fitting of a smooth surface to all options.
1 2 3 | surfaceImpliedGFT(option.panels, mkt.frame, u.t.mat, max.pow = 3,
doPlot = FALSE, doFitPlot = 0, verbose = FALSE, spline.rank = 6,
convergence.scale = 0.01, weights = "opt-sqrt")
|
option.panels |
A list, each element containing a dataframe with normalized mid OTM option prices and LOG strikes. Each panel should correspond to the SAME day. |
u.t.mat |
An Nx2 dataframe, consisting of the frequencies and maturities for which the laplace transforms should be calculated |
doPlot |
Whether fitted / true values should be plotted |
doFitPlot |
Whether backfitting iterations should provide plot, |
verbose |
Do we want diagnostic information? |
spline.rank |
This is the |
convergence.scale |
Scaling of the convergence criterion for the backfitting algorithm, a submodel |
weights |
string which defines the weighting scheme to be used in fitting. |
mkt.list |
A data-frame, where each row corresponds to the market features associated with the n-th option panel (e.g. maturity, interest rate, etc...) |
An Nx3 dataframe, where the last column is the calculated transform value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.