QuantEcon.py icon indicating copy to clipboard operation
QuantEcon.py copied to clipboard

CompEcon Sub-Package (API and Python Supporting Code)

Open mmcky opened this issue 10 years ago • 0 comments

Add a compecon subpackage which provides an interface to the same functionality provided by the matlab CompEcon toolkit in python. The aim of this sub-package is to provide a mixture of numba accelerated functions / possibly cython functions etc. with wrappers that provide the same interfaces as what is provided in CompEcon. This will assist with migrating some users who are familiar with matlab to python and julia.

@cc7768 has also made a good point in that this sub project may provide some good opportunities when putting together a sprint session for a conference.

QuantEcon.jl already provides a subset of CompEcon.

This is related to Issue #21 with a discussion of what is available in python from the quantecon toolkit.

There is potential that down the track, Julia code may be compiled to a library that can be called by other languages (like python). Therefore it is possible that down the track we may want to change the approach taken to supporting the CompEcon toolkit.

mmcky avatar Aug 28 '15 17:08 mmcky