diff src/DynamicVector.h @ 9:75dcd1308658

looked at tempo process, likelihood function changed and improved. Now drawing using constrained vector function. Good working version.
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 23 Aug 2011 11:20:44 +0100
parents 4a8e6a6cd224
children 9860abc92a30
line wrap: on
line diff
--- a/src/DynamicVector.h	Fri Aug 19 19:45:46 2011 +0100
+++ b/src/DynamicVector.h	Tue Aug 23 11:20:44 2011 +0100
@@ -31,7 +31,8 @@
 	void addGaussianShapeByLookupTable(double& mean, double& StdDev, double& factor);
 	double gaussianLookupTable[GAUSSIAN_LOOKUP_LENGTH];
 	double gaussianLookupMean, gaussianLookupStdDev;
-	
+	double integratedEstimate;
+	void updateIntegratedEstimate();
 	
 	void drawVector(const int& minIndex, const int& maxIndex);
 	void drawConstrainedVector(const int& minIndex, const int& maxIndex, const int& minScreenIndex, const int& maxScreenIndex);