berskekur

Skewness, kurtosis and kurtosis excess of the Bernoulli distribution.
138 download
Aggiornato 17 dic 2014

Visualizza la licenza

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

Cita come

Antonio Trujillo-Ortiz (2024). berskekur (https://www.mathworks.com/matlabcentral/fileexchange/48777-berskekur), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Descriptive Statistics and Visualization in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Text was improved.

1.1.0.0

It was added an appropriate format to cite this file.

1.0.0.0