I have an application where I get back the time to perform an operation, the times are in the interval ]0:inf[
and I have this crazy idea. Lets say I know the mean of my dataset. woule it makes sense to test for normal distribution on the interval ]ln_n(0):mean[
if below mean and [mean:inf]
above the mean, and if such a distribution existed to calculate std-dev's on it?
If this makes sense to anyone but me I'm sure someone has allready done it and could tell me what its called.