User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:45, 4 November 2012 (diff | hist) . . (+86) . . Main Page (→Special Econometric Topics)
- 23:11, 2 November 2012 (diff | hist) . . (+421) . . ExampleCodeOLShac (→hac_estimators.m)
- 23:06, 2 November 2012 (diff | hist) . . (+9,283) . . ExampleCodeOLShac
- 22:34, 2 November 2012 (diff | hist) . . (+38) . . Main Page (→Special Econometric Topics)
- 22:33, 2 November 2012 (diff | hist) . . (+142) . . ExampleCodeOLShac
- 21: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 ...")
- 12: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)
- 12:52, 1 November 2012 (diff | hist) . . (+10) . . Main Page (→Special Econometric Topics)
- 14:16, 26 October 2012 (diff | hist) . . (0) . . FctExampleCode (→OLSest.m) (current)
- 13:59, 26 October 2012 (diff | hist) . . (+31) . . MaxLikCode (→nll_lin.m)
- 13:58, 26 October 2012 (diff | hist) . . (+502) . . MaxLikCode (→MLse.m)
- 13:56, 26 October 2012 (diff | hist) . . (+254) . . MaxLik
- 13:52, 26 October 2012 (diff | hist) . . (+2,087) . . MaxLik
- 10:48, 26 October 2012 (diff | hist) . . (+1,315) . . MaxLik
- 10:44, 26 October 2012 (diff | hist) . . (-24) . . MaxLikCode (→MLse.m)
- 10:14, 26 October 2012 (diff | hist) . . (+1,093) . . MaxLikCode (→MLse.m)
- 10:08, 26 October 2012 (diff | hist) . . (0) . . MaxLikCode (→MLse.m)
- 09:54, 26 October 2012 (diff | hist) . . (+18) . . MaxLik
- 15:29, 25 October 2012 (diff | hist) . . (-299) . . Example 2
- 15:09, 25 October 2012 (diff | hist) . . (-1) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 19:42, 23 October 2012 (diff | hist) . . (-8) . . ArrayStructures (current)
- 19:39, 23 October 2012 (diff | hist) . . (+53) . . Main Page (→Basic Programming)
- 15:49, 23 October 2012 (diff | hist) . . (+5) . . Main Page (→Basic Programming)
- 15:48, 23 October 2012 (diff | hist) . . (+85) . . Main Page (→Basic Programming)
- 14:50, 23 October 2012 (diff | hist) . . (+82) . . Discussion (→Creating and executing script m-files)
- 18:15, 19 October 2012 (diff | hist) . . (-3) . . MaxLik (→MATLAB implementation)
- 18:12, 19 October 2012 (diff | hist) . . (+449) . . MaxLik
- 18:05, 19 October 2012 (diff | hist) . . (+21,456) . . MaxLik
- 18:05, 19 October 2012 (diff | hist) . . (-20,241) . . MaxLik
- 17:46, 19 October 2012 (diff | hist) . . (+7,276) . . MaxLik
- 09:41, 19 October 2012 (diff | hist) . . (-3) . . MaxLikCode (→MLse.m)
- 14:57, 18 October 2012 (diff | hist) . . (+6) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 14:46, 18 October 2012 (diff | hist) . . (+3) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 14:44, 18 October 2012 (diff | hist) . . (+8) . . Example 2 (→Positive and negative returns (keywords: loops, if-then-else statements, logical operations, vectorization))
- 11:32, 18 October 2012 (diff | hist) . . (+28) . . MaxLik (→MATLAB implementation)
- 11:25, 18 October 2012 (diff | hist) . . (+227) . . MaxLik
- 11:24, 18 October 2012 (diff | hist) . . (+6) . . Main Page (→Literature and other learning resources)
- 11:19, 18 October 2012 (diff | hist) . . (+8,122) . . MaxLik
- 10:52, 18 October 2012 (diff | hist) . . (+2) . . MaxLikCode (→gradp.m)
- 10:51, 18 October 2012 (diff | hist) . . (+1,031) . . MaxLikCode (→Gradient and Hessian code)
- 10:46, 18 October 2012 (diff | hist) . . (+7) . . MaxLikCode (→MLse.m)
- 10:46, 18 October 2012 (diff | hist) . . (+225) . . MaxLikCode (→Gradient and Hessian code)
- 10:42, 18 October 2012 (diff | hist) . . (+695) . . MaxLikCode
- 10:37, 18 October 2012 (diff | hist) . . (0) . . N File:Gradp.m (current)
- 10:37, 18 October 2012 (diff | hist) . . (0) . . N File:HessMp.m (current)
- 10:36, 18 October 2012 (diff | hist) . . (+650) . . MaxLikCode
- 10:34, 18 October 2012 (diff | hist) . . (+343) . . MaxLikCode
- 10:32, 18 October 2012 (diff | hist) . . (+88) . . MaxLikCode (→Maximum Likelihood codes)
- 10: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...")
- 10:12, 18 October 2012 (diff | hist) . . (+31) . . Main Page (→Special Econometric Topics)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)