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

Revenue recognition assigment, When selling books through insaltalments and...

When selling books through insaltalments and internet, what is an alternative selling method for better revenue recording?

Statistical inference, A study was conducted at a major north-eastern Ameri...

A study was conducted at a major north-eastern American medical centre regarding blood cholesterol levels and heart-attack incidents. A total of 28 heart-attack patients had their

Method of analysis used by the firm, 1. (i) Complaints were made about the ...

1. (i) Complaints were made about the level of pollutants in the discharge from a certain factory.  The factory refuted the complaints by showing the results of their own analysis

Study guide, Answers & examples of accounting for the follow on the file be...

Answers & examples of accounting for the follow on the file being sent to you.

Find the probability, Question: (a) Find the number of different words...

Question: (a) Find the number of different words which can be formed with the letters A, A, A, B, B, C, C if (i) there is no restriction (ii) they must st

Home Assignments, A survey was conducted among the residents of Pune City, ...

A survey was conducted among the residents of Pune City, its suburbs and the Pune Cantonment area. The following three pie diagrams show their respective preferences for living in

Calculate and interpret, U.S. College presidents have described alcohol abu...

U.S. College presidents have described alcohol abuse as the number one problem on campus.  How common is it?  As a super crackerjack student, you conducted a survey of 17,096 stude

Financial statement, opened a business each contributing %60,000 cash to th...

opened a business each contributing %60,000 cash to the company and receiving a capital stock for their investment

Characteristics, explain the characteristics of statistics

explain the characteristics of statistics

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