Page 1 of 1

Bug in Empirical Distribution Tests?

Posted: Fri Feb 21, 2014 7:40 pm
by zhanghl
When I perform Empirical Distribution Tests, no matter what parametric distribution is chosen, I always receive the results for nornal distribution.
For example,

Code: Select all

LWAGE.edftest(type=logit)
Whatever the specification of 'type', the results are for 'type = normal' all the time.
Does it mean a bug?

zhanghl

Re: Bug in Empirical Distribution Tests?

Posted: Fri Feb 21, 2014 9:52 pm
by startz
When I perform Empirical Distribution Tests, no matter what parametric distribution is chosen, I always receive the results for nornal distribution.
For example,

Code: Select all

LWAGE.edftest(type=logit)
Whatever the specification of 'type', the results are for 'type = normal' all the time.
Does it mean a bug?

zhanghl
Try "dist" instead of "type"

Re: Bug in Empirical Distribution Tests?

Posted: Sat Feb 22, 2014 12:10 am
by zhanghl
Thanks! It works!