Dear Paul-Remo,
I have again used UQLab in a way not planed by the developers, such that I found some further problems that I have now formulated within the feature request uq_postProcessInversion: Extension of docmentation to deal with multiple calls of this function, code corrections and extension .
I would like to point out that using your new files I get from you , uq_Example_Inversion_04_PredPrey.m generates the following plot for the second mode:
and I wanted to get rid of the samples for the priori predictive distribution to
get a plot like this .
Using your version of uq_postProcessInversion.m it holds that the call
uq_postProcessInversion(myBayesianAnalysis,…
‘badChains’, badChainsIndex,…
‘priorPredictive’, 0, …
‘posteriorPredictive’, 1000);
generated the error
Index exceeds matrix dimensions. Error in uq_postProcessInversion (line 447) priorRunsCurr(:,MIndex) = model(mm).priorRuns(:,OMapCurr);
i.e. only the line number is changing with respect to the normal version of
uq_postProcessInversion.
Thanks again for your files.
Greetings
Olaf