Results 6 issues of Ilja

``` using Plots pgfplotsx() plot(1:10, 1:10, yaxis = :log) yticks!(1:10, ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]) # This throws an error gr() plot(1:10, 1:10, yaxis =...

bug

I would like to integrate a two-dimensional function from -Inf to Inf. To explore my possiblities, I wrote this simple function `f(x) = x.^2 .*pdf.(Normal(), 2 .*x)` It works without...

enhancement

Hey everyone, I think it would be great to also offer the Dickey-Fuller test using generalized least squares as in Elliott, G., T. J. Rothenberg, and J. H. Stock. 1996....

Hi everyone, I was sent over from FixedEffectModels.jl as the problem seems to stem from StatsModels.jl Here is the link to the thread: https://github.com/FixedEffects/FixedEffectModels.jl/issues/206 Here is the original issue: The...

I have the following issue using the Kalman-Filter. Start with the following setup (the numbers don't really matter): ``` A = [0.4 0.; 0. 0.9] G = [1. 0.6; 1....

Following up on the discussion over at [RegressionTables.jl](https://github.com/jmboehm/RegressionTables.jl/issues/67), there is a need to adjust regression results with custom standard errors as provided through `CovarianceMatrices.jl`. However, to publish these results, it...