mitchelloharawild / mitchelloharawild/vecvec

Multi-length values

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.