mwavepy.calibration.calibration.Calibration.residuals

Calibration.residuals

if calibration is overdeteremined, this holds the residuals in the form of a vector.

also available are the complex residuals in the form of mwavepy.Network’s, see the property ‘residual_ntwks’

from numpy.lstsq:
residues: the sum of the residues; squared euclidean norm for each column vector in b (given ax=b)

Previous topic

mwavepy.calibration.calibration.Calibration.residual_ntwks

Next topic

mwavepy.calibration.calibration.Calibration.type

This Page