BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jonatan_velarde
Lapis Lazuli | Level 10

Hi there:

 

I am looking for any test to evaluate the normality for a data set in Possion..

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

Do you mean "Is there a test to determine whether data are Poisson distributed?"  (You can't check for "normality" unless you think the data are normally distributed.)

 

If so, the answer is yes. You can fit a Poisson distribution to the data and examine the goodness of fit statistics.

View solution in original post

2 REPLIES 2
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

I don't understand the question. If the data are Poisson, then why test for normality? Maybe you are wondering if you counts are large enough that the Poisson is adequately approximated by a normal distribution? If so, then use PROC UNIVARIATE and look a the output for tests for normality.

proc univariate data=... normal;

var y;

run;

 

Rick_SAS
SAS Super FREQ

Do you mean "Is there a test to determine whether data are Poisson distributed?"  (You can't check for "normality" unless you think the data are normally distributed.)

 

If so, the answer is yes. You can fit a Poisson distribution to the data and examine the goodness of fit statistics.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 4391 views
  • 0 likes
  • 3 in conversation