finmod

Results 53 comments of finmod

"Just a quick question w.r.t. the implicit identification: is the process description in the docs ( nonlinear / implicit : cartpole ) not sufficient? If not, what exactly is your...

@AlCap23 Nice improvements in the WIP. Let me restate my MWE for a DAE system discovered from data. the `Continous DataDriven(odae_sol)` is now working. The next issue arises with the...

I am a bit confused by all of this. This is why I raised this issue in the first place. The SINDy and other INDies always assume that there can...

Searching on your proposed solutions, I bumped into this: https://diffeq.sciml.ai/stable/features/io/ . Just showing an example of these I/O in the docs of DataDrivenDiffEq or referring to it would be fine.

@ChrisRackauckas @AlCap23 @KKahirman The mSINDy tutorial made available by KKahirman is available here: https://github.com/dynamicslab/modified-SINDy/tree/master/Julia%20Version ready for merging and optimization into DataDrivenDiffEq. Thank you KKahirman for this important contribution on aligning...

Just a few more lines of docs and references in README of EconPDE and of AiyagariContinuousTime to show where and how the knowledge is consolidated in EconPDE.

The latest update to v0.3.5 does not solve this issue.

Same problem. Could also take care of the deprecation `x(t)[1:2] = [20.0; 12.0]` in the fix.

test StructuralIdentifiability is now compiling and passing ok,

Hello Jan, Success. It was a combination of two things: - ``` Your moving the setup.py to the gp_extras repository and ``` - ``` Using the following instructions for setting...