I need to estimate the confidence interval for the efficiency η which is a function of 5 parameters $P1-P5$, $η = f(P1,…P5)$, with all parameters $P1-P5$ having normal distributions . I know the mean and SD for each of the parameters. How to determine the confidence interval for the parameter $\eta$ for different possible combinations of parameters $P1-P5$. Will $\eta$ have a normal distribution.
In that case, can I generate random samples from a multivariate normal distribution with mean = [ $\mu(P1)....\mu(P2)$] and the co-variance matrix, compute the $\eta$ for each sample (which is a set of parameters), then compute the mean and std deviation of the all the sample efficiency, and then finally compute the confidence interval by assuming the efficiency will also have a normal distribution.