poisskekur
Version 1.1.0.0 (1.93 KB) by
Antonio Trujillo-Ortiz
Skewness, kurtosis and kurtosis excess of the Poisson distribution.
This m-file returns the kewness, kurtosis and kurtosis excess of the Poisson distribution with poisson parameter P. S, K and E are the size of the input argument.
Syntax: function [s,k,e] = poisskekur(lambda)
Inputs:
lambda - poisson parameter
Outputs:
s - skewness
k - kurtosis
e - kurtosis excess
Cite As
Antonio Trujillo-Ortiz (2024). poisskekur (https://www.mathworks.com/matlabcentral/fileexchange/48781-poisskekur), 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
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.