Method MCMC/plotLogLikelihood


  PLOTLOGLIKELIHOOD.M
 
  Plots a given loglikelihood 2-D slices with respect the parameters.
  
     CALL:  MCMC.plotLogLikelihood(plist)
 
     NOTE:  This function will produce one figure with several subplots.  
            For optimal results use it in the case of 
            fewer than nine parameters.
 
  EXAMPLE:  MCMC.plotLogLikelihood(plist('function',    myfunc,...
                                         'param names', {'p1', 'p2'},...
                                         'x0',          [0 0.5],...
                                         'step',        [0.01 1e-6],...
                                         'range',       {[-1 1], [0 1]},...
                                         'colormap',    summer)) 
 
 
 ParametersDescription
 
  NK 2013
  
Method Details
Access public
Defining Class MCMC
Sealed 0
Static 1



©LTP Team