edges_cal.modelling.ComplexRealImagModel

class edges_cal.modelling.ComplexRealImagModel(real: Model | FixedLinearModel, imag: Model | FixedLinearModel)[source]

A composite model that is specifically for complex functions in real/imag.

Methods

__init__(real, imag)

Method generated by attrs for class ComplexRealImagModel.

at(**kwargs)

Get an evaluated linear model.

fit(ydata[, weights, xdata])

Create a linear-regression fit object.

from_yaml(loader, node)

Convert a representation node to a Python object.

to_yaml(dumper, data)

Convert a Python object to a representation node.

Attributes

yaml_flow_style

yaml_loader

yaml_tag

real

imag