Replies: 6 comments 1 reply
|
How would an API design for this ideally look like, that would support your use case in a clean way? |
|
Ideally the API would support usage similar to this python implementation. Following along the lines of the var result = Cointegration.Johansen(Matrix<double> matrix, int order, int laggedDifferences); |
|
This suggested API makes sense. FWIW, the suggested api is reasonably consistent with the R package for On Fri, Sep 18, 2015 at 2:30 AM, Michael notifications@github.com wrote:
|
|
Any updates on this? It would be really cool if any Cointegration support was added. Johansen or Augmented Dickey Fuller (ADF)! |
|
@cdrnet Hi, I have my custom implementations of the ADF test and the Johansen test using your library, I don’t know how correct these implementations are, but I’m ready to send them to you so that you check them and correct them if necessary so that these tests can be added to your library. |
Uh oh!
There was an error while loading. Please reload this page.
From: https://mathnetnumerics.codeplex.com/workitem/5730
All reactions