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

Implementation of cumulative distribution function and the quantile function of the t, F and chi-squared distributions. #238

Closed
jesusmmp opened this issue Oct 25, 2021 · 9 comments

Comments

@jesusmmp
Copy link

Issue title:

  • Implementation of cumulative distribution function and the quantile function (inverse cumulative distribution function) of the t, F and chi-squared distributions.

Issue content:

Using acumulative distribution function and the quantile function (inverse cumulative distribution function) of the t, F and chi-squared distributions. These are the distributions related to the normal distribution and are important in statistical inference.

If bug/question:

  • MathParser.org-mXparser verssion: v.4.4.2
  • Framework: java
@mariuszgromada
Copy link
Owner

Thanks, in the next release I will try to include this.

@jesusmmp
Copy link
Author

jesusmmp commented Nov 2, 2021

Great news @mariuszgromada!
When the next version is planned to be released?

Thanks for all your work!

@jesusmmp
Copy link
Author

Awesome work @mariuszgromada!
Are you still working on F Snedecor? Thanks!

We are planning to install the new version of Mathparser on our Sakai in the next few months!

@mariuszgromada
Copy link
Owner

mariuszgromada commented Jun 27, 2022

Thanks @jesusmmp
F will be implemented soon :-)

@mariuszgromada
Copy link
Owner

I am working on this now :-)

mariuszgromada added a commit that referenced this issue Sep 3, 2022
…-ratio, also known as Fisher–Snedecor distribution) #238

rFSned(d1, d2) - Random variable - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
pFSned(x, d1, d2) - Probability distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
cFSned(x, d1, d2) - Cumulative distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
qFSned(p, d1, d2) - Quantile function (inverse cumulative distribution function) - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
@mariuszgromada
Copy link
Owner

  • rFSned(d1, d2) - Random variable - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
  • pFSned(x, d1, d2) - Probability distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
  • cFSned(x, d1, d2) - Cumulative distribution function - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)
  • qFSned(p, d1, d2) - Quantile function (inverse cumulative distribution function) - Snedecor's F distribution (F-distribution or F-ratio, also known as Fisher–Snedecor distribution)

@jesusmmp done :-) Soon will be released in v.5.1

Enjoy :-)

@jesusmmp
Copy link
Author

jesusmmp commented Sep 5, 2022

Great news!
Thanks @mariuszgromada! :)

@mariuszgromada
Copy link
Owner

@jesusmmp please let me know in case you have other needs related to the Sakai, I will be happy to support :-)

@mariuszgromada
Copy link
Owner

mariuszgromada commented Nov 13, 2022

@jesusmmp v.5.1.0 has just been released :-) I added also serialization features, #207

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

No branches or pull requests

2 participants