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 c856489 commit 3069fc4Copy full SHA for 3069fc4
tensorflow_probability/python/distributions/hidden_markov_model.py
@@ -57,7 +57,7 @@ class HiddenMarkovModel(distribution.Distribution):
57
which distribution `z[i + 1]` is drawn from. The distributions corresponding
58
to the probability of `z[i + 1]` conditional on `z[i] == k` is given by the
59
elements of the batch whose rightmost coordinate is `k`.
60
- Similarly, the conditional distribution of `z[i]` given `x[i]` is given by
+ Similarly, the conditional distribution of `x[i]` given `z[i]` is given by
61
the batch of `observation_distribution`.
62
When the rightmost coordinate of `observation_distribution` is `k` it
63
gives the conditional probabilities of `x[i]` given `z[i] == k`.
0 commit comments