Skip to content

Commit 67200a9

Browse files
committed
improves docstrings
1 parent 2937990 commit 67200a9

13 files changed

Lines changed: 362 additions & 4 deletions

source/PSID/IPSID.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def computeObsFromAC(A, C, i):
6161

6262
def recomputeObsAndStates(A, C, i, YHat, YHatMinus):
6363
"""
64-
Computes observabilioty matrices Oy and Oy_Minus using A and C
64+
Computes observability matrices Oy and Oy_Minus using A and C
6565
and recompute Xk and Xk_Plus1 using the new Oy and Oy_Minus
6666
Returns:
6767
1) Xk: recomputed states

0 commit comments

Comments
 (0)