Thanks Timur
While assessing whether or not the best option would be a normal
distribution (it won't be, the data in this case LOOKS more poisson, or if I
explude the first week of results, a negative exponential; and in my other
case, cauchy is more likely), I really need a test that can be applied
regardless of the distribution to see which distribution fits best. Using
log-likelihood, there doesn't seem to be much to choose between exponential
and poisson (the log-likelihhod for them being almost the same, regardless
of the sample even tough the parameters are very different from one sample
to the next - I don't understand why yet), and the others I have tried are
MUCH worse, but I'm not done yet.
Are you aware of functions that allow estimation of all the parameters of a
non-central distribution? I ask because a problem I'll be working on in a
few weeks will involve the kind of skew produced by a non-central
distribution (among others). I see some functions allow you to work with
skewed distributions (e.g. "[dpqr]stable the skewed stable distribution ")
but I have not yet found functions that alow one to estimate their
parameters from real data.
Thanks,
Ted