Skip to content

Commit 4cc85fe

Browse files
committed
added discrete notebook
1 parent 64e4a2d commit 4cc85fe

File tree

5 files changed

+844
-21
lines changed

5 files changed

+844
-21
lines changed

1-regression.ipynb

Lines changed: 9 additions & 4 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ Click on a section to expand it.
5050
with...
5151
</details>
5252

53+
Installing ssm :
54+
git clone https://github.com/lindermanlab/ssm
55+
cd ssm
56+
pip install numpy cython
57+
pip install -e .
5358

5459

5560
## Acknowledgements

discrete.ipynb

Lines changed: 811 additions & 0 deletions
Large diffs are not rendered by default.

lvms.ipynb

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ jupyter
44
numpy
55
scipy
66
matplotlib
7-
scikit-learn
7+
scikit-learn
8+
dynamax
9+
autograd

0 commit comments

Comments
 (0)