binoskekur

Skewness, kurtosis and kurtosis excess of the Bernoulli distribution.
101 Downloads
Updated 17 Dec 2014

View License

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

Cite As

Antonio Trujillo-Ortiz (2024). binoskekur (https://www.mathworks.com/matlabcentral/fileexchange/48776-binoskekur), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0