Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About parameterization and code in Parson Algorithm #6

Open
InesSoares opened this issue Mar 15, 2017 · 0 comments
Open

About parameterization and code in Parson Algorithm #6

InesSoares opened this issue Mar 15, 2017 · 0 comments

Comments

@InesSoares
Copy link

Hi,
Looking at the code in Parson algorithm,

   % calculate diff model params
    init = ones(1, length(state_means)) / length(state_means);
    num_states = length(init);
    idx = repmat(1:num_states,num_states,1);
    emit_mean = state_means(idx) - state_means(idx');
    emit_cov = state_covs(idx) + state_covs(idx');

What is the meaning of emit_mean and emit_cov?
For example, for emit_cov we obtain:

            OFF    ON
   OFF   10      45
   ON    45      80

It means that the variance OFF to ON is 45 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant