Skip to content

Commit 73db0aa

Browse files
Alexey Stukalovalyst
authored andcommitted
fix typo
1 parent 07329fc commit 73db0aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loss/WLS/WLS.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Weighted least squares estimation.
2222
- `approximate_hessian::Bool`: should the hessian be swapped for an approximation
2323
- `wls_weight_matrix`: the weight matrix for weighted least squares.
2424
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)
25+
and S is the inverse of the observed covariance matrix)
2626
- `wls_weight_matrix_mean`: the weight matrix for the mean part of weighted least squares.
2727
Defaults to GLS estimation (the inverse of the observed covariance matrix)
2828

0 commit comments

Comments
 (0)