posit-dev / posit-dev/pointblank

Add statistical comparison to numeric values in `Compare`

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

Nobody has claimed this yet.

Type: ★ Enhancement
Dominant language
Python
Stars
490
Forks
32
Avg merge
14h 24m
Merged PRs (30d)
2

Description

Loose reference:
https://documentation.sas.com/api/docsets/proc/9.4/content/images/compare-example1e.png?locale=en

Most of this work, or at least the computation logic, is already completed in DataScan, so I'll probably make some commits there for extra stats. Each comparison should have an absolute and relative difference between the two. The following methods are needed to complete this:

  • Examples of differences in observations
  • Absolute and percentage differences between values
  • Statistics: mean, std, max, min, stderr(?), t, t pval, r/rsq, iqr, variance

Contributor guide

Open the contributing guide

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 reading the existing computation logic in DataScan and the comparison entry point in Compare. Define the output and examples for each comparison, then cover absolute and percentage differences plus the requested summary statistics, including the uncertain stderr item.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.