Skip to content

mindonly/CalcDist.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalcDist.jl

A Julia package implementing probability distribution functions and other bits according to the interface found on some commercially-available graphing calculators.

Distributions

* normalpdf(x, μ, σ)
* normalcdf(lower, upper, μ, σ)
* invNorm(area, μ, σ)
* tpdf(x, ν)
* tcdf(lower, upper, ν)
* invT(area, ν)
* X2pdf(x, ν)
* X2cdf(lower, upper, ν)
* invX2(area, ν)
* Fpdf(x, nν, dν)
* Fcdf(lower, upper, nν, dν)
* invF(area, nν, dν)
* binompdf(n, p, x)
* binomcdf(n, p, x)
* poissonpdf(λ, x)
* poissoncdf(λ, x)
* geometpdf(p, x)
* geometcdf(p, x)

Counting

* nCr(n, r)
* nPr(n, r)

About

calculator probability distribution functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages