Standard algorithm for a one port calibration.
If more than three standards are supplied then a least square algorithm is applied.
Parameters : | measured : list of Network objects or numpy.ndarray
ideals : list of Network objects or numpy.ndarray
|
---|---|
Returns : | output : a dictionary
|
See also
Notes
uses numpy.linalg.lstsq() for least squares calculation