ShaoWei Teo
ShaoWei Teo
Thanks, @fredrikekre for the suggestion! 🙏 I had some issue with JSON3.jl's pretty-printing sometime back, so we haven't considered moving to it. I would be interested to give it a...
I would think it's good to have keyword arguments being the implicit context too as there is no ambiguity here, and dispatching on `JSON3.write` makes sense for me because prettifying...
Hi @Lord-Kamina I'm trying for [Hacktoberfest](https://hacktoberfest.com). If this PR is accepted, would you mind adding a label `hacktoberfest-accepted` to this PR? 🙏
I passed the test on my local system. However the test failed on Travis CI because there is no `NLOpt` package. How should I resolve it?
I think it is better to house each model separately in their own submodule. If the aim of the `TimeModels` module is to showcase individual models, then it may be...
Its ok, I passed the Travis CI test by putting `NLopt` as a dependency package.
By the way, I added a test capsule module wrap in `all.jl`. For REPL and Juno user who do TDD, any change to types will result in a restart if...
After working with the code, I realized that this is just a GARCH(1, 1) implementation. The volatility process is not derived correctly. Also, the package and functions used may be...
Thanks for the input @milktrader. Do keep the suggestion coming. I will continue to give the original code a face lift until I fully understood the code. Then I will...
Thanks alot for the welcome =) I will attempt to upgrade it step by step. Meanwhile I will open a pull request first so we can see the changes as...