Suppose you have a general distribution, and you have a sample of iid random variable $(X_1,X_2,...X_n)$.
We all know that the unbiased variance estimator is $$\hat {\sigma^2} = \frac{\sum_{i=1}^n (X_i - \hat \mu)^2}{n-1} $$ Where $\hat \mu = \frac{\sum_{i=1}^n X_i}{n}$
But how to calculate the variance of $\hat {\sigma^2}$?
Thank you so much!