toolbox documentation - fabiankindermann/ce-fortran GitHub Wiki
This documentation explains the use of all public routines available in our toolbox. The routines are grouped according to broad categories.
- Matrix operations
- Root finding
- Optimization
- Linear Programming with constraints
- Integration methods and discretization of normal distributions
- Probabilities and distributions
- Monte carlo simulation
- Discretization of continuous intervals
- Interpolation
- Plotting
- Other useful routines
Our toolbox is distributed under the GNU General Public License v3. This essentially means that you are allowed to copy and adapt the source code of this toolbox and use it for your own purposes. When you use code from this toolbox, we suggest you cite it as follows:
This code was copied and adapted from the source codes accompanying the book Fehr, H. & Kindermann, F. (2018). Introduction to Computational Economics using Fortran. Oxford: Oxford University Press.
Note that not all code in the toolbox is original code. The rights of the copyright holders of adapted codes remain untouched. We tried our best to indicate all sources of code both in the source code of the toolbox as well as the documentation.