ผลต่างระหว่างรุ่นของ "Probstat/notes/regression"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (→Model) |
Jittat (คุย | มีส่วนร่วม) (→Model) |
||
แถว 12: | แถว 12: | ||
where <math>e</math> is a random error. We further assume that the error is unbiased, i.e., <math>E[e]=0</math> and is independent of <math>X</math>. | where <math>e</math> is a random error. We further assume that the error is unbiased, i.e., <math>E[e]=0</math> and is independent of <math>X</math>. | ||
− | '''Input:''' As an input to the regression process, we are given a set of <math>n</math> data points: <math>(x_1,y_1), (x_2,y_2), \ldots, (x_n,y_n)</math> generated from the previous equation. We want to estimate <math>\alpha</math> and <math>\beta</math>. | + | '''Input:''' As an input to the regression process, we are given a set of <math>n</math> data points: <math>(x_1,y_1), (x_2,y_2), \ldots, (x_n,y_n)</math> generated from the previous equation. |
+ | |||
+ | '''Goal:''' We want to estimate <math>\alpha</math> and <math>\beta</math>. | ||
== The least squares estimators == | == The least squares estimators == | ||
== Distribution of regression parameters == | == Distribution of regression parameters == | ||
== Statistical tests on regression parameters == | == Statistical tests on regression parameters == |
รุ่นแก้ไขเมื่อ 09:08, 7 ธันวาคม 2557
- This is part of probstat.
In this section, we shall discuss linear regression. We shall focus on one-variable linear regression.
เนื้อหา
Model
We consider two variables and where is a function of . We refer to as independent or input variable, and as a dependent variable. We consider linear relationship between independent variable and dependent variable. We assume that there exist hidden variables and such that
where is a random error. We further assume that the error is unbiased, i.e., and is independent of .
Input: As an input to the regression process, we are given a set of data points: generated from the previous equation.
Goal: We want to estimate and .