MSTATS - a random collection of statistical functions
MSTATS is a set of basic functions for statistical data analysis. I wrote it because the Matlab Statistics Toolbox does not include them, although some of them are widely used. There are functions to construct confidence intervals for correlations, test whether two dependent or independent correlations are significantly different, compute semipartial correlations and standard errors for means or proportions, Fisher's exact test and the binomial test.
Cite As
Maik Stüttgen (2023). MSTATS - a random collection of statistical functions (https://www.mathworks.com/matlabcentral/fileexchange/47235-mstats-a-random-collection-of-statistical-functions), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI, Data Science, and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization >
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 | |
---|---|---|---|
2.0.0.0 | Added some more statistical functions. In V2, two regression slopes can be compared statistically, as well as the difference between two correlation coefficients, and the difference of two proportions. See mstats_funref.txt for an overview. |
||
1.1.0.0 | Just added a screenshot. |
||
1.0.0.0 |