Browse code

test change standard init

chakalakka authored on 11/02/2016 11:15:29
Showing 1 changed files

... ...
@@ -116,7 +116,7 @@ void R_univariate_hmm(int* O, int* T, int* N, double* size, double* prob, int* m
116 116
 				else if (i_state == 2)
117 117
 				{
118 118
 					//FILE_LOG(logDEBUG) << "Initializing size and prob for state 2";
119
-					imean = mean*2;
119
+					imean = mean*1.5;
120 120
 					ivariance = variance*2;
121 121
 				} 
122 122
 				// Make sure variance is greater than mean