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

[FEATURE] support for normal CDF #154

Open
ashercn97 opened this issue Jun 10, 2024 · 0 comments
Open

[FEATURE] support for normal CDF #154

ashercn97 opened this issue Jun 10, 2024 · 0 comments

Comments

@ashercn97
Copy link

I think it would be cool if this had a desmos-like way of defining distributions and using them.

For example, object oriented-ish:

D = normaldist(1, 2)
D.cdf(-10000, 5)

Or purely functional:

normcdf(1, 2, -1000, 5)

Would be neat+helpful. Could open the door for a lot more features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant