Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
1 answer
324 views

Compute the inverse of a conditional quantile regression output

Brunello et al (2009) show that extended compulsory schooling leads to increased wages respectivly to the individual gender. Their empirical model first uses quantile regression to show the impact of ...
mugdi's user avatar
  • 90
2 votes
3 answers
409 views

Importance sampling - approximation of an integral in R [closed]

So I am given this integral $$\mathrm{I}=\int_{38}^{\infty} \mathrm{f}(\mathrm{x}) \mathrm{d} \mathrm{x}=\int_{38}^{\infty} \mathrm{e}^{-\mathrm{x}} \mathrm{x}^{2} \mathrm{dx}$$ and i am also given ...
Thanos Pantos's user avatar
3 votes
1 answer
153 views

Estimate default by importance sampling (using R)

I want to use Importance sampling to estimate probability of default of an insurance company within the next $t$ years. The company starts with capital $C$ at $t=0$. Each year it gains $p > 0$ ...
Danny's user avatar
  • 1,035
9 votes
1 answer
547 views

Lower than expected coverage for importance sampling with simulation

I was trying to answer the question Evaluate integral with Importance sampling method in R. Basically, the user needs to calculate $$\int_{0}^{\pi}f(x)dx=\int_{0}^{\pi}\frac{1}{\cos(x)^2+x^2}dx$$ ...
DeltaIV's user avatar
  • 18.4k
3 votes
0 answers
442 views

Simple importance sampling example: What am I doing wrong?

I am learning about importance sampling and trying undertake importance sampling on a trivial example, but failing to get the right answer. I have read various PDFs online, and the relevant section of ...
martin's user avatar
  • 41
5 votes
1 answer
420 views

understanding proposal distribution sequential importance sampling in R

From the article of wikipedia http://en.wikipedia.org/wiki/Particle_filter I see that one generate samples from the proposal $\pi(x_k^{(L)}\vert x_{o:k-1}^{(L)},y_{1:k})$, however, the role of $y_{1:...
nopeva's user avatar
  • 497
7 votes
1 answer
6k views

Importance Sampling to evaluate integral in R

I have asked the question here also. However, there might be something wrong with my theoretical understanding hence I'm asking here as it is more relevant. Kindly do not diss without looking first. ...
Raaj's user avatar
  • 185
1 vote
0 answers
323 views

Importance Sampling MC - a couple of questions regarding PDF

I implore the good people to quickly glance through this thread over at StackOverflow to get a better idea of my question if the following isn't clear. I have these integrals to evaluate using ...
Raaj's user avatar
  • 185