Navigation
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 ) |
---|
Parameters
- x : array_like
x-axis values of the data - r : array_like
model result - iter : int
iteration number
plotProgress( percent ) |
---|