You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
[](https://github.com/SciML/ColPrac)
[](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
[](https://github.com/SciML/ColPrac)
Copy file name to clipboardExpand all lines: docs/src/basis.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Basis
5
5
```
6
6
7
-
## API
7
+
## API
8
8
9
9
Next to [ModelingToolkits API](https://docs.sciml.ai/ModelingToolkit/stable/basics/AbstractSystem/) for `AbstractSystems`, a [`Basis`](@ref) can be called with the following methods:
Copy file name to clipboardExpand all lines: docs/src/index.md
+52-34
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ DataDrivenDiffEq.jl is a package for finding systems of equations automatically
5
5
The methods in this package take in data and return the model which generated the data. A known model is not required as input. These methods can estimate equation-free and equation-based models for discrete, continuous differential equations or direct mappings.
6
6
7
7
There are two main types of estimation, depending on if you need the result to be human-understandable:
8
-
+ Structural identification - returns a human-readable result in symbolic form.
9
-
+ Structural estimation - returns a function that predicts the derivative and generates a correct time series, but is not necessarily human-readable.
8
+
9
+
- Structural identification - returns a human-readable result in symbolic form.
10
+
- Structural estimation - returns a function that predicts the derivative and generates a correct time series, but is not necessarily human-readable.
0 commit comments