Skip to content

statistical testing#139

Merged
DanielDeLayo merged 9 commits intomainfrom
refactor
Feb 26, 2024
Merged

statistical testing#139
DanielDeLayo merged 9 commits intomainfrom
refactor

Conversation

@DanielDeLayo
Copy link
Contributor

This tests the probability that a column will succeed given z non-zeros.
There is independence for a given z; we repeat for statistical significance.
There is likely not independence when varying z; for performance, the data point at z is based on the same state for the data point at z-1.

@etwest
Copy link
Collaborator

etwest commented Feb 12, 2024

Another pull request deletes the statistical testing directory. I think this should just live in the tools directory.

@DanielDeLayo
Copy link
Contributor Author

What's the scope of the new repository? Should this live there instead?

@etwest
Copy link
Collaborator

etwest commented Feb 13, 2024

What's the scope of the new repository? Should this live there instead?

The new repository is just for stream generation and parsing. I didn't move the other statistical tests there. I just deleted them.

@DanielDeLayo DanielDeLayo requested a review from etwest February 15, 2024 20:03
Copy link
Collaborator

@etwest etwest left a comment

Choose a reason for hiding this comment

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

Looks overall good. Just add a little comment block at the top of both of these files to say what they do and we'll merge this in.

@DanielDeLayo DanielDeLayo requested a review from etwest February 22, 2024 16:23
Copy link
Collaborator

@etwest etwest left a comment

Choose a reason for hiding this comment

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

Yaaaaaaayyy....

@DanielDeLayo DanielDeLayo merged commit b4aa8d5 into main Feb 26, 2024
@DanielDeLayo DanielDeLayo deleted the refactor branch February 26, 2024 17:21
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.

2 participants