Skip to content

Commit

Permalink
Add TODO comment to check Toeplitz SSA in correlation weights
Browse files Browse the repository at this point in the history
This adds a reminder to verify the correctness of the weighted correlation matrix in the context of Toeplitz SSA. This step is essential to ensure the implementation is accurate for specific use cases and edge cases.
  • Loading branch information
dadelforge committed Nov 24, 2024
1 parent 12a6a06 commit dc2bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssalib/math_ext/matrix_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def correlation_weights(
timeseries_length: int,
window: int
) -> NDArray[float]:
) -> NDArray[float]: #TODO check wcorr if Toeplitz SSA
"""Calculate the default weights for the weighted correlation matrix.
Parameters
Expand Down

0 comments on commit dc2bb74

Please sign in to comment.