Skip to main content

Questions tagged [parameter-estimation]

The tag has no usage guidance.

2 votes
0 answers
57 views

What are common parametric forms for VIX smiles?

It is common in SPX markets to fit smiles using Stochastic volatility-inspired and Surface stochastic volatility-inspired parametric forms introduced by Gatheral and Jacquier (2014). In VIX markets ...
Mr Frog's user avatar
  • 263
1 vote
0 answers
38 views

Comparing standard error asymptotics of standard deviation and mean absolute deviation estimators

I was reading Chapter 4 of Jean-Philippe Bouchaud's book "Theory of Financial Risk and Derivative Pricing: From Statistical Physics to Risk Management" and in section 4.2.2 author was ...
pierce's user avatar
  • 11
0 votes
0 answers
88 views

Maximum likelihood estimation of system of correlated SDEs

I have the following system of SDEs (which you can think of as 3 different stocks) $$dX_t^1 = \mu_t X_t^1 dt + \sigma_t X_t^1 dW_t^1$$ $$dX_t^2 = \mu_2 dt + \sigma_2 dW_t^2$$ $$dX_t^3 = \mu_3 dt + \...
Spandaver's user avatar
2 votes
2 answers
182 views

What is the process for using OLS on time series models (HAR like)

I am reading about HAR models for realised variance and they all seem to use WLS or OLS to calculate the parameters. Now I understand how that works if you just use say the 10 years of AAPL intraday ...
BlueTurtle's user avatar
1 vote
0 answers
143 views

ESSVI calibration problem in translating parameter bounds

I am trying to implement the calibration algorithm presented in the "ESSVI Implied Volatility Surface" white paper from Factset by Akhundzadeh et al. The eSSVI model includes 2 variables ...
daily's user avatar
  • 11
0 votes
0 answers
125 views

Calibration for CIR Model Discretization for Predictor Corrector and Milstein method

I'm new to Quantitative Finance. I've data which I need to fit a CIR model and estimate its parameters. $ dX_{t+1} = a(b-X_{t})dt + \sigma \sqrt{X_t}dW_{t} $ While I can fit and obtain ...
Vignesh 's user avatar
1 vote
0 answers
188 views

how to estimate Geometric Brownian Motion parameters on long timeseries [closed]

I'm working on a 50-years financial timeseries and I would like to simulate GBM paths from it. The first thing I'm supposed to do is to estimate the drift $\mu$ and the volatility $\sigma$ parameters. ...
randomWalk's user avatar
1 vote
0 answers
132 views

How can I estimate value-at-risk of a long/short portfolio without making simplifying assumptions?

I have had a couple of long-standing questions about the mathematics behind a simple "vanilla" parametric VaR calculation and I'm hoping someone could clear up my confusion. Most likely I am ...
David Loungani's user avatar
0 votes
0 answers
61 views

Nonlinear Constrained optimization for a CIR model

I want to calibrate a CIR model which is commonly used to model the evolution of interest rates. Briefly speaking, we know that its dynamics is of the form \begin{equation} dr_t = \kappa (\theta - r_t)...
user53249's user avatar
  • 419
3 votes
1 answer
427 views

Estimating volatility of a geometric Brownian motion at different sample rates

I have troubles estimating volatility (= standard deviation of log returns) when the data is re-sampled at different sample frequencies. Problem I have generated a time series data using a geometric ...
WolfgangP's user avatar
  • 285
0 votes
0 answers
79 views

Option pricing when stock price follows binomial tree

Assume that the stock price is currently trading at $S_0$. It is known that the stock price follows a binomial tree, such that its price will be either $S_0e^{\theta_u}$ or $S_0e^{−\theta_d}$ over the ...
statwoman's user avatar
  • 123
3 votes
1 answer
210 views

How to parameterising Greek Surfaces?

I'm currently working on my master thesis, where I have data on option trading volume and flow (number of shares bought minus sold; i.e., net position), divided among three kinds of market ...
Dipanshu Gupta's user avatar
2 votes
0 answers
82 views

Robust standard errors OLS for term structure

Suppose i have estimated the following model with OLS: $y_{1,t+1} - y_{1,t} = \alpha + \beta y_{1,t} + \epsilon_{t+1}$. Where $y_{1,t}$ is the 1 month zero-coupon yield at time t. What would be an ...
Lazy019's user avatar
  • 43
3 votes
0 answers
513 views

Initial forward variance curve $\xi_0(t)$ in the Rough Bergomi model

The rough Bergomi model is defined as \begin{cases} \frac{dS_t}{S_t} = \sqrt{v_t}dW_t^1 \\ v_t=\xi_0(t)\exp(\eta \tilde{W}_t^H-\frac{1}{2}\eta^2t^{2H}) \\ \tilde{W}_t^H = \int_0^t \sqrt{2H}(t-s)^{H-\...
NN2's user avatar
  • 1,033
1 vote
0 answers
139 views

MatLab code does not work for Heston model calibration

I am trying to calibrate Heston model on some data and I have the following code. Code is supposed, after it reads the data, to give back 5 parameters. However, I get an empty answer from MatLab. Does ...
Francesco Bova's user avatar

15 30 50 per page