$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?.