Skip to content

Commit

Permalink
tweaked width of initial prior guess
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvdm committed Jan 21, 2014
1 parent d9044cc commit 1eaac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/+ebfret/+analysis/+hmm/guess_prior.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
% assume dwell time is 1/2 of average time series length
theta.tau = 0.5 * mean(T) * ones(K,1);
% set counts
counts.mu = 0.1 * strength * ones(K,1);
counts.mu = 0.025 * strength * ones(K,1);
counts.lambda = 1 * strength * ones(K,1);
counts.tau = K * strength * ones(K,1);

Expand Down

0 comments on commit 1eaac82

Please sign in to comment.