I have the equation,
Y = A*B*C/(D*E)
Where A, B, C, D and E are the certain parameters of 1000 samples (say groundwater samples).
A => lognormal distribution = {min = 10, max=50, mean=30}
B => Triangular distribution = {min=5, max = 25, mode = 22}
C => Beta distribution = {min=0.02,max=2.26,alpha=0.657,beta=0.86}
D => Weibull distribution = {location=0, scale=0.06, shape=0.946}
E => gamma distribution = {location=0.03,scale=0.18,shape=1.164}
I want to perform sensitivity analysis using Sobol index in R language.
Could you please help me here.