BayesicFitting

Model Fitting and Evidence Calculation

View project on GitHub



class IterationPlotter( object )Source

The IterationPlotter plots intermediate results from a iterative fitter.

Author: Do Kester

plotData( x, y, title )

Plot the data.

Parameters

  • x : array_like
         x-axis values of the data
  • y : array_like
         y-axis values of the data
  • title : string
         the title of the plot

plotResult( x, r, iter )
Plot the ( intermediate ) result.

Parameters

  • x : array_like
         x-axis values of the data
  • r : array_like
         model result
  • iter : int
         iteration number

plotProgress( percent )
Plot (estimated) progress upto now.