Serving the Quantitative Finance Community

Search found 3 matches

by acanete
January 3rd, 2011, 5:44 pm
Forum: Numerical Methods Forum
Topic: correlated random samples from non-normal data
Replies: 9
Views: 24974

correlated random samples from non-normal data

Thats a good idea. I'll give it a try. I tried something similar but using kernels with different bandwidths instead of the GPD.
by acanete
December 31st, 2010, 2:01 pm
Forum: Numerical Methods Forum
Topic: correlated random samples from non-normal data
Replies: 9
Views: 24974

correlated random samples from non-normal data

yeshttp://en.wikipedia.org/wiki/Multivariate_kernel_density_estimation
by acanete
December 30th, 2010, 6:24 pm
Forum: Numerical Methods Forum
Topic: correlated random samples from non-normal data
Replies: 9
Views: 24974

correlated random samples from non-normal data

<r>Hi noah977, About the distribution, take a look at kernel density estimation (aka parzen windows). Is going to allow you to fit a density without any assumption on the distribution (the data has to be i.i.d though) . You still are going to have to calibrate the so called bandwidth, but if you hav...