poisskekur

Skewness, kurtosis and kurtosis excess of the Poisson distribution.

You are now following this Submission

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 (2026). poisskekur (https://www.mathworks.com/matlabcentral/fileexchange/48781-poisskekur), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0