skrf.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 skrf.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)

This Page