| calibrate_mrjd | R Documentation |
Estimates mean-reversion speed, unconditional volatility, and jump characteristics.
calibrate_mrjd(residuals, n_years, threshold_sigma = 2.5)
residuals |
Numeric vector of detrended temperature residuals X(t). |
n_years |
Numeric scalar representing total observation period in years. |
threshold_sigma |
Threshold multiplier for jump identification (default: 2.5). |
A named list of calibrated stochastic differential parameters.
set.seed(123)
res <- stats::rnorm(730, sd = 2)
calib <- calibrate_mrjd(res, n_years = 2)
print(calib$kappa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.