I have n observations $X_1, ..., X_n$ each of which has d dimensions $X_i=(X_{i1},...,X_{id})$, the dimensions are independent from another, and the values are continuous.
I want to know if my observations follow a certain distribution (uniform or gaussian). What is a general way to do this?
Can I just create a d-dimensional histogram of my data and then use the usual chi-squared test $\sum_i\frac{(E_i - O_i)^2}{E_i}$? And if so, does the multi-dimensionality change my degrees of freedom?