Skip to content
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

Fix docstring of c3 #590

Merged
merged 1 commit into from
Nov 28, 2019
Merged

Fix docstring of c3 #590

merged 1 commit into from
Nov 28, 2019

Conversation

dbarbier
Copy link
Contributor

There were two issues:

  • sum index should start from 1 and not 0
  • x[i+2*lag] should not be squared

Fix #585.

There were two issues:
 * sum index should start from 1 and not 0
 * x[i+2*lag] should not be squared

Fix blue-yonder#585.
@dbarbier
Copy link
Contributor Author

The referenced paper does not look very clear to me, please carefully review these changes.

@coveralls
Copy link

Coverage Status

Coverage remained the same at ?% when pulling ecf80d9 on dbarbier:db/c3 into 2b81e67 on blue-yonder:master.

@nils-braun
Copy link
Collaborator

Sorry, I can also not answer as I am not an expert in the feature either. Clear thing for @MaxBenChrist ;-)

@MaxBenChrist
Copy link
Collaborator

MaxBenChrist commented Nov 28, 2019

We can merge this. You are correct, thank you.

There are some other feature calculators where the index starts with i=0, you want to change them to i=1 as well in this pr? E.g. the sum in cid_ce should start with i=1 as well.

@nils-braun the paper should be accessible to you as its from a physics department ;)

@MaxBenChrist MaxBenChrist self-requested a review November 28, 2019 17:46
@MaxBenChrist MaxBenChrist merged commit 0654cec into blue-yonder:master Nov 28, 2019
@nils-braun
Copy link
Collaborator

I am not in a physics department anymore ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing terms on C3 linearity check inplementation
4 participants