diff --git a/README.md b/README.md index 29ac0f47..5ea41c17 100644 --- a/README.md +++ b/README.md @@ -49,18 +49,18 @@ We welcome contributors and _celebrates_ PRs.
Our _issue_ threads are available for wider use.
And we are on _discourse_
-> you are invited ..
-> Wonder. Share insights. Write words that smile. - - -### The design of Rolling Functions enfolds all of this. +| you are invited .. | +|--------------------| +| Ask. Share insights. Write words that smile. | +---- ---- ## Capabilities + ### ≺ apply ≻  ∈  { rolling, tiling, running } @@ -80,7 +80,7 @@ And we are on _discourse_
####      _(Each data matrix column is independent; all functions are unary.)_ -### multisequences (up to 3 of equal lengths) +### multisequences (2 or 3 seqs) | | | | |:------------------|-|:-------------------| @@ -102,5 +102,26 @@ And we are on _discourse_
---- +### multisequences (2..8 seqs of equal length) + +| | | | +|:------------------|-|:-------------------| +| multisequence | | ≺ apply ≻(fn, width, ...) | +| |  | | +| _as provided_ |       |... | +| | |(seq1, seq2) | +| | |(seq1, .., seq8) | +| | | | +| _shared weights_ | |... | +| | |(seq1, seq2, weights) | +| | |(seq1, .., seq8, weights) | +| | | | +| | | | +| _unique weights_ | |... | +| | |(seq1, seq2, [weights1, weights2]) | +| | |(seq1, .., seq8, [weights1, .., weights8]) | +| | | | + +---- ----