summarize

版本 1.3.0.0 (17.3 KB) 作者: Tyler Ransom
This function mimics Stata's summarize command.
637.0 次下载
更新时间 2014/8/5

查看许可证

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.

引用格式

Tyler Ransom (2024). summarize (https://www.mathworks.com/matlabcentral/fileexchange/41150-summarize), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 MATLAB Report Generator 的更多信息
致谢

参考作品: Descriptive Statistics

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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