mitchelloharawild / mitchelloharawild/vecvec
Multi-length values
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It can be semantically appropriate for a value to span multiple values of a vector. For example, a multivariate distribution with each variate exposed as a value (or analogously, a global model with each 'series' exposed as values). Another (less motivating) example is a time granule alongside another (e.g. for mixed-granularity temporal joins and MIDAS regression).
Indexing would invoke similar rules to the replicates, where the joint value is not dropped until all references are.
Is this in some sense, a hierarchical vecvec? Where a value has sub-indices that reference positions/attributes within each value.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing vector-of-vectors representation and the indexing rules for replicates. Determine how a value could span multiple underlying values or expose sub-indices, then define how joint values are retained until all references are dropped. Done means the representation and indexing behavior are specified clearly enough to implement and test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100