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

Conceptual structure of financial, conceptual structure of financial In...

conceptual structure of financial In financial accounting, There were many breaks in the conceptual structure of individual forums for example both the forums hadn't conducted

Balance sheet test, told my friend I would help on a test, and now, think i...

told my friend I would help on a test, and now, think its beyond me LOL...want to save face, can you help me?

Self adaptive ga, During the execution of the search process, the whole pop...

During the execution of the search process, the whole populations are classified into subgroups by sufficiently analyzed the individuals' state. Each individual in a different subs

Illustrate linear correlation, Q. Illustrate Linear Correlation? Ans. ...

Q. Illustrate Linear Correlation? Ans. In bivariate studies we are often interested in finding out whether there is a relationship between two sets of data. Are SAT score

What is prime cost, What is prime cost? Primary price is the combin...

What is prime cost? Primary price is the combination of a manufactured item's expenditures of immediate materials and immediate labor. In other words, prime price represent

Calculate maximize total profit next quarter, Please show your work to rece...

Please show your work to receive credit for this question.. Harkin Electronics is planning its production next quarter for its two product lines, relays and capacitors.  The pro

Demographic characteristics , Data   If you look at the Variable vie...

Data   If you look at the Variable view (at top of screen - select View and select variables), you will see the names of variables and information about each one.  The lab

The data analysis process and statistical techniques, I need to conduct an...

I need to conduct an analysis' on an alcohol and substance abuse study. the data set is too large to upload . The data set is the SPSS version that I need to work from. Here is the

Classification of raw data with example tables, Classification of raw data ...

Classification of raw data on the basis of homogeneous characteristics

Karl Pearsons, ). Calculate Karl Pearson’s coefficient of correlation from...

). Calculate Karl Pearson’s coefficient of correlation from the following data , using 20 as the working mean for price and 70 as the working mean for demand: Price: 14 16 17 18 1

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