Closed hokiespurs closed 7 years ago
write/document 3 basic scripts
[x] 1. OLS, WLS, GLS (Input A,L,W or S)
A
L
W or S if vector, make weight using diag(W), if array, treat as covariance
[x] 2. Weighted and Unweighted Nonlinear Least Squares (Input J and K functions, Xo, W or S)
J(X) Jacobian Function with X input
K(X) K Function with X input
X0 Initial parameter estimate
[x] 3. Total Least Squares (Input J, K, B functions, W or S, Xo)
B(X) Partial derivatives wrt residuals
rest are same as above
write/document 3 basic scripts
[x] 1. OLS, WLS, GLS (Input A,L,W or S)
A
L
W or S if vector, make weight using diag(W), if array, treat as covariance
[x] 2. Weighted and Unweighted Nonlinear Least Squares (Input J and K functions, Xo, W or S)
J(X) Jacobian Function with X input
K(X) K Function with X input
X0 Initial parameter estimate
W or S if vector, make weight using diag(W), if array, treat as covariance
[x] 3. Total Least Squares (Input J, K, B functions, W or S, Xo)
B(X) Partial derivatives wrt residuals
rest are same as above