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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Contains functions and classes to compute financial derivatives using discrete p
11
11
###Discrete SDE
12
12
Robust classes/methods to simulate stochastic differential equations using a discretization scheme. Includes Euler, Milstein and Second-Order scheme. To be implemented into PyProcess.
13
13
14
+
###Estimators
15
+
Some useful estimators of regression and others.
16
+
14
17
###Machine Learning Scikit Learn
15
18
Some scikit-learn-friendly machine learning classes.
16
19
@@ -27,9 +30,8 @@ Compute the derivative of functions a points using discrete schemes. Has a great
27
30
This problem occurs in copula sampling often.
28
31
29
32
30
-
###Time Series Association Rules
31
-
A Framework to find association rules from human-generated features in time series. A work in progress, but pretty cool so far.
0 commit comments