Prediction
PURPOSE 
Belief evolution given a transition model.
SYNOPSIS 
function bOut=Prediction(b,t,Sp)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- GBelief Gaussian-based belief constructor.
- Compose Composes a Gaussian mixture with a Gaussian.
- Crop Limits all means to be inside the given space.
- Crop Forces the Gaussian mean to be in a given space.
- Crop Forces a state to be in a given continuous sub-space.
- Crop Forces a state to be in a given discrete space.
This function is called by:
SOURCE CODE 
|