Summarize Distribution of User Input Numeric Data and a Probability on an Input Point (v.1)

バージョン 1.0.0.0 (1.65 KB) 作成者: Arief Anbiya
The function does a simple summary of the distribution of the input numeric data (array).
ダウンロード: 28
更新 2017/5/2

ライセンスの表示

Regards. I would like to contribute a simple algorithm in statistics area. I hope this would be useful for education.
The function takes two inputs : Data and x. The function summarize the distribution of Data and also calculates the cummulative probability at input point x and at the median of Data by the approximate cdf. It first summarize simple statistical measurements (mean, median, and standard deviation) and displays them. Atfer this, it plots the Data using scatter plots. The approximate cdf and pdf is obtained by extracting information from the histograms. Finally, it calculates the cummulative probability at x and at the median. The variable x is not a necessary input to run the program.
I would appreciate constructive comments and feedbacks. Thanks and regards.
Arief.

引用

Arief Anbiya (2024). Summarize Distribution of User Input Numeric Data and a Probability on an Input Point (v.1) (https://www.mathworks.com/matlabcentral/fileexchange/62760-summarize-distribution-of-user-input-numeric-data-and-a-probability-on-an-input-point-v-1), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2017a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDescriptive Statistics and Visualization についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Updated Title.
Updated description.
Updated comment in the M-File.

Updated description.