oscar-statistical-validation

Validate statistical tests on CPAP/sleep-therapy data with sample-size and outlier checks.

Updated Sep 6, 2025
One-click install
npx skills add https://github.com/kabaka/oscar-export-analyzer --skill oscar-statistical-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oscar-statistical-validation
Source: https://github.com/kabaka/oscar-export-analyzer/tree/main/.github/skills/oscar-statistical-validation
Command: npx skills add https://github.com/kabaka/oscar-export-analyzer --skill oscar-statistical-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides structured guidance for validating statistical methods on CPAP/sleep-therapy data, ensuring robust test workflows and defensible results.

Core Features & Use Cases

  • Test selection guidance for Mann-Whitney U, Kolmogorov-Smirnov, and Pearson correlation with practical thresholds.
  • Validation patterns covering sample size checks, outlier handling, and numerical stability across common datasets.
  • Use Case: A researcher quickly evaluates two patient groups to determine whether EPAP adjustments yield a significant change in AHI, with automated checks and safe fallbacks.

Quick Start

Run a Mann-Whitney U test on two sample groups to compare AHI distributions after EPAP changes.

Frequently Asked Questions about oscar-statistical-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate CPAP data for statistical testing?

Validating CPAP data for statistical testing involves applying structured patterns for sample-size checks, outlier handling, and numerical stability to ensure robust workflows and defensible results.

What is the best way to compare AHI distributions after EPAP adjustments?

The best way to compare AHI distributions after EPAP adjustments is using the Mann-Whitney U test to evaluate whether two patient groups yield a statistically significant change.

Does this statistical validation handle edge cases in sleep therapy data?

Yes, this statistical validation handles edge cases in sleep therapy data by incorporating automated checks, numerical stability safeguards, and safe error reporting fallbacks during test execution.

When do I need a Kolmogorov-Smirnov test for sleep therapy data?

You need a Kolmogorov-Smirnov test for sleep therapy data when assessing whether your sample distributions match a theoretical expectation or comparing two distinct empirical datasets.

Can I use Pearson correlation to measure relationships in CPAP data?

Yes, you can use Pearson correlation to measure linear relationships in CPAP data, guided by practical thresholds and validation patterns that ensure numerical stability and accurate correlation assessment.

Why does statistical testing fail on small CPAP datasets?

Statistical testing fails on small CPAP datasets when sample-size validation checks are not met, triggering safe fallbacks and error reporting to prevent unreliable feature development outcomes.