Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff committed Jul 13, 2023
1 parent 1442029 commit b8a2ff3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

## rolling, tiling, and running functional windows over data

### _At its best, this software is collaborative._
> #### Apply your acumen and intent.
### _At its best, this software collaborates with you._


### Data
Expand Down Expand Up @@ -62,11 +61,9 @@ And we are on _discourse_</br>
----


----

## Capabilities

### ≺ apply ≻ { rolling, tiling, running }
### ≺ apply ≻ is one of { rolling, tiling, running }

#### keywords (optional)
- __padding__ = nopadding (omit padding) [_or use this value_]
Expand Down Expand Up @@ -95,17 +92,17 @@ And we are on _discourse_</br>
| | | |
| _unweighted_ | | _rest_ |
| | |(seq1, seq2) |
| | |(seq1, .., seqNseq) |
| | |(seq1, .., seqN) |
| | | |
| _shared weights_ | | _rest_ |
| | |(seq1, seq2, weights) |
| | |(seq1, .., seqNseq, weights) |
| | |(seq1, .., seqN, weights) |
| | | |
| _unique weights_ | | _rest_ |
| | |(seq1, seq2, [weights1, weights2]) |
| | |(seq1, .., seqNseq, [weights1, .., weightsNseq]) |
| | |(seq1, .., seqN, [weights1, .., weightsN]) |
| | | |

_(the maximum number of sequences, Nseq >= 3)_
_(the maximum number of sequences, Nseq = 3)_

----

0 comments on commit b8a2ff3

Please sign in to comment.