Skip to content

Commit

Permalink
few more doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Mar 28, 2021
1 parent fd8320b commit 75441ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/src/concepts/interacting_fgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ getPPESuggested(fg, :l5)

There are values for mean, max, or hybrid combinations.

```@docs
getPPE
calcPPE
```

## Getting Many Marginal Samples

It is also possible to sample the above belief objects for more samples:
Expand Down
11 changes: 10 additions & 1 deletion docs/src/principles/approxConvDensities.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,16 @@ hatX1 = manikde!(pts, ContinuousScalar)

The functional object `X1` is now ready for other operations such as function evaluation or product computations discussed on [another principles page](http://www.juliarobotics.org/Caesar.jl/latest/principles/multiplyingDensities/). The `ContinuousScalar` manifold is just the real line in Euclidean space, internally denoted as single element tuple `(:Euclid,)`.

## A Handy ZMQ interface to Generic Convolutions
## `approxDeconv`

Analogous to a 'forward' convolution calculation, we can similarly approximate the inverse:
```@docs
approxDeconv
```

This feature is not yet as feature rich as the `approxConv` function, and also requires further work to improve the consistency of the calculation -- but none the less exists and is useful in many applications.

## ZMQ Interface [WORK IN PROGRESS]

> **NOTE** WIP on expanding ZMQ interface:
Expand Down

0 comments on commit 75441ad

Please sign in to comment.