Closed dweindl closed 8 years ago
I think that function should actually exist. Must have been accidently deleted at some point. I will check if I can find it somewhere.
Okay there is a getParameterSamples in the PESTO version in the CANPATHPRO folder but it contains a lot of unpublished methods developed by Benni, so not including it here might be intentional. Better check with @JanHasenauer .
@JanHasenauer can you please add an appropriate version of the file when convenient?
Does anyone know if plotParameterUncertainty depends on getParamterSamples? I think it shouldn't necessarily, but in the CR example, it's in the sampling block (l.194f., below % Scatter plots). Can someone explain what it does exactly? The first plot seems to be exactly the profile likelihoods, the second seems to be the profile paths...
no plotParameterUncertainty should not depend on getParamterSamples, but in the current implementation it might. plotParameterUncertainty can plot uncertainty from getMultiStarts (via hessian matrix returned from optimization), getParameterSamples and getParameterProfiles. Last time I checked, the checking whether a certain analysis was not done correctly.
Added the missing file.
When running the conversion reaction example runEstimation__CR