We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa56974 commit 1070468Copy full SHA for 1070468
docs/source/learn.md
@@ -76,7 +76,7 @@ How to create and manipulate a network of probabilistic nodes for reinforcement
76
:::{grid-item-card} Generalised Bayesian filtering
77
:link: generalised_filtering
78
:link-type: ref
79
-:img-top: ./images/multivariate_hgf.gif
+:img-top: ./images/multivariate_normal.gif
80
81
82
Predict, filter and smooth any distribution from the exponential family using generalisations of the Hierarchical Gaussian Filter.
pyhgf/__init__.py
@@ -7,7 +7,7 @@
7
import numpy as np
8
import pandas as pd
9
10
-__version__ = "0.2.1"
+__version__ = "0.2.2"
11
12
13
def load_data(dataset: str) -> Union[Tuple[np.ndarray, ...], np.ndarray]:
0 commit comments