You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/graphicalmodel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,5 +118,5 @@ The function adds new factor nodes to the existing factor graph.
118
118
```julia-repl
119
119
addFactors!(gbp; mean = vector, variance = vector, jacobian = matrix)
120
120
```
121
-
The function allows the addition of the multiple factor nodes using the same input data format as well as the initial formation of the factor graph. The function accepts the following parameters: composite type `GraphicalModel`; the `mean` and `variance` vectors represent new measurement values and variances. The keyword `jacobian` with corresponding coefficients defines the set of equations that define new factor nodes. Also, function initializes messages from variable nodes to a new factor node using results from the last GBP iteration. Note that the function also affects `SystemModel.observation`, `SystemModel.variance`, `SystemModel.jacobian` and `SystemModel.jacobianTranspose` fields.
121
+
The function allows the addition of the multiple factor nodes using the same input data format as well as the initial factor graph. The function accepts the following parameters: composite type `GraphicalModel`; the `mean` and `variance` vectors represent new measurement values and variances. The keyword `jacobian` with corresponding coefficients defines the set of equations that define new factor nodes. Also, function initializes messages from variable nodes to a new factor node using results from the last GBP iteration. Note that the function also affects `SystemModel.observation`, `SystemModel.variance`, `SystemModel.jacobian` and `SystemModel.jacobianTranspose` fields.
0 commit comments