Newton-Raphson method in non-homogeneous poisson process

tottijohn
Messages
3
Reaction score
0

Homework Statement


The rate of occurrence of events in a non-homogeneous Poisson process is given by: λ(t)=12t e-2t.

(c) Find the p.d.f. of the time until the first event occurs after time t = 1.
(e) After what time is it 95% certain that no further events will occur?

Homework Equations


λ(t)=12t e-2t

The Attempt at a Solution


After using integration by parts, I found μ(t) = -3e-2t(2t+1) to solve other parts of this question. I know part (e) requires the use of Newton-raphson method but I have no idea how to go about. Any help will really be appreciated, thanks.
 
Last edited:
Physics news on Phys.org
Newton-Raphson is a numerical method to estimate the zero of a function (i.e. find x such that f(x) = 0) to some desired accuracy. Are you having difficulty defining f(x) or applying NR or both?
 
Last edited:
Both.

I know the probability of extinction by each generation can be calculated using Newton_Raphson method given p.g.f. and finding p and q, but I am not sure how to apply to this question.
 
tottijohn said:
Both.

I know the probability of extinction by each generation can be calculated using Newton_Raphson method given p.g.f. and finding p and q, but I am not sure how to apply to this question.

Are you trying to solve an equation? What IS the equation? Write it down in detail, so we have the basis for offering some advice.

RGV
 
I have managed to solve (c).

Here is the equation i got for (e):
g(t) = (3 + 6t)e^-2t - 0.0513 = 0
g'(t) = -12te^(-2t)
tn+1 = tn - [(3 + 6tn)e^-2tn - 0.0513]/-12tne^(-2tn)

I am not sure how to proceed with NR to get the time of 95% certain?
 
tottijohn said:
I have managed to solve (c).

Here is the equation i got for (e):
g(t) = (3 + 6t)e^-2t - 0.0513 = 0
g'(t) = -12te^(-2t)
tn+1 = tn - [(3 + 6tn)e^-2tn - 0.0513]/-12tne^(-2tn)

I am not sure how to proceed with NR to get the time of 95% certain?

Why the concentration on Newton-Raphson? Do you understand that you are just trying to solve the equation (3 + 6t)*exp(-2t) = 0.051293? Newton-Raphson (NR) is one way to do it, but there are many others. However, if you do want to use NR to solve the equation g(t) = 0, you just start with some initial guess, t0, then use the iteration scheme
tn+1 = tn - g(tn)/g'(tn). What is stopping you from doing this?

RGV
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top