Description Usage Arguments Value
# Function to compute marginal distributions of path measure given initial a Gaussian initial distribution and Gaussian Markov transition kernels of the form: x_t | x_t-1 is Gaussian with mean = K_t x_t-1 + r_t and covariance = S_t. "initial" is a list containing the initial parameters. "transitions" is a list containing Kmats, rvecs and Smats, which are arrays containing the transition parameters. For each, the range of the last index gives the number of steps.
1 | LQG_path_marginals(initial, transitions)
|
initial |
list with keys:
|
transitions |
list with keys:
|
list with keys:
mean
covs
inv.covs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.