QuantEcon / qe_libraries_article

Repo for a paper describing the QE libraries
MIT License
4 stars 2 forks source link

Article structure #1

Closed jstac closed 1 year ago

jstac commented 1 year ago

Suggested structure from @smit-create, copied from https://github.com/QuantEcon/meta/issues/71

Just a suggestion -- as a basic outline we can divide this article into the following sections:

  1. Abstract
  2. Introduction and Background
  3. QuantEcon capalabilites
    • [x] markov (#6 )
    • [x] optimize (#7 )
    • [x] game_theory
    • [x] miscellaneous
  4. Architecture (we can include some details like using numpy/numba etc.)
  5. Some benchmark results (speed results with and without numba or comparison with other libraries if exist.)
  6. Future Work (maybe compatibility with GPU or Jax.)
Smit-create commented 1 year ago

I have opened a sample PR #6 which tries to include markov. For now, I have added the MarkovChain details and if that looks good, I can start working in a similar fashion to complete the markov sub-package. Please have a look and let me know if you have any suggestions like adding more details, adding more code, etc.

Smit-create commented 1 year ago

@oyamad Can you please highlight the 2-3 functions from game_theory that you would like to have in the article? I can add that using the documentation.

Smit-create commented 1 year ago

I'll try to wrap up points 4 and 5 soon together and I think we will be close to the finish line of a very rough first draft.

jstac commented 1 year ago

Thanks @Smit-create. If you can put a rough draft together I will step in and do the next pass.

oyamad commented 1 year ago

Thanks @Smit-create! Just a few random "highlights":

These are just random sentences, not meant to be included as is. Please elaborate and edit them...

Smit-create commented 1 year ago

Many thanks, @oyamad. I'll try to frame some sentences around this to include in the article.

Smit-create commented 1 year ago

@jstac I have added some sections so we can see a rough idea of the article. It still needs some information from your end like Abstract, Introduction, Future work, and if you are interested in adding something like: https://www.nature.com/articles/s41592-019-0686-2#Sec28. Thanks! Please let me know if you want to add anything else.

Also, we need to decide whether to keep it limited to QuantEcon.py or also add something about QuantEcon.jl.