SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
79 stars 13 forks source link

Model forecasting score function #126

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Input: array of problems, array of observables, time array, dataset array (same as datafit, [S => data for S, I => data for I]) Output: Array L2 norms of forecasts against the data for each model

model_forecast_score

ChrisRackauckas commented 1 year ago

Need a model forecast visualization as well