hygeskekur
This m-file returns the kewness, kurtosis and kurtosis excess of the hypergeometric distribution with parameters M, K and N. S, K and E are the size of the input argument.
Syntax: function [s,k,e] = hygeskekur(m,k,n)
Inputs:
m - finite population size
k - number of items in the population with the characteristic of interest
n - sample size without replacement
Outputs:
s - skewness
k - kurtosis
e - kurtosis excess
Citation pour cette source
Antonio Trujillo-Ortiz (2024). hygeskekur (https://www.mathworks.com/matlabcentral/fileexchange/48779-hygeskekur), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- AI 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!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.0 | It was added an appropriate format to cite this file. |
||
1.0.0.0 |