Page 1 of 1

Round of numbers

Posted: Fri Jan 31, 2014 6:45 am
by Pantera
Hi all,
I want to round of decimal data, i.e. o.5 to 1 and 0.4 to zero, so I can use the Poisson count estimation method. Question 1: How can I before using the Poisson estimator round of decimal data to pure numbers? I have a follow-up question which I hope it Ok I present here: Question 2: Is it possible to test in EViews8 whether a variable is Poisson-distributed? By choosing "View ---> Descriptive Statistics & Tests" it is possible to test data for some distribution, but, as far as I can see, not Poisson. Any suggestions?

Re: Round of numbers

Posted: Fri Jan 31, 2014 9:25 am
by EViews Gareth
Use the @round function.

No, EViews does not have a built in Poisson test.

Re: Round of numbers

Posted: Fri Jan 31, 2014 12:25 pm
by Pantera
Thank - it function :)