Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johansen Cointegration Test #141

Closed
cdrnet opened this issue Oct 2, 2013 · 5 comments
Closed

Johansen Cointegration Test #141

cdrnet opened this issue Oct 2, 2013 · 5 comments

Comments

@cdrnet
Copy link
Member

cdrnet commented Oct 2, 2013

From: https://mathnetnumerics.codeplex.com/workitem/5730

Would like to see support for Johansen test.

http://www.mathworks.com/help/econ/jcitest.html
http://en.wikipedia.org/wiki/Johansen_test

@cdrnet cdrnet added this to the Future milestone Apr 12, 2014
@jaredbroad
Copy link

Bump. Any plans @cdrnet? @mchandschuh

@cdrnet
Copy link
Member Author

cdrnet commented Sep 18, 2015

How would an API design for this ideally look like, that would support your use case in a clean way?

@mchandschuh
Copy link

Ideally the API would support usage similar to this python implementation.

Following along the lines of the Correlation class, I could see something like the following in C#:

var result = Cointegration.Johansen(Matrix<double> matrix, int order, int laggedDifferences);

@glyphard
Copy link
Contributor

This suggested API makes sense.

FWIW, the suggested api is reasonably consistent with the R package for
Johansen Cointegration Test (urca). It is a little bit different than the
matlab econometrics toolbox version of Johansen Cointegration, but that is
probably ok because the matlab api is older and offers a lot more complex
control over the implementation details which likely wouldn't be built into
a first version of JCI in mathnet.

On Fri, Sep 18, 2015 at 2:30 AM, Michael notifications@github.com wrote:

Ideally the API would support usage similar to this python
https://github.com/josef-pkt/statsmodels/blob/coint/statsmodels/tsa/johansen.py
implementation.

Following along the lines of the Correlation class, I could see something
like the following in C#:

var result = Cointegration.Johansen(Matrix matrix, int order, int laggedDifferences);


Reply to this email directly or view it on GitHub
#141 (comment)
.

@Levitikon217
Copy link

Any updates on this? It would be really cool if any Cointegration support was added. Johansen or Augmented Dickey Fuller (ADF)!

@mathnet mathnet locked and limited conversation to collaborators Jul 24, 2021
@cdrnet cdrnet closed this as completed Jul 24, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants