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

Bug - fcNaniqr #70

Open
j-emberton opened this issue Dec 10, 2024 · 0 comments
Open

Bug - fcNaniqr #70

j-emberton opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@j-emberton
Copy link
Member

j-emberton commented Dec 10, 2024

Bug 1: For 1D arrays, result (IQR) is only non-nan if number of non-nan elements in input array is <4

  • Fix: Should output nan if number of non-nan elements is <4, real number otherwise

Bug 2: If number of non-nan elements is 2, incorrect IQR is returned

  • Example: if non-nan elements are 2 and 3, function returns an IQR of 1. Correct result is 0.5
  • Fix: ?
@j-emberton j-emberton added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant