skrf.calibration.calibration.EnhancedResponse.plot_residuals

EnhancedResponse.plot_residuals(attr='s_db', **kwargs)

Plot residual networks.

Given that the calibration is overdetermined, this may be used as a metric of the calibration’s goodness of fit

Parameters:
  • attr (str, optional.) – Network property to plot, ie ‘s_db’, ‘s_smith’, etc. Default is ‘s_db’

  • **kwargs (kwargs) – passed to the plot method of Network

See also

Calibration.residual_networks