I think ive got this correct, but i keep second guessing myself. I have an estimator of an ordered statistic, assuming distributed Uniform[0, 1]
The estimator is defined as:
$$\hat \theta = X_{(1)} - \frac{1}{n+1} $$
Im solving for the variance of this estimator, is the following correct?
$$Var(\hat \theta) = Var(X_{(1)} - \frac{1}{n+1} )$$
Can that just be simplified to:
$$Var(\hat \theta) = Var(X_{(1)} )$$
ie just drop the 1 / (n+1) term as a constant - or can this not be considered a constant.
Thanks