Benjamin Born
Benjamin Born
Sorry for asking here, feel free to close if this is not the appropriate place. Let's say I have the vector `A = [1, 2, 3, 4]` but I want...
Sorry for yet another question. My parameter names contain Greek letters, e.g. or . In standard Julia plots, I can pass a [LaTeXString](https://github.com/stevengj/LaTeXStrings.jl) for labelling. Is this also possible here...
[Admonitions](https://docs.julialang.org/en/stable/manual/documentation/#Admonitions-1) in a docstring like `!!! note` don't seem to be rendered in the Jupyter Notebook (see screen shot)  In the REPL and Juno, this...
This is something I noticed when implementing the Durbin-Watson test in #102. When conducting a test, the p-value is automatically computed and included in the test output. However, it seems...
It seems that there is a considerable performance difference between, e.g., `qnwlege()` from this package and `gaussianlegendre()` from the [FastGaussQuadrature](https://github.com/ajt60gaibb/FastGaussQuadrature.jl) package. ``` using QuantEcon, FastGaussQuadrature @time qnwlege(10000,-1,1) @time gausslegendre(10000) 1.424605...
While running `Pkg.add("TimeModels")` I got the following error message: > INFO: Building Datetime > ==============================[ ERROR: Datetime ]=============================== > > LoadError: UndefVarError: int64 not defined > while loading /Users/bborn/.julia/v0.5/Datetime/deps/build.jl, in...