Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Jul 10, 2023
1 parent 5f31ab9 commit c397716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

Data is conveyed either as a vector, a matrix of column vectors,
or as 2..3 coordinated vectors. With the covariance function,
two coordinated vectors are processed using the current window
position somewhat like this `map(cov, window_on_seq1, window_on_seq2)`.
two vectors are processed within the current window
like this `map(cov, window_on_seq1, window_on_seq2)`.

Data may be obtained from other `Tables.jl` compatible data structures
(e.g. dataframes, timeseries) and from similarly read compatible files
Expand Down

0 comments on commit c397716

Please sign in to comment.