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
Antonio Trujillo-Ortiz (2021). binoskekur (https://www.mathworks.com/matlabcentral/fileexchange/48776-binoskekur), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.