t0-method.md (338B)
1 # Iterative solution to the solution of the D'Agostini Bias (aka. t0-Method) 2 3 * Construct statistical covariance matrix 4 * Construct design matrix 5 * Guess parameters p0 6 7 ## Iterate 8 9 * Construct System covariance matrix with the guess p0 10 * Fill design matrix with p0 11 * Claculate dp 12 * p0 = p0 + dp 13