Statsmodels
技能 已验证 活跃Statistical models library for Python. Use when you need specific model classes (OLS, GLM, mixed models, ARIMA) with detailed diagnostics, residuals, and inference. Best for econometrics, time series, rigorous inference with coefficient tables. For guided statistical test selection with APA reporting use statistical-analysis.
To empower AI agents with advanced statistical modeling capabilities, enabling rigorous inference, time series analysis, and diagnostic testing using the comprehensive statsmodels library.
功能
- Fit OLS, WLS, GLS, GLSAR, Quantile Regression models
- Perform Generalized Linear Modeling (Binomial, Poisson, Gamma, etc.)
- Conduct Time Series Analysis (ARIMA, SARIMAX, VAR, Exponential Smoothing)
- Access comprehensive statistical tests and diagnostics
- Utilize R-style formula API for model specification
使用场景
- When performing econometrics and needing detailed inference with coefficient tables
- When analyzing time series data for forecasting and understanding temporal dynamics
- When needing specific model classes like OLS, GLM, mixed models, or ARIMA
- When rigorous statistical inference and detailed diagnostic checks are required
非目标
- Guided statistical test selection with APA reporting (use 'statistical-analysis' skill)
- Simple data visualization (though plots are used for diagnostics)
- Basic descriptive statistics without inferential modeling
工作流
- Explore data and check assumptions (stationarity, homoscedasticity)
- Select and fit appropriate statistical model (e.g., OLS, ARIMA, GLM)
- Perform diagnostic tests on residuals and model fit
- Interpret model coefficients, inference, and forecasts
- Validate model performance using cross-validation or holdout data
实践
- Statistical modeling
- Time series analysis
- Regression analysis
- Model diagnostics
先决条件
- Python 3.11+
- uv package manager
- Agent Skills compatible client
安装
npx skills add K-Dense-AI/claude-scientific-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Fit Drift Diffusion Model
100Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.
TimesFM Forecasting
100Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
Alterlab Aeon
98Part of the AlterLab Academic Skills suite. This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Aeon Time Series Machine Learning
95This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
Aws Cdk Development
100AWS Cloud Development Kit (CDK) 专家,用于使用 TypeScript/Python 构建云基础设施。在创建 CDK 堆栈、定义 CDK 构造、实现基础设施即代码,或当用户提及 CDK、CloudFormation、IaC、cdk synth、cdk deploy,或希望以编程方式定义 AWS 基础设施时使用。涵盖 CDK 应用结构、构造模式、堆栈组合和部署工作流。