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 covar for ConstantNthDerivative model #758

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Conversation

KaidosUncle
Copy link
Contributor

Fixed covar calculation of constant nth derivative. Line 150 had “N**2”, corrected to “N*2”.

Fixed covar calculation of constant nth derivative. Line 150 had “N**2”, corrected to “N*2”.
@KaidosUncle KaidosUncle requested a review from a team as a code owner December 27, 2022 17:30
@KaidosUncle KaidosUncle requested review from sdhiscocks and nperree-dstl and removed request for a team December 27, 2022 17:30
Copy link
Member

@sdhiscocks sdhiscocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @KaidosUncle. I verified by calculating out Constant Jerk model (as CA and below are the same) your change is correct.

@sdhiscocks sdhiscocks added the bug label Jan 11, 2023
@sdhiscocks sdhiscocks changed the title Update linear.py Fix covar for ConstantNthDerivative model Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants