compare the quality of the different estimations, Basic Statistics

Assignment Help:

To illustrate the importance of model selection. We will use only the first four observations to estimate the function f such that ini t. h = f(h. d) for two different models.

We will then use the last three observations to compare the quality of the different estimations.

(a) We consider first a quadratic regression model: f(x) = ax2 + bx + c. We carry out the regression of h. d on the vector (ini t .h.init.h'")

f1=gH1: 4J

f2=g2 [1: 4J

LinReg1=lm(f2 ~ f1+I(f1A2))

summary (LinReg1)

What are the estimated values of a, b, c? What is the value of the coefficient of determination?

(b) We consider next the regression model: f(x) = ax2 + bx + c + dexp(x/20). We carry out the regression of h. d on the vector (ini t .h.init.h'' ,einit.h/20)

LinReg2=lm(f2 ~ f1+I(f1A2)+I(exp(f1/20)))

summary(LinReg2)

What are the estimated values of a, b, c, d? What is the value of the coefficient of determination? Is this sufficient to conclude that this model is better than the quadratic model ?

(c) To better answer the previous question, we compute and display the prediction on the last tree observations obtained for each of the previous models.

t=(2500:6000)/10

new=data. frame (f1=t)

pred1=predict(LinReg1, new, interval ="none")

pred2=predict(LinReg2, new, interval ="none")

par(bg='cornsilk')

plot(g1,g2,pch = 20,col="black",cex=2,ylim=c(0,1000))

points(t,pred1,pch = 20,col="blue",cex=0.2)

points(t,pred2,pch = 20,col="red",cex=0.2)

What is your conclusion?

(d) We are now using the package leaps of R to perform the model selection. library (leaps)

f1=g1 [1: 5]

f2=g2 [1: 5J

explain=matrix(c(f1,f1A2,exp(f1/20)),ncol=3)

leaps (x=explain, y=f2)

What do we use the instruction explain=matrix(c (£1, f1 A2,exp (£1/20)) ,ncol=3) for? Given the value of the Cp criterion, which one of the seven model do you select?


Related Discussions:- compare the quality of the different estimations

Ifrs financial instruments, journal entries of a loan swap with different c...

journal entries of a loan swap with different currency

Short-term credit decision, Short-Term Credit Decision In no more than...

Short-Term Credit Decision In no more than one typed page, provide a statement of your decision to lend or not lend to this company based on your interpretation of the company

How to calculate mode?, Mode Mode, M is the value that has the largest ...

Mode Mode, M is the value that has the largest number of occurrence or frequency in a data set, for instance, given the following data:  11 15 16 12 15 19 17 15 we can se

Cash equivalent., Cash equivalent Short-term: highly liquid investments th...

Cash equivalent Short-term: highly liquid investments that are together [1) readily convertible to known amounts of cash & [2) so close to their maturity that they there insignifi

What is the net book value of a noncurrent asset, What is the net book valu...

What is the net book value of a noncurrent asset? The net publication value of a noncurrent resource is the net quantity revealed on the stability piece for a long-term resourc

Calculate present value-hpr and future value , Semiannual coupon = 10%*$100...

Semiannual coupon = 10%*$100/2 = $5 Since it is one-year semiannual bond, it pays two coupons, one at six months from now and the other at maturity when the bank account will be

Probablity, a fair die is thrown 3 times. Let X1,X2,X3 denote the results o...

a fair die is thrown 3 times. Let X1,X2,X3 denote the results of 3 throws. What is the probablity that p[X1>X2+X3]

Mean - median and frequencies, Put the appropriate summary statistics, e.g....

Put the appropriate summary statistics, e.g. mean, median, frequencies, percentages, for the different variables into a table to make them concise. You can see examples of consise

Linear power supply, LINEAR POWER SUPPLY (JPG) The Goodwill GPC3030D pow...

LINEAR POWER SUPPLY (JPG) The Goodwill GPC3030D power supply is an example of a linear power supply. Discoveries that were made in researching this power supply are things such

Ogive, When we use upper or lower class boundaries during calculation of og...

When we use upper or lower class boundaries during calculation of ogive graph?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd