close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 21, 2009, 9:51:54 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
v1
|
v3
|
|
1 | | We can separate a linear regression block |
| 1 | We can separate a linear constrained regression block |
2 | 2 | |
3 | 3 | [[LatexEquation(Y = X \beta + e; e ~ N\left(0,I\right) $$)]][[BR]] |
| 4 | [[LatexEquation(A \beta \leq a $$)]][[BR]] |
4 | 5 | |
5 | 6 | in two sub-blocks |
6 | 7 | |
7 | 8 | [[LatexEquation(Y = X_{1} \beta_{1} +X_{2} \beta_{2} + e; e \sim N\left(0,I\right) $$)]][[BR]] |
| 9 | [[LatexEquation(A_{1}\beta_{1} + A_{2}\beta_{2} \leq a $$)]][[BR]] |
8 | 10 | |
9 | 11 | If we have an inconditional sample or a fixed set of values for [[LatexEquation(\beta_{1} $$)]], then we can sample [[LatexEquation(\beta_{2} | \beta_{1} $$)]] from reduced regression |
10 | 12 | |
11 | | [[LatexEquation(Y_1 = Y - X_{1} \beta_{1} = X_{2} \beta_{2} + e; e \sim N\left(0,I\right) $$)]][[BR]] |
| 13 | [[LatexEquation(Y_{1} = X_{2} \beta_{2} + e; e \sim N\left(0,I\right) $$)]][[BR]] |
| 14 | [[LatexEquation(A_{2} \beta_{2} \leq a_{1} $$)]][[BR]] |
| 15 | |
| 16 | where |
| 17 | |
| 18 | [[LatexEquation(Y_{1} = Y - X_{1} \beta_{1} $$)]][[BR]] |
| 19 | [[LatexEquation(a_{1} = a - A_{1} \beta_{1} $$)]][[BR]] |