probability-statistics

Quantify uncertainty in data-driven decisions using probability theory.

6|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/the-thinker0/math-skill --skill probability-statistics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: probability-statistics
Source: https://github.com/the-thinker0/math-skill/tree/main/skills/probability-statistics
Command: npx skills add https://github.com/the-thinker0/math-skill --skill probability-statistics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Probability thinking helps you quantify uncertainty, update beliefs with new evidence, and make rational decisions when outcomes are uncertain.

Core Features & Use Cases

  • Probabilistic modeling and inference (Bayesian and frequentist) for data analysis and decision making
  • Hypothesis testing, confidence/credible intervals, and power analysis to draw robust conclusions
  • Causal inference and Bayesian updating to distinguish correlation from causation and to adapt beliefs as new data arrives
  • Practical guidance for interpreting results and communicating uncertainty to non-technical stakeholders

Quick Start

Describe a real-world uncertainty you face and ask for a probabilistic analysis plan outlining the data needed, models to use, and how to interpret results.

Frequently Asked Questions about probability-statistics

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

FAQPage Schema
How do I quantify uncertainty in data-driven decisions using probability theory?

To quantify uncertainty using probability theory, you must define clear variables, select appropriate probability models, perform data quality checks, and apply inferential methods like hypothesis testing or Bayesian updating to explicitly measure and communicate uncertainty.

What is the difference between causal inference and correlation in statistical analysis?

Causal inference distinguishes causation from mere correlation by applying specific statistical frameworks to data. It allows you to determine whether an intervention directly causes an outcome, rather than simply observing that two variables move together.

How do I perform Bayesian updating to adapt beliefs as new data arrives?

Bayesian updating adapts your beliefs by applying Bayes' theorem to new evidence. You adjust prior probability distributions using observed data to generate a posterior distribution, continuously refining your uncertainty estimates as new information becomes available.

Can I use hypothesis testing and power analysis for risk assessment and research analysis?

Hypothesis testing and power analysis apply directly to risk assessment and research analysis by evaluating the robustness of your conclusions. They help determine if observed effects are statistically significant and ensure your sample size is adequate to detect true effects.

When should I use Bayesian versus frequentist probabilistic modeling for everyday decision-making?

Use Bayesian modeling for everyday decision-making when you need to incorporate prior knowledge and update beliefs incrementally with new evidence. Choose frequentist methods when you require objective long-run probability interpretations through hypothesis testing and confidence intervals.

What are the limitations of regression modeling when interpreting uncertainty for non-technical stakeholders?

Regression modeling limitations arise when communicating uncertainty to non-technical stakeholders, as complex credible intervals and p-values can be misinterpreted. You must explicitly quantify and translate model uncertainty into clear, practical guidance to avoid misleading conclusions.