berskekur
Version 1.2.0.0 (2 ko) par
Antonio Trujillo-Ortiz
Skewness, kurtosis and kurtosis excess of the Bernoulli distribution.
This m-function returns the kewness, kurtosis and kurtosis excess of the Bernoulli distribution with probability parameter P. S, K and E are the size of the input argument.
Syntax: function [s,k,e] = berskekur(p)
Inputs:
p - probability parameter
Outputs:
s - skewness
k - kurtosis
e - kurtosis excess
Citation pour cette source
Antonio Trujillo-Ortiz (2024). berskekur (https://www.mathworks.com/matlabcentral/fileexchange/48777-berskekur), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization >
En savoir plus sur Descriptive Statistics and Visualization dans Help Center et MATLAB Answers
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.2.0.0 | Text was improved. |
||
1.1.0.0 | It was added an appropriate format to cite this file. |
||
1.0.0.0 |