Page 1 of 1
finding quantiles using Monte Carlo
Posted: January 26th, 2007, 8:50 am
by Sebster
Can anyone provide insights on computing quantiles of a distribution using Monte Carlo simulation? I'm mainly interested in what convergence bounds are available (for any approach) and in the existence of non-standard algorithms (such as the one discussed in the paper by Dagum, Karp, Luby and Ross).
finding quantiles using Monte Carlo
Posted: January 29th, 2007, 7:52 am
by sanjaysivakumar
Convergence depends up on the sample that u generated. normally 10000 simulations........ Only trial and error approach and also depends upon ur interest of value(error).If you are taking about complex function like Bayesain function, then its also depends on the covering function which u choose to simulate.
finding quantiles using Monte Carlo
Posted: February 2nd, 2007, 6:48 am
by Sebster
Yes, it certainly depends on the number of samples. I am looking for bounds such as Chebychev's inequality, which, for the mean, gives a bound on a the likelihood that the estimator error is greater than a certain threshold, explicitly computed based on the variance, the error threshold, and the number of simulations. Are there corresponding convergence bounds for quantile estimators? I imagine that there aren't, but I wonder what is typically used in this situation.
finding quantiles using Monte Carlo
Posted: February 5th, 2007, 9:06 pm
by Pannini
Is "computing quantiles of a distribution using Monte Carlo simulation" different from bootstrapping quantiles?
finding quantiles using Monte Carlo
Posted: February 6th, 2007, 4:55 am
by mj
i think there's some discussion of this in Paul Glasserman's book
finding quantiles using Monte Carlo
Posted: February 6th, 2007, 12:20 pm
by Traden4Alpha
I think you'll find that convergence is driven by two statistical factors:1. The probabilities of more or fewer samples falling above or below the quantile boundary which drives uncertainty about which sample or sample interval lies closest to the desired quantile boundary.2. The sampling density at the quantile boundary which is a function of N, the use of any kind of importance sampling, and the inverse of the PDF of the distribution. If you are trying to find a quantile boundary in a very thin part of the PDF (e.g. the tails or the mid-point of a deeply bimodal distribution) then you'll suffer from larger errors.
finding quantiles using Monte Carlo
Posted: March 7th, 2007, 11:58 am
by Sebster
Perhaps it's the same. Can you recommend a good reference on the subject of bootstrapping quantiles? I haven't been able to pull up a good introduction searching online. QuoteOriginally posted by: PanniniIs "computing quantiles of a distribution using Monte Carlo simulation" different from bootstrapping quantiles?