We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In TsVariableFactory and TsVariablesFactory there are the following if-clauses:
jdemetra-core/demetra-toolkit/demetra-toolkit-core/demetra-toolkit-modelling/src/main/java/jdplus/modelling/regression/TsVariablesFactory.java
Lines 58 to 62 in d78850b
jdemetra-core/demetra-toolkit/demetra-toolkit-core/demetra-toolkit-modelling/src/main/java/jdplus/modelling/regression/TsVariableFactory.java
Lines 57 to 61 in d78850b
I was wondering if instead it should be:
if (iend > v.length()){ jend = jend - iend + n; iend = n; }
The text was updated successfully, but these errors were encountered:
Yes, you are right (and there are other bugs). Not tested yet. I will put the correction and unit tests very soon Thank you.
Sorry, something went wrong.
palatej
No branches or pull requests
In TsVariableFactory and TsVariablesFactory there are the following if-clauses:
jdemetra-core/demetra-toolkit/demetra-toolkit-core/demetra-toolkit-modelling/src/main/java/jdplus/modelling/regression/TsVariablesFactory.java
Lines 58 to 62 in d78850b
jdemetra-core/demetra-toolkit/demetra-toolkit-core/demetra-toolkit-modelling/src/main/java/jdplus/modelling/regression/TsVariableFactory.java
Lines 57 to 61 in d78850b
I was wondering if instead it should be:
The text was updated successfully, but these errors were encountered: