Skip to content

Commit

Permalink
improved GaussianConditional docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Nov 9, 2023
1 parent 90a9e6f commit 66a3c08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gtsam/linear/GaussianConditional.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ namespace gtsam {

/**
* A GaussianConditional functions as the node in a Bayes network.
* It has a set of parents y,z, etc. and implements a probability density on x.
* It has a set of parents y,z, etc. and implements a Gaussian probability density p(x | y, z) on x.
* The negative log-density is given by \f$ \frac{1}{2} |Rx - (d - Sy - Tz - ...)|^2 \f$
* The mean of the conditional density is \f$ R^{-1}(d - Sy - Tz - ...) \f$.
* The covariance of the conditional density is given by the noise model and is constrained to be diagonal.
* @ingroup linear
*/
class GTSAM_EXPORT GaussianConditional :
Expand Down

0 comments on commit 66a3c08

Please sign in to comment.