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 1e2e658 commit e10aba9Copy full SHA for e10aba9
tensorflow_probability/python/experimental/sequential/iterated_filter.py
@@ -773,7 +773,7 @@ def estimate_parameters(self,
773
Args:
774
observations: observed `Tensor` value(s) on which to condition the
775
parameter estimate.
776
- num_iterations: `int `Tensor` number of filtering iterations to run.
+ num_iterations: int `Tensor` number of filtering iterations to run.
777
num_particles: scalar int `Tensor` number of particles to use.
778
initial_perturbation_scale: scalar float `Tensor`, or any structure of
779
float `Tensor`s broadcasting to the same shape as the (unconstrained)
0 commit comments