User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:45, 4 November 2012 (diff | hist) . . (+86) . . Main Page (→Special Econometric Topics)
- 22:11, 2 November 2012 (diff | hist) . . (+421) . . ExampleCodeOLShac (→hac_estimators.m)
- 22:06, 2 November 2012 (diff | hist) . . (+9,283) . . ExampleCodeOLShac
- 21:34, 2 November 2012 (diff | hist) . . (+38) . . Main Page (→Special Econometric Topics)
- 21:33, 2 November 2012 (diff | hist) . . (+142) . . ExampleCodeOLShac
- 20:47, 2 November 2012 (diff | hist) . . (+228) . . N ExampleCodeOLShac (Created page with "Below you can find example code which uses the OLShac function. That function estimates a linear model using OLS. Results are returned in a structure. Amongst the results are ...")
- 11:54, 1 November 2012 (diff | hist) . . (+11,757) . . N RobInf (Created page with "= Introduction = This section will cover the calculation of heteroskedasticity and autocorrelation robust standard errors in the context of OLS regressions. The result will b...") (current)
- 11:52, 1 November 2012 (diff | hist) . . (+10) . . Main Page (→Special Econometric Topics)
- 13:16, 26 October 2012 (diff | hist) . . (0) . . FctExampleCode (→OLSest.m) (current)
- 12:59, 26 October 2012 (diff | hist) . . (+31) . . MaxLikCode (→nll_lin.m)
- 12:58, 26 October 2012 (diff | hist) . . (+502) . . MaxLikCode (→MLse.m)
- 12:56, 26 October 2012 (diff | hist) . . (+254) . . MaxLik
- 12:52, 26 October 2012 (diff | hist) . . (+2,087) . . MaxLik
- 09:48, 26 October 2012 (diff | hist) . . (+1,315) . . MaxLik
- 09:44, 26 October 2012 (diff | hist) . . (-24) . . MaxLikCode (→MLse.m)
- 09:14, 26 October 2012 (diff | hist) . . (+1,093) . . MaxLikCode (→MLse.m)
- 09:08, 26 October 2012 (diff | hist) . . (0) . . MaxLikCode (→MLse.m)
- 08:54, 26 October 2012 (diff | hist) . . (+18) . . MaxLik
- 14:29, 25 October 2012 (diff | hist) . . (-299) . . Example 2
- 14:09, 25 October 2012 (diff | hist) . . (-1) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 18:42, 23 October 2012 (diff | hist) . . (-8) . . ArrayStructures (current)
- 18:39, 23 October 2012 (diff | hist) . . (+53) . . Main Page (→Basic Programming)
- 14:49, 23 October 2012 (diff | hist) . . (+5) . . Main Page (→Basic Programming)
- 14:48, 23 October 2012 (diff | hist) . . (+85) . . Main Page (→Basic Programming)
- 13:50, 23 October 2012 (diff | hist) . . (+82) . . Discussion (→Creating and executing script m-files)
- 17:15, 19 October 2012 (diff | hist) . . (-3) . . MaxLik (→MATLAB implementation)
- 17:12, 19 October 2012 (diff | hist) . . (+449) . . MaxLik
- 17:05, 19 October 2012 (diff | hist) . . (+21,456) . . MaxLik
- 17:05, 19 October 2012 (diff | hist) . . (-20,241) . . MaxLik
- 16:46, 19 October 2012 (diff | hist) . . (+7,276) . . MaxLik
- 08:41, 19 October 2012 (diff | hist) . . (-3) . . MaxLikCode (→MLse.m)
- 13:57, 18 October 2012 (diff | hist) . . (+6) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 13:46, 18 October 2012 (diff | hist) . . (+3) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 13:44, 18 October 2012 (diff | hist) . . (+8) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 10:32, 18 October 2012 (diff | hist) . . (+28) . . MaxLik (→MATLAB implementation)
- 10:25, 18 October 2012 (diff | hist) . . (+227) . . MaxLik
- 10:24, 18 October 2012 (diff | hist) . . (+6) . . Main Page (→Literature and other learning resources)
- 10:19, 18 October 2012 (diff | hist) . . (+8,122) . . MaxLik
- 09:52, 18 October 2012 (diff | hist) . . (+2) . . MaxLikCode (→gradp.m)
- 09:51, 18 October 2012 (diff | hist) . . (+1,031) . . MaxLikCode (→Gradient and Hessian code)
- 09:46, 18 October 2012 (diff | hist) . . (+7) . . MaxLikCode (→MLse.m)
- 09:46, 18 October 2012 (diff | hist) . . (+225) . . MaxLikCode (→Gradient and Hessian code)
- 09:42, 18 October 2012 (diff | hist) . . (+695) . . MaxLikCode
- 09:37, 18 October 2012 (diff | hist) . . (0) . . N File:Gradp.m (current)
- 09:37, 18 October 2012 (diff | hist) . . (0) . . N File:HessMp.m (current)
- 09:36, 18 October 2012 (diff | hist) . . (+650) . . MaxLikCode
- 09:34, 18 October 2012 (diff | hist) . . (+343) . . MaxLikCode
- 09:32, 18 October 2012 (diff | hist) . . (+88) . . MaxLikCode (→Maximum Likelihood codes)
- 09:28, 18 October 2012 (diff | hist) . . (+1,615) . . N MaxLikCode (Created page with "== Maximum Likelihood codes == = MLse = This code simulates a linear model, estimates it by PLS and ML and calculates standard errors <source> % Code to % a) simulate line...")
- 09:12, 18 October 2012 (diff | hist) . . (+31) . . Main Page (→Special Econometric Topics)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)