Adaptive distance: how to interpret and fix 'smaller than lower bound' warnings? #602
-
I am performing an inference with an
However, when I am running the inference, I am getting warnings like
and
Some value in Are there any arguments that could be tuned to fix this? Or can this issue be ignored safely? Thank you very much in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @lm1909 , as a first thing, I would recommend to not use GPPPredictor, but e.g. linear or NN models, as sensitivity calculation for Gaussian Processes (which will be needed downstream here, unlike when using it to calculate summary statistics) is not stable. Do the warnings also appear when using other approaches? |
Beta Was this translation helpful? Give feedback.
Hi @lm1909 , as a first thing, I would recommend to not use GPPPredictor, but e.g. linear or NN models, as sensitivity calculation for Gaussian Processes (which will be needed downstream here, unlike when using it to calculate summary statistics) is not stable. Do the warnings also appear when using other approaches?