Description Usage Arguments Value
View source: R/getJointModel.R
Builds the joint HMM model using the emmission probabilities
given by getEmissionProbsJointModel()
.
1 2 3 4 5 6 7 | getJointModel(
nrows,
ncols,
jointEmissionProbs,
initSteady = TRUE,
aprioriJointProb = NULL
)
|
nrows |
Number of rows in the grid. |
ncols |
Number of columns in the grid. |
jointEmissionProbs |
A (sparse) matrix with the joint event location
probabilities. The number of rows equals the number of tiles in the grid and
the number of columns equals the number of antennas. This matrix is obtained by
calling |
initSteady |
If TRUE the initial apriori distribution is set to the steady state of the transition matrix, if FALSE the apriori distribution should be given as a parameter. |
aprioriJointProb |
The apriori distribution for the HMM model. It is needed only if initSteady is FALSE. |
Returns an HMM model with the initial apriori distribution set to the
steady state of the transition matrix or to the value given by
aprioriJointProb
parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.