I have the data and need to make a prediction based on it (probability)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
chriskeller1
Messages
6
Reaction score
0
Hello Everyone,
I really can't understand stats and it's driving me crazy.

I have data for births linked with different years, the graphic looks like this
View attachment 3382
But I need to make a prediction on the births in year 2010. How do I go about that?!
 

Attachments

  • Screen Shot 2014-10-08 at 9.39.48 PM.png
    Screen Shot 2014-10-08 at 9.39.48 PM.png
    4.2 KB · Views: 110
Physics news on Phys.org
It looks like you are provided with the linear regression:

$$y=-0.1103x+234.98$$

Can you see what you need to use for $x$ to get a prediction for the year 2010?
 
I'm confused... Isn't x supposed to represent the years?
 
chriskeller1 said:
I'm confused... Isn't x supposed to represent the years?

Yes, it appears to me that the independent variable $x$ is the year, and this input into the given line will give a prediction for the output, the dependent variable which is the birth rate, for that year.

So, use $x=2010$ in the given line, and what do you find?
 
Oh, so basically it's going to be 13.277?

Thank you!
 
chriskeller1 said:
Oh, so basically it's going to be 13.277?

Thank you!

Yes, that's the same value I get. (Yes)