Compare commits
No commits in common. "f6c77af6e4aa00eaecfd780bcc35265fb40abf7f" and "faafcd53fa2997776fb91477bbbdf9404098ee9b" have entirely different histories.
f6c77af6e4
...
faafcd53fa
1 changed files with 9 additions and 18 deletions
|
@ -111,11 +111,8 @@ Hendrik Marcel W Tillemans\\
|
|||
|
||||
\section{Simulation Study}
|
||||
|
||||
\subsection{1.1: Generate Simulation Data}
|
||||
|
||||
\subsection{Question 1.2}
|
||||
Are the estimates of $\beta_0$, $\beta_1$ and $\beta_2$ close to their true values? Why (not)?
|
||||
|
||||
|
||||
We investigate a linear model with noise
|
||||
|
||||
\[y=\beta_0 + \beta_1 x1 + \beta_2 x2 + u\]
|
||||
|
@ -143,9 +140,8 @@ In figure \ref{fig::plot_1_1} we have a 3D representation of the generated model
|
|||
\caption{Linear Fit on Generated Data}
|
||||
\label{tab::table_1_2}
|
||||
\end{table}
|
||||
|
||||
\subsection{Question 1.3}
|
||||
Compare your estimates with those of question 1.2. Wich model do you choose? Discuss in terms of $\beta_1$ and model prediction.
|
||||
|
||||
\subsection{1.3: Linear Fit with 1 Variable}
|
||||
|
||||
\begin{table}[h]
|
||||
\input{table_1_3}
|
||||
|
@ -153,29 +149,24 @@ Compare your estimates with those of question 1.2. Wich model do you choose? Dis
|
|||
\label{tab::table_1_3}
|
||||
\end{table}
|
||||
|
||||
\subsection{Question 1.4}
|
||||
Do the results confirm what you would have expected to change in your estimation results compared to the results in question 1.2? Why (not)? How about the standard errors of the estimates of $\beta_1$ and $\beta_2$?
|
||||
\subsection{1.4: New Linear Fit on Generated Data}
|
||||
|
||||
\begin{table}[h]
|
||||
\input{table_1_4}
|
||||
\caption{New Linear Fit on Generated Data}
|
||||
\label{tab::table_1_4}
|
||||
\end{table}
|
||||
|
||||
\subsection{Question 1.5}
|
||||
Are the OLS estimators for the slope coefficients biased? Why (not)?
|
||||
\subsection{1.5: New Linear Fit with 1 Variable}
|
||||
|
||||
\begin{table}[h]
|
||||
\input{table_1_5}
|
||||
\caption{Linear Fit with 1 Variable}
|
||||
\label{tab::table_1_5}
|
||||
\end{table}
|
||||
|
||||
\subsection{Question 1.6}
|
||||
Do the results confirm what you would have
|
||||
expected to change in your estimation results compared to the results in question 1.2?
|
||||
Why (not)? How about the standard errors of the estimates of $\beta_1$ ? Use the formula
|
||||
Var$\beta_1$ to motivate your answer. What would happen if the standard deviation of x1
|
||||
is equal to 0 instead of equals 1? Discuss in terms of the assumptions of the Multiple
|
||||
Linear Regression mode.
|
||||
\subsection{1.6: Generate Data with Small Variance on x1}
|
||||
|
||||
\begin{table}[h]
|
||||
\input{table_1_6}
|
||||
\caption{Generate Data with Small Variance on x1}
|
||||
|
|
Loading…
Reference in a new issue