You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in [statsmodels](http://statsmodels.sourceforge.net/).
8
-
︡fef17a12-e399-41d2-886f-59187c8a4549︡{"html":"<h1>OLS vs RLM</h1>\n\n<p>The following shows a comparison between ordinary least squares and a robust linear model\nin <a href=\"http://statsmodels.sourceforge.net/\">statsmodels</a>.</p>\n"}︡
8
+
︡9cf99d05-06dd-4cf2-8a0a-9f76090870de︡{"html":"<h1>OLS vs RLM</h1>\n\n<p>The following shows a comparison between ordinary least squares and a robust linear model\nin <a href=\"http://statsmodels.sourceforge.net/\">statsmodels</a>.</p>\n"}︡
︡17c2dffa-ef8a-4c5f-a991-d639faaf3d7b︡{"stdout":" Robust linear Model Regression Results \n==============================================================================\nDep. Variable: y No. Observations: 100\nModel: RLM Df Residuals: 98\nMethod: IRLS Df Model: 1\nNorm: HuberT \nScale Est.: mad \nCov Type: H1 \nDate: Sat, 10 Aug 2013 \nTime: 10:42:24 \nNo. Iterations: 41 \n==============================================================================\n coef std err z P>|z| [95.0% Conf. Int.]\n------------------------------------------------------------------------------\nconst 3.1657 0.025 126.649 0.000 3.117 3.215\nx1 0.7121 0.008 92.485 0.000 0.697 0.727\n==============================================================================\n\nIf the model instance has been used for another fit with different fit\nparameters, then the fit options might not be the correct ones anymore .\n"}︡
49
+
︡b03d42bc-04cd-48d0-b194-fc0781bd198e︡{"stdout":" Robust linear Model Regression Results \n==============================================================================\nDep. Variable: y No. Observations: 100\nModel: RLM Df Residuals: 98\nMethod: IRLS Df Model: 1\nNorm: HuberT \nScale Est.: mad \nCov Type: H1 \nDate: Sun, 11 Aug 2013 \nTime: 10:07:26 \nNo. Iterations: 29 \n==============================================================================\n coef std err z P>|z| [95.0% Conf. Int.]\n------------------------------------------------------------------------------\nconst 3.1702 0.025 126.952 0.000 3.121 3.219\nx1 0.7346 0.008 97.298 0.000 0.720 0.749\n==============================================================================\n\nIf the model instance has been used for another fit with different fit\nparameters, then the fit options might not be the correct ones anymore .\n"}︡
0 commit comments