Skip to content

Commit 2e563f9

Browse files
committed
doc fixed
1 parent f1c897f commit 2e563f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/man/continuousInference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Same as before, the function accepts only the composite type `ContinuousModel`.
5555
---
5656

5757
#### Dynamic inference
58-
This framework is an extension to the real-time model that operates continuously and accepts asynchronous observation (i.e., mean) and variance values. More precisely, in each GBP iteration user can change the observation and variance values of the corresponding factor nodes and continue the GBP iteration process. We advise the reader to read the section [dynamic GBP algorithm] (@ref dynamicGBP) which provides a detailed description of the input parameters.
58+
This framework is an extension to the real-time model that operates continuously and accepts asynchronous observation and variance values. More precisely, in each GBP iteration user can change the observation and variance values of the corresponding factor nodes and continue the GBP iteration process. We advise the reader to read the section [dynamic GBP algorithm] (@ref dynamicGBP) which provides a detailed description of the input parameters.
5959
```julia-repl
6060
dynamicFactor!(gbp; factor = index, observation = value, variance = value)
6161
```

0 commit comments

Comments
 (0)