I have two vectors which also contain zeroes. I cannot remove the zeroes as that is also data.
I have to see whether my data fits gamma distribution or not. How can I check that?
I have two vectors which also contain zeroes. I cannot remove the zeroes as that is also data.
I have to see whether my data fits gamma distribution or not. How can I check that?
Use the chi-squared goodness of fit test:
http://db.cs.duke.edu/courses/cps111/spring07/notes/10.pdf
Algorithm:
There is code in the reference, but try to build a prototype yourself first.