iterative.md (457B)
1 # Iterative solution to the solution of the D'Agostini Bias (aka. t0-Method) 2 3 * Construct statistical covariance matrix 4 * Guess parameters y0 = f(x; {p0}) 5 * Construct System covariance matrix with the guess y0 6 7 ## Iterate 8 9 * Find minimum of the chi^2 function 10 * Take minimum \hat{p} and construct the system covariance matrix 11 12 Note system covariance matrix is different for one experiment than with two 13 independent experiments