I have a 3-dimensional sample $(X_k,Y_k,Z_k), k=1, \ldots, N$ which I suspect to be uniform on some parallelepiped in $R^3$ (i.e. a set of the form [a;b]X[c;d]X[e;f], where numbers a,b,c,d,e,f are unknown).
- How should I estimate numbers a, b, c, d, e, f? Obviously I can try MLE, but then my estimates are biased. Does unbiased estimates exist?
- How can I check that my sample is indeed uniform?