We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07329fc commit 73db0aaCopy full SHA for 73db0aa
1 file changed
src/loss/WLS/WLS.jl
@@ -22,7 +22,7 @@ Weighted least squares estimation.
22
- `approximate_hessian::Bool`: should the hessian be swapped for an approximation
23
- `wls_weight_matrix`: the weight matrix for weighted least squares.
24
Defaults to GLS estimation (``0.5*(D^T*kron(S,S)*D)`` where D is the duplication matrix
25
- and S is the inverse ob the observed covariance matrix)
+ and S is the inverse of the observed covariance matrix)
26
- `wls_weight_matrix_mean`: the weight matrix for the mean part of weighted least squares.
27
Defaults to GLS estimation (the inverse of the observed covariance matrix)
28
0 commit comments