I fear this question may be stupid, but yesterday I got an email from an engineer with these sentences in it:
Subset simulation is a sampling method for estimating failure probabilities. The task of estimating a failure probability is not an optimization problem; it is an estimation problem.
I as an old idiotic mathematician always thought that every statistical estimation problem (excluding pathological cases) can be formulated as an optimization problem.
Maybe I am wrong?
Can anybody of you enlighten me?
Thanks
In optimization you need an error function to minimize. Depending on the estimation problem it may not be possible to formulate an error function, due to for example fundamentally incomplete information.
E.g. without any further context, assuming you're estimating some ground truth probability $p$, then your squared error function for a guess $x$ would be $f(x) = (p-x)^2$, but to compute this function you need to know $p$ in the first place.