Prediction
PURPOSE 
Belief evolution under the given action.
SYNOPSIS 
function [sOut bOut]=Prediction(AM,s,b,a,Sp)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- BeliefPrediction Belief evolution under a given action.
- rand Random state from a discrete belief.
- rand Random state from a belief.
- Crop Limits all means to be inside the given space.
- rand Generates random points on a GMixture.
- Crop Forces the Gaussian mean to be in a given space.
- rand Generates random ponts on a Gaussian.
- Crop Forces a state to be in a given continuous sub-space.
- rand Random state from a continuous space.
- Crop Forces a state to be in a given discrete space.
- rand Random state from a discrete space.
This function is called by:
SOURCE CODE 
|