Difference between revisions of "Main Page"
Line 3: | Line 3: | ||
This is the home of the ECLR. It is the purpose of this resource to facilitate the learning of MATLAB as an Econometric software. | This is the home of the ECLR. It is the purpose of this resource to facilitate the learning of MATLAB as an Econometric software. | ||
+ | |||
+ | |||
+ | === The Basic Programming Techniques === | ||
+ | |||
+ | In this section we will introduce a number of very basic (yet extremely powerful) programming techniques. Whatever language you programme in you will encounter these techniques, although the details will of course vary. We recommend that you ensure that you are familiar with these before you progress to [[ Special Econometric Topics ]]. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 16: | Line 21: | ||
| Function discussion <br/> FunctionExample.m <br/> OLSest.m <br/> OLsexample.xls | | Function discussion <br/> FunctionExample.m <br/> OLSest.m <br/> OLsexample.xls | ||
|} | |} | ||
+ | |||
+ | |||
+ | === Special Econometric Topics === | ||
== Other useful MATLAB resources == | == Other useful MATLAB resources == |
Revision as of 19:14, 15 August 2012
Contents
Econometric Computing Learning Resource (ECLR)
This is the home of the ECLR. It is the purpose of this resource to facilitate the learning of MATLAB as an Econometric software.
The Basic Programming Techniques
In this section we will introduce a number of very basic (yet extremely powerful) programming techniques. Whatever language you programme in you will encounter these techniques, although the details will of course vary. We recommend that you ensure that you are familiar with these before you progress to Special Econometric Topics .
Loading Data | Program Flow | Matrices | Functions |
---|---|---|---|
TBC | TBC | TBC | Function discussion FunctionExample.m OLSest.m OLsexample.xls |