edges_cal.modelling.ComplexMagPhaseModel

class edges_cal.modelling.ComplexMagPhaseModel(mag: Model | FixedLinearModel, phs: Model | FixedLinearModel)[source]

A composite model that is specifically for complex functions in mag/phase.

Methods

__init__(mag, phs)

Method generated by attrs for class ComplexMagPhaseModel.

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

mag

phs