Neas-Seminars

TS Module 6 Stationary autoregressive processes practice problem


http://33771.hs2.instantasp.net/Topic9085.aspx

By NEAS - 2/19/2010 7:54:09 AM

TS Module 6 Stationary autoregressive processes

 

(The attached PDF file has better formatting.)

 

Time series practice problems autoregressive process

 

Understand the difference between moving average and autoregressive processes.

 

Insurance renewal rates are an autoregressive process. For a renewal rate of R and expected new business of K policies each year, the number of policies forms an AR(1) process with ö = R and è0 = K: Yt+1 = Yt × R + K + å

 

Sales of durable products often form a moving average process. Suppose expected sales of new cars is 10,000 each year. If 10,000 + Z cars are sold in 20X1, demand is lower in 20X2, and only 10,000 – ½ Z are expected to be sold.

 

*Question 1.2: Auto Insurance Policy Volume

 

An insurer uses an ARIMA process to model its auto insurance policy volume.  Each year, 8% of policyholders lapse for non-payment of premium, 1.5% are canceled, 3.5% stop driving, and the rest (85%) renew their policies.

 


           The insurer expects the same number of new policyholders each year.

           The mean number of policyholders (both new and renewal) is 100,000.


 

 

If the actual policies issued in the previous year was higher or lower than expected, we expect a higher or lower number of policies issued in the current year that is half as large.

 

Illustration: Suppose the forecasts for new policies in 20X1 and 20X2 are 10,000 each. If the actual new policies written in 20X1 are 10,000 + Z, the expected new policies written in 20X2 are 10,000 + ½ Z.

 

Which of the following is a reasonable time series for this scenario?

 

 


 

Answer 1.2: A

 

The insurer expects its sales programs to have a temporary effect.  If the number of cars in the state is 1 million and 10 insurers of equal size compete, a rate reduction one year increases the number of cars insured that year.  If insurers file for rate changes once a year, it takes time for other insurers to match its rate reduction.  In half a year, about half the other insurers have matched its rate reduction, so we assume a moving average parameter of –0.5 (a moving average coefficient of +0.5).

 

The autoregressive parameter is the renewal rate of 85%.  The value of ä (è0) is the mean of 100,000 times the complement of the renewal rate.

 

Jacob: What is the insurance difference between a moving average process with θ1 of –0.5 and an autoregressive process with φ1 of +0.5?

 

Rachel: The moving average process has a temporary effect.  The effect lasts one period and disappears.  The autoregressive process has a permanent effect.  It is strongest the first period and it dissipates in later periods, but it continues to affect sales.

 

 

By RayDHIII - 7/14/2010 9:31:16 AM

If more (than the average 100,000) policies are issued this year, we expect (one half) more (than the average 100,000) policies next year.  In math symbols:

If 100,000 + Z this year, we expect 100,000 +(1/2)Z next year.  So theta1 = -1/2 as it is the opposite sign as in the formula:

Yt = 0.85Yt-1 + et + .5et-1 + 15,000

Where 15,000 = 100,000(1 - 0.85), the the expected new business,

et = the deviation from the expected new business next year,

.5et-1 = one half of the deviation from the expected new business this year, and

0.85Yt-1 = 85% of policies issued this year are expected to renew next year.

RDH