Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Simulate Stochastic Process

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Simulate stochastic processes (Markov chains, random walks, SDEs, MCMC) with convergence diagnostics, variance reduction, and visualization. Use when generating sample paths for estimation, prediction, or visualization; when analytical solutions are intractable; running Monte Carlo estimation needing convergence guarantees; validating analytical results against empirical simulation; or sampling from complex posteriors via MCMC.

Zweck

To enable users to simulate and analyze complex stochastic processes when analytical solutions are intractable, ensuring convergence and providing empirical validation.

Funktionen

  • Simulate Markov chains (DTMC, CTMC)
  • Simulate random walks and Brownian motion
  • Simulate stochastic differential equations (SDEs)
  • Simulate Markov Chain Monte Carlo (MCMC) samplers
  • Provide convergence diagnostics (R-hat, ESS, Geweke)
  • Apply variance reduction techniques
  • Visualize trajectories and distributions

Anwendungsfälle

  • Generating sample paths for estimation, prediction, or visualization
  • Running Monte Carlo estimation with convergence guarantees
  • Validating analytical results against empirical simulation
  • Sampling from complex posterior distributions via MCMC

Nicht-Ziele

  • Providing analytical solutions for stochastic processes
  • Performing real-time, low-latency simulations beyond typical analysis workflows
  • Automating the theoretical derivation of SDE coefficients or MCMC proposal mechanisms

Practical Utility

  • info:Usage examplesWhile the skill describes inputs and procedures, explicit end-to-end ready-to-use examples with invocation and output are not provided in the SKILL.md.

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert about 16 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

PyMC Bayesian Modeling

99

Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.

Skill
K-Dense-AI

Analyze Diffusion Dynamics

99

Analyze the dynamics of diffusion processes using stochastic differential equations, Fokker-Planck equations, first-passage time distributions, and parameter sensitivity analysis. Use when deriving probability density evolution for a continuous-time diffusion process, computing mean first-passage times for bounded diffusion, analyzing how drift and diffusion parameters affect process behavior, or validating closed-form solutions against stochastic simulation.

Skill
pjt222

Alterlab Pymc

98

Part of the AlterLab Academic Skills suite. Bayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference.

Skill
AlterLab-IEU

Oraclaw Simulate

98

Monte-Carlo-Simulation für KI-Agenten. Führen Sie Tausende von probabilistischen Szenarien aus, um Risiken zu modellieren, Umsätze zu prognostizieren, Projektzeitpläne abzuschätzen und Unsicherheiten zu quantifizieren. Unterstützt 6 Verteilungstypen.

Skill
Whatsonyourmind

Simulate Cpu Architecture

100

Design and simulate a minimal CPU from scratch: define an instruction set architecture (ISA), build the datapath (ALU, register file, program counter, memory interface), design the control unit (hardwired or microprogrammed), implement the fetch-decode-execute cycle, and verify by tracing a small program clock cycle by clock cycle. The capstone "computer inside a computer" exercise that composes combinational and sequential building blocks into a complete processor.

Skill
pjt222

Fit Drift Diffusion Model

100

Fit 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.

Skill
pjt222