SciML / EasyModelAnalysis.jl

High level functions for analyzing the output of simulations
MIT License
81 stars 14 forks source link

Add a simple datafit command #14

Closed ChrisRackauckas closed 1 year ago

ChrisRackauckas commented 1 year ago

Just L2 against some given dataset, remake the prob to match the time. Take in t and data?

ArnoStrouwen commented 1 year ago

Assume all states are measured or a subset?

ChrisRackauckas commented 1 year ago

Assume a subset. t = [0.0,1.0,2.0], data = [x => [3.0,4.0,5.0], z => [2.0,5.0,7.0]]. Add missing support later?