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

Model fits don't begin at lag 0 #28

Open
dillancellier opened this issue Apr 23, 2024 · 0 comments
Open

Model fits don't begin at lag 0 #28

dillancellier opened this issue Apr 23, 2024 · 0 comments

Comments

@dillancellier
Copy link

Model fitting should ideally be constrained to begin at lag 0, corr=1. Might require linking the offsets of the raw ACF to fit bounds.

This issue may also be related to slicing of corrs which happens regularly throughout the code base, as in here:

self.corrs = acf(sig, nlags=nlags, qstat=False, fft=True)[1:]

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

No branches or pull requests

1 participant