nbinskekur

Skewness, kurtosis and kurtosis excess of the negative binomial distribution.
113 téléchargements
Mise à jour 17 déc. 2014

Afficher la licence

This m-file returns the kewness, kurtosis and kurtosis excess of the negative binomial distribution with parameters R and P. S, K and E are the size of the input argument.
Syntax: function [s,k,e] = nbinskekur(r,p)

Inputs:
r - predefined number of failures
p - probability parameter (probability of success)
Outputs:
s - skewness
k - kurtosis
e - kurtosis excess

Citation pour cette source

Antonio Trujillo-Ortiz (2024). nbinskekur (https://www.mathworks.com/matlabcentral/fileexchange/48780-nbinskekur), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Descriptive Statistics and Visualization dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0