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

The function does a simple summary of the distribution of the input numeric data (array).

이 제출물을 팔로우합니다

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 (2026). Summarize Distribution of User Input Numeric Data and a Probability on an Input Point (v.1) (https://kr.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. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0

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

Updated description.