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 c397716 commit 0ecb55c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@
### Data

Data is conveyed either as a vector, a matrix of column vectors,
or as 2..3 coordinated vectors. With the covariance function,
or as some coordinated vectors.

With the covariance function,
two vectors are processed within the current window
like this `map(cov, window_on_seq1, window_on_seq2)`.
like this
- `map(cov, window_over_seq1, window_over_seq2)`  _(the windows are identical)_

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 0ecb55c

Please sign in to comment.