Thanks for the reply Professor.
1. I was trying to say is there a way I can calculatete the credible set given the PRIOR Median and S.E ?
2. To do the reverse :
I just copy pasted the 4 codes files .
- run_prior_parameter_calculation.m
- get_gamma_ab.m
- get_inv_gamma_ab.m
- cmaes.m
and ran the first one (run_prior_parameter_calculation.m) Prof. Pfeifer.
I got such an error :
run_prior_parameter_calculation
Error using feval
Undefined function 'get_gamma_ab' for input arguments of type 'double'.
Error in cmaes (line 691)
fitness.hist(1)=feval(fitfun, xmean, varargin{:});
Error in run_prior_parameter_calculation (line 50)
[~,~,~,~,~,bestever] = cmaes('get_gamma_ab',x_start,0.2,[],target);
Wonder if I did sth wrong ?!!