Andreas Noack
Andreas Noack
I have made a [gist](https://gist.github.com/andreasnoackjensen/8180713) with the exact code and data that gives the error. It is here You'll also need my [package](https://github.com/andreasnoackjensen/Civecm.jl). Thank you for looking into it. Following...
Thank you for the explanation.
Bump. I still get the error with latest julia and NumericExtensions.
@lindahua I have discovered the source of this error and it is indeed the redefinition of `cumsum`. When the matrix has a second dimension of length zero the result is...
Actually, `cumsum` appears to have more problems ``` julia> X=[randn(10) ones(10)] 10x2 Array{Float64,2}: 0.885279 1.0 -1.40445 1.0 0.830588 1.0 0.512632 1.0 1.47708 1.0 -2.39901 1.0 1.26464 1.0 0.453899 1.0 0.227243...
I should add that I understand your design, but that I think it is unacceptable that functions from base are redefined silently. At least when `NumericExtensions` is a dependency of...
You are welcome. Enjoy the vacation.
Thanks for the reference. I think that, ideally, the check could a post-processing function. Potentially run as part of the `coeftable` function.
I wouldn't be in favor of too much magic happening automatically. I'd rather provide the tools to diagnose this and let the user adjust the model. I also wouldn't be...
Which part here fixed the slow convergence?