The distribution tag has no wiki summary.
9
votes
2answers
2k views
How to derive the implied probability distribution from B-S volatilities?
The general problem I have is visualization of the implied distribution of returns of a currency pair.
I usually use QQplots for historical returns, so for example versus the normal distribution:
...
2
votes
1answer
195 views
What are $d_1$ and $d_2$ for Laplace?
What are the formulae for d1 & d2 using a Laplace distribution?
17
votes
2answers
705 views
Tools in R for estimating time-varying copulas?
Are there libraries in R for estimating time-varying joint distributions via copulas?
Hedibert Lopes has an excellent paper on the topic here. I know there is an existing packaged called copula but ...
6
votes
1answer
298 views
What distribution should I apply to estimate the likelihood of extreme returns?
Say I have a limited sample, a month of daily returns, and I want to estimate the 99.5th percentile of the distribution of absolute daily returns.
Because the estimate will require extrapolation, I ...