tprak

Theoretical Physics Practical Training
git clone git://popovic.xyz/tprak.git
Log | Files | Refs

t0-method.md (423B)


      1 # Iterative solution to the solution of the D'Agostini Bias (aka. t0-Method)
      2 
      3     *   Construct statistical covariance matrix
      4     *   Construct Jacobi matrix of model function in terms of the parameters
      5     *   Guess parameters p0
      6 
      7 ## Iterate
      8 
      9     *   Construct System covariance matrix with the guess p0
     10     *   Fill Jacobi matrix with p0 = Design Matrix
     11     *   Claculate dp
     12     *   p0 = p0 + alpha*dp; alpha \in [0, 1]
     13