Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GeostatsGuy authored Jul 4, 2024
1 parent d495c2a commit e10c111
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Interactive_Model_Fitting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,21 @@
"\\hat{\\beta}^{OLS}= {\\text{arg min}}_{\\beta} \\rightarrow P(X | \\hat{f}_{\\beta}(X))\n",
"\\end{equation}\n",
"\n",
"#### Comparing OLS and MLE Approaches\n",
"\n",
"We calculate the model parameters, such that we:\n",
"\n",
"**OLS**: - minimize the sum of the squared differences between the observed values and the values predicted by the model.\n",
"\n",
"**MLE**: - maximize the likelihood of the observed data given the model.\n",
"\n",
"Both methods assume sufficient sample data, sample data representativity, correct model specification, in adddition:\n",
"\n",
"**OLS**: - assumes that the errors have a mean of zero, constant variance and are independent of eachother (no correlation in error).\n",
"\n",
"Wit\n",
"\n",
"\n",
"#### Load and Configure the Required Libraries\n",
"\n",
"The following code loads the required libraries and sets a plotting default."
Expand Down

0 comments on commit e10c111

Please sign in to comment.