Print summary of simulation results
Usage
# S3 method for class 'summary_simulate_affectOU'
print(x, digits = 3, max_dim = 20, ...)Examples
model <- affectOU(theta = 0.5, mu = 0, gamma = 1)
sim <- simulate(model, nsim = 3)
print(summary(sim))
#>
#> ── 1D Ornstein-Uhlenbeck Simulation Summary (3 replications) ───────────────────
#>
#> ── Simulation settings ──
#>
#> Time: 0 → 100.000
#> Time points: 10001; dt: 0.01; save_at: 0.01
#>
#> ── Comparison to theoretical distribution ──
#>
#> Simulated Theoretical
#> Mean 0.152 0
#> SD 1.019 1