mwavepy.calibration.calibration.Calibration.total_error

Calibration.total_error(std_names=None)

estimate of total error for overdetermined calibration with multiple connections of each standard. This is the combined effects of both biased and un-biased errors

takes:
std_names: list of strings to uniquely identify each
standard.*
returns:
composit error: mwavepy.Network type who’s .s_mag is
proportional to the composit error metric
note:
mathematically, this is
std_cs(r)
where:

r: complex residual errors std_cs: standard deviation taken accross connections

and standards

Previous topic

mwavepy.calibration.calibration.Calibration.run

Next topic

mwavepy.calibration.calibration.Calibration.unbiased_error

This Page