nbinskekur
Version 1.1.0.0 (2.78 KB) by
Antonio Trujillo-Ortiz
Skewness, kurtosis and kurtosis excess of the negative binomial distribution.
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
Cite As
Antonio Trujillo-Ortiz (2026). nbinskekur (https://se.mathworks.com/matlabcentral/fileexchange/48780-nbinskekur), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization >
Find more on Descriptive Statistics and Visualization in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
