Toolverse
All skills

statsmodels

by davila7

Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Data Science
Views
15

About this skill

Statistical modeling toolkit. OLS, GLM, logistic, ARIMA, time series, hypothesis tests, diagnostics, AIC/BIC, for rigorous statistical inference and econometric analysis.

How to use

  1. Zainstaluj bibliotekę statsmodels w swoim środowisku Python (np. pip install statsmodels). 2. Przygotuj dane: załaduj zmienną zależną (y) i zmienne niezależne (X) jako tablice NumPy lub DataFrame Pandas. Pamiętaj, aby dodać kolumnę stałej (intercept) za pomocą sm.add_constant(X), inaczej model nie będzie miał wyrazu wolnego. 3. Utwórz model OLS (zwykłą regresję liniową) poleceniem sm.OLS(y, X) i dopasuj go metodą fit(). 4. Przejrzyj wyniki: wydrukuj results.summary() aby zobaczyć pełny raport zawierający R-squared, współczynniki, p-wartości i testy diagnostyczne. 5. Wygeneruj prognozy dla nowych danych za pomocą results.get_prediction(X_new) — otrzymasz przedziały ufności i przedziały predykcji. 6. Przeprowadź diagnostykę modelu: sprawdź heteroskedastyczność (test Breuscha-Pagana), autokorelację i normalność reszt, aby zweryfikować założenia modelu.

Related skills

data-storytelling

by wshobson

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

Data Science
26105

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

xlsx

by anthropics

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2)

Data Science
40128

skill-creator

by anthropics

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Data Science
59147

deepwiki-rs

by sopaco

AI-powered Rust documentation generation engine for comprehensive codebase analysis, C4 architecture diagrams, and automated technical documentation. Use when Claude needs to analyze source code, understand software architecture, generate technical specs, or create professional

Data Science
18144

rust-coding-skill

by UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

Data Science
248325