sensitivity analysis of a model

213 Views Asked by At

$p,q,r,t$ and $s$ are measured variables and are used by the function $f$ give as: $$f=\left(\frac{-\left(\sqrt{\frac{p^2\left(q^2-r^2\right)}{t^2}}\right)+\sqrt{\frac{p^2\left(q^2-r^2\right)}{t^2}-4\left(\frac{p^2}{t^2}\right)}}{2}\right)\cdot s$$

I am trying to do a global sensitivity analysis of this mathematical model in order to determine the sensitivity of each measured variable (uncertainty) on the output (uncertainty). I am using a low discrepancy estimator like sobol sequences in which the indices are calculated using Monte Carlo method and the initial steps to create the sample matrix requires the probability distribution of the input variables. The input variables are physically measured quantities (example: distance between two points). I do not have the data for these measurements (Input variables) as it is just a model so, I cannot even have a rough estimate of how the distribution would look like.

What would be the best approach?. Which probability density function must be applied to each input variable and what should be their range?.

1

There are 1 best solutions below

0
On

there many methods st : Indices based on correlation and linear regression. Indices based on the variance (Sobol indices)

for the Sobol indices we have $ S_i= { Var(E(Y|X_i)) \over Var(Y) } $

where the numerator represents the partial variance and the denominator represents the total variance.

for more details consult this reference :

I. M. Sobol. Sensitivity estimates for nonlinear mathematical models.
Math. Modeling Comput. Experiment, 1(4) :407–414 (1995), 1993.