I'm studying non-parametric estimators for survival functions and for the Nelson-Aalen estimator we have that the estimator for the survival function is $\exp(-\hat Y)$ (i.e. exponential of negative $\hat Y$ which is the estimator for the cumulative hazard rate).
Now my questions is, since the Survival function is just the negative exponential of the cumulative hazard, if we find a confidence interval for the cumulative hazard can I just take the negative exponential of that confidence interval to get an (approximate) confidence interval of the SURVIVAL function, or is there a better method (but not like using the delta method I've read about).
So lets say the 95% confidence interval for a cumulative hazard is [0.04,0.13] then could I say that the 95% CI for the corresponding survival function is: [exp(-0.13), exp(-0.04)] since Survival function = $\exp( - \text{cumulative hazard})$.
This actually is what one of the examples in my textbook does but I encountered a similar problem before when i was doing linear regression and I had something like log(y)= a + bx + error and to construct a confidence interval for y I would need to do: $y= \exp (a + bx + \text{error})$ so there was that exponential relationship and again if we had confidence intervals for the regression would there be any special allowance we have to make for the fact that we are exponentiating.
I know this may seem kinda broad and that I'm asking more for a detailed explanation then a simple answer so feel free just pour out your thoughts and examples, the more the merrier.