porums
- 27
- 0
Given a sample of points how could I determine what distribution does it belong to ?
Any help please for newbie?
Any help please for newbie?
To determine the distribution of a sample of points, first classify the data as either discrete or continuous. The process involves fitting a probability distribution by computing statistics such as mean and variance, and ruling out unsuitable distributions. Essential techniques include graphing the data using boxplots, histograms, and probability plots to assess characteristics like outliers and skewness. Large sample sizes may be necessary to accurately identify whether the data aligns with distributions such as normal or t-distribution.
PREREQUISITESData analysts, statisticians, and researchers seeking to understand data distribution and improve their statistical analysis skills.