Description Usage Arguments Value
Calculates fourth expectation in section 2.6
1 2 3 4 5 6 7 8 9 10 11 | CalcClassificationLin(
data,
class,
freq_vec,
pi_0,
forw,
backw,
likelihoods,
max2,
max3
)
|
data |
two dimensional matrix for individual. 1st dimension is time 2nd is partially observed data |
class |
classification probabilities |
freq_vec |
frequency vector to go along with data |
pi_0 |
probability of being stayer |
forw |
forward quantity for each individual |
backw |
backward quantity for each individual |
likelihoods |
list of likelihoods for each individual |
max2 |
number of values the second test can take on |
max3 |
number of values the third test can take on |
estimates matrix of classification probabilities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.