[Dart-dev] [10602] DART/trunk/DART_LAB/matlab/oned_model.m: change equation to have subscripts for time t and t+1
nancy at ucar.edu
nancy at ucar.edu
Mon Aug 1 11:12:50 MDT 2016
Revision: 10602
Author: nancy
Date: 2016-08-01 11:12:50 -0600 (Mon, 01 Aug 2016)
Log Message:
-----------
change equation to have subscripts for time t and t+1
Modified Paths:
--------------
DART/trunk/DART_LAB/matlab/oned_model.m
-------------- next part --------------
Modified: DART/trunk/DART_LAB/matlab/oned_model.m
===================================================================
--- DART/trunk/DART_LAB/matlab/oned_model.m 2016-08-01 15:48:14 UTC (rev 10601)
+++ DART/trunk/DART_LAB/matlab/oned_model.m 2016-08-01 17:12:50 UTC (rev 10602)
@@ -1093,7 +1093,7 @@
plot(x, handles.ens, 'b*', 'MarkerSize', 6);
hold on;
- str = 'x = x + (x+model bias) + a{\cdot}x{\cdot}{\mid}x{\mid}';
+ str = 'x_t_+_1 = x_t + (x_t+model bias) + a{\cdot}x_t{\cdot}{\mid}x_t{\mid}';
title({str,'observation is a draw from N(0,1)'},'FontSize',18)
% Include the 0 line as the truth for all times
More information about the Dart-dev
mailing list