I asked a question here about why if the ratios of two variables which are drawn from a normal distribution come out as a Student t-distribution. I was provided with some excellent explanations and resources.
Now I come to some more practical questions, say I repeat my ratio many times the resultant distribution will look like a Student t-distribution -- specifically a Cauchy as my degrees of freedom, $\nu$ , are one. So if I wanted to calculate the mean and the error in this mean from my data set, how would I do it?
With the usual $$\hat\mu_N = \frac{1}{N} \sum_{i=1}^{i=N} x_i$$ the error in this value coming from the standard deviation, $$\hat\sigma_N=\sqrt{\frac{1}{N}\sum_{i=1}^{i=N} \left( x_i - \mu \right)^2 }$$ divided by the square-root of the number of points -- so $\hat\mu_N \pm \hat\sigma_N/\sqrt{N}$.
Are there any special considerations for calculating the mean for a set of data that is Student t-distributed? I ask as I have read that no standard deviation or mean exists for the Cauchy distribution. Does this refer to the analytic expression of a mean as in $$\mu = E[X] = \int_{-\infty}^{+\infty} x f(x) dx$$ and $$\sigma = \sqrt{V(X)} = \sqrt{\int_{-\infty}^{+\infty} (x-\mu)^2 f(x) dx}$$ where $f(x)$ is the PDF?