x: data
n1: number of samples
n2: number of dimensions, e.g.: n2 = 2 for a one port measurement and n2 = 8 for a two port measurement.
dof = n1 - 1
p = 0.95: probability 95%
k1: coverage factor(dof, n2, p)
k2: coverage factor(Inf, n2, p)
factor = (k1*k1)/(k1*k2)/n1
covariance matrix = cov(x)*factor
That's how it's done in METAS UncLib which is used by VNA Tools II. An other way to compute the factor would be:
factor2 = (n1 - 1)/(n1 - N - 2)
factor2 and factor give similar results for p = 0.95.
> Also, is it possible to define the measurement series number instead of pressing many times?
- Measurement Series / DUT: You have to press OK for each measurement. (New connection).
- Measurement Series / Drift: You can specify the number of measurements you want to do. No user action is required. (No new connection of the DUT).
Regards
Michael