if (FALSE) {
mc <- anki_forecast_monte_carlo(days_ahead = 30, n_sim = 1000)
# Summary
mc$summary
# Probability of >100 reviews on day 7
mc$prob_above(day = 7, threshold = 100)
# Full simulation matrix
dim(mc$simulations) # n_sim x days_ahead
}
Run the code above in your browser using DataLab