hi, Thank you for your answer! Actually, I didn't very understand about these statistic distribution methods. So I don't know it can't apply on it. The reason why I want to use KS is that I want to compare different distribution plots. However, how about Chi-square Test? I tried the same data with following programming: proc freq data=a; tables WD / chisq; run; The result of this programming is zero. And it also can't apply on assigned distribution method. I also tried these: proc capability data=a; var WD; histogram / weibull; run; proc capabiblity data=a; var WD; histogram / gumbel; run; There was a result of Chi-square, but the value of it was unreasonable. The better distribution plot with a larger Chi-square, the worse distribution plot with a smaller Chi-square .
... View more