Tag: SAS Programming

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 19