Tag: Data Analysis

Analytics | Programming Tips
Rick Wicklin 0
What is a medoid?

In univariate data analysis, the median is often used as an alternative to the mean because the mean is sensitive to outliers in the data, whereas the median is a robust statistic. For higher-dimensional data, the mean and the centroid are both used to represent the "center" of a cloud

Analytics | Learn SAS | Programming Tips
Rick Wicklin 0
3 ways to estimate parameters when fitting a distribution to data

SAS provides procedures to fit common probability distributions to sample data. You can use PROC UNIVARIATE in Base SAS or PROC SEVERITY in SAS/ETS software to estimate the distribution parameters for approximately 20 common distributions, including normal, lognormal, beta, gamma, and Weibull. Since there are infinitely many distributions, you may

1 2 3 50