R/solarMoments.R
solarOption_calibrate_theta.RdCalibrate the time series of theta to match a certain level of Option price
solarOption_calibrate_theta(
model,
moments,
P_target,
put = TRUE,
quiet = FALSE,
control_options = control_solarOption()
)An object with the class solarModel. See the function solarModel for details.
Numeric, vector of target prices to match.
Logical, when TRUE, the default, will be computed the price for a put contract, otherwise for a call contract.
Named list with control parameters. See control_solarOption for more details.
Version 1.0.0.