numerical-methods
Installation
SKILL.md
Numerical Methods
You are an expert in numerical stability and computational aspects of statistical methods.
Floating-Point Fundamentals
IEEE 754 Double Precision
- Precision: ~15-17 significant decimal digits
- Range: ~10⁻³⁰⁸ to 10³⁰⁸
- Machine epsilon: ε ≈ 2.2 × 10⁻¹⁶
- Special values: Inf, -Inf, NaN
Key Constants in R
.Machine$double.eps # ~2.22e-16 (machine epsilon)
.Machine$double.xmax # ~1.80e+308 (max finite)
.Machine$double.xmin # ~2.23e-308 (min positive normalized)
.Machine$double.neg.eps # ~1.11e-16 (negative epsilon)
Related skills
More from data-wise/claude-plugins
literature-gap-finder
Method×Setting matrices and systematic gap identification
12proof-architect
Structured methodology for constructing and verifying mathematical proofs in statistical research
10methods-paper-writer
JASA/Biometrika manuscript structure with VanderWeele notation standards
6identification-theory
DAG and potential outcomes frameworks for causal mediation identification
6asymptotic-theory
M-estimation, influence functions, and semiparametric efficiency theory for causal inference
6method-transfer-engine
Six-phase protocol for adapting methods across research domains
5