LineModel

danse.common.plottools.LineModel

Provide Line function (y= A + Bx)

class danse.common.plottools.LineModel.LineModel

Bases: object

Class that evaluates a linear model.

f(x) = A + Bx

List of default parameters: A = 0.0 B = 0.0

getParam()
run()

Evaluate the model

Parameters:x – simple value
Returns:(Line value)
runXY()

Evaluate the model

Parameters:x – simple value
Returns:Line value
setParam()

Table Of Contents

Previous topic

fittings

Next topic

PlotPanel

This Page