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 9, 2023
1 parent eba54f0 commit 489f90c
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ We welcome contributors and _celebrates_ PRs.</br>
Our _issue_ threads are available for wider use.</br>
And we are on _discourse_</br>

> you are invited ..</br>
> 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 ≻&nbsp;&nbsp; {&nbsp;rolling, tiling, running&nbsp;}


Expand All @@ -80,7 +80,7 @@ And we are on _discourse_</br>

#### &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_(Each data matrix column is independent; all functions are unary.)_

### multisequences (up to 3 of equal lengths)
### multisequences (2 or 3 seqs)

| | | |
|:------------------|-|:-------------------|
Expand All @@ -102,5 +102,26 @@ And we are on _discourse_</br>

----

### multisequences (2..8 seqs of equal length)

| | | |
|:------------------|-|:-------------------|
| multisequence | | ≺ apply ≻(fn, width, ...) |
| |&nbsp; | |
| _as provided_ |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |... |
| | |(seq1, seq2) |
| | |(seq1, .., seq8) |
| | | |
| _shared weights_ | |... |
| | |(seq1, seq2, weights) |
| | |(seq1, .., seq8, weights) |
| | | |
| | | |
| _unique weights_ | |... |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, .., seq8, [weights1, .., weights8]) |
| | | |

----

----

0 comments on commit 489f90c

Please sign in to comment.