Kolmogorov Distribution Functions
Version 1.0.0.0 (2.96 KB) by
Sergii Iglin
kolmcdf, kolmpdf, kolminv
Add to Your statistic toolbox this functions:
KolmCdf - Kolmogorov cumulative distribution function:
F(x)=sum((-1)^n*exp(-2*n^2*x^2),n,-inf,inf);
KolmPdf - Kolmogorov probability distribution function;
KolmInv - Inverse of the Kolmogorov cumulative distribution function.
Cite As
Sergii Iglin (2024). Kolmogorov Distribution Functions (https://www.mathworks.com/matlabcentral/fileexchange/4369-kolmogorov-distribution-functions), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R13
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Probability Distributions > Continuous Distributions > Normal Distribution >
Find more on Normal Distribution in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | The new e-mail is added. |