Skip to content

performance improvements for inverse functions of signrank and wilcox #175

Description

@ArnoStrouwen

Currently, these functions perform a linear search over the entire range.
More advanced search methods, like binary search, would greatly improve performance.
There is also symmetry which could be exploited.

This has not yet been done because getting the behavior right is quite subtle and is the cause of bugs, e.g. for binomial:
#170
Given that these functions see very little practical use, it is not a priority.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions