summarize

This function mimics Stata's summarize command.
643 download
Aggiornato 5 ago 2014

Visualizza la licenza

This function finds summary statistics of X, which can be a column vector or matrix.
Additionally, allows for computation of weighted statistics (if user supplies weighting vector or matrix) and detailed summary statistics. Weights are "fweights" in the Stata sense and detailed summary statistics are displayed in a similar fashion as Stata's "detail" option.

Cita come

Tyler Ransom (2025). summarize (https://it.mathworks.com/matlabcentral/fileexchange/41150-summarize), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su MATLAB Report Generator in Help Center e MATLAB Answers
Riconoscimenti

Ispirato da: Descriptive Statistics

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.3.0.0

Fixes a bug when logical inputs are provided.

1.2.0.0

Fixed ordering of columns in output matrix so that max after after min.

Fixed error that occurs when largest/smallest 5 values are computed for a vector that has less than 5 values (now, the min and max are displayed for all of these values)

1.1.0.0

Fixes bug when a variable has all missing values. Also fixes a bug that had been preventing the use of logical variables.

1.0.0.0