Skip to content

v0.8.1 — AI Simulation Engine

Latest

Choose a tag to compare

@twomathematicians-code twomathematicians-code released this 31 Jul 08:06
· 43 commits to main since this release

raix_simulate() — Describe a system, get a complete simulation

# Power analysis
raix_simulate("Power analysis for t-test with effect size 0.5, sample sizes 20-200")

# Stock price simulation
raix_simulate("Geometric Brownian motion stock price, 252 days, drift 0.07, volatility 0.2", run = TRUE)

# Monte Carlo integration
raix_simulate("Estimate pi using Monte Carlo method")

# Epidemiology model
raix_simulate("SIR disease spread model with 1000 population, beta 0.3, gamma 0.1, 100 days")

AI handles: approach design → parameter setup → simulation loop → results analysis → visualization.

42 functions total.