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

option for cumulative frequency? #68

Open
mcreel opened this issue Feb 7, 2023 · 1 comment
Open

option for cumulative frequency? #68

mcreel opened this issue Feb 7, 2023 · 1 comment

Comments

@mcreel
Copy link

mcreel commented Feb 7, 2023

It would be nice to add an option to include cumulative frequencies. I can hack it by taking a table t and doing t.array=cumsum(t.array); display(t) I guess that a keyword would allow for this.

@nalimilan
Copy link
Owner

Why not just use cumsum(t) directly? That seems to work.

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

2 participants