Toolverse
All skills

interpolation

by parcadei

Problem-solving strategies for interpolation in numerical methods

Installation

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

Installation

Quick info

Author
parcadei
Category
Data Science
Views
3

About this skill

Problem-solving strategies for interpolation in numerical methods

How to use

  1. Przygotuj swoje dane: zbierz punkty danych (x, y) i określ ich charakterystykę — ile masz punktów, czy są równomiernie rozłożone, czy dane są gładkie czy szumne, czy potrzebujesz pochodnych na końcach.

  2. Użyj algorytmu decyzyjnego do wyboru metody: dla mniej niż 10 punktów wybierz wielomiany (Lagrange lub Newton), dla wielu gładkich punktów użyj splajnów sześciennych, dla danych szumnych rozważ splajny wygładzające, dla wysokich wymiarów zastosuj triangulację Coxetera-Freudenthal-Kuhna.

  3. Zaimplementuj wybraną metodę w SciPy — najczęściej użyjesz CubicSpline dla splajnów sześciennych, make_interp_spline dla B-splajnów lub interp1d dla interpolacji jednowymiarowej.

  4. Uruchom interpolację: wykonaj polecenie Bash z odpowiednim kodem Python, np. uv run python -c "from scipy.interpolate import CubicSpline; ..." aby obliczyć wartości interpolowane.

  5. Zwaliduj wyniki: sprawdź zjawisko Runge'a na granicach (szczególnie dla wielomianów wysokiego stopnia), przeprowadź walidację krzyżową metodą leave-one-out, wizualnie sprawdź przebieg krzywej interpolowanej.

  6. W razie potrzeby użyj zaawansowanych technik: dla wielowymiarowych problemów zastosuj podział barycentryczny lub triangulację do zoptymalizowania lokalizacji punktów.

Related skills

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

web-artifacts-builder

by anthropics

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX

Data Science
37124

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681

stock-analyzer

by FrancyJGLisboa

Provides comprehensive technical analysis for stocks and ETFs using RSI, MACD, Bollinger Bands, and other indicators. Activates when user requests stock analysis, technical indicators, trading signals, or market data for specific ticker symbols.

Data Science
23128

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

nano-banana-pro

by garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., \

Data Science
535772