Skip to content

Commit

Permalink
Zeffiro developer: A regular push adding the changes made in the curr…
Browse files Browse the repository at this point in the history
…ent local repository to the remote origin. Contents of the folders ./data/ and ./profile/ are ignored. The update necessitates creating a personal access token.
sampsapursiainen committed Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f777ace commit ff1960d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/Kalman/m/find_evolution_prior.m
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
% q to evolution prior
% db(q/time_step/(svds(L,1)^2 * theta0))

q = time_step*svds(L,1).^(2)*10^(evolution_prior_db/20) * theta0;
%q = time_step*10^(evolution_prior_db/20) * theta0;
%q = time_step*svds(L,1).^(2)*10^(evolution_prior_db/20) * sqrt(theta0);
q = time_step*10^(evolution_prior_db/20) * theta0;

end

0 comments on commit ff1960d

Please sign in to comment.