Difference between revisions of "IdentPred"

(Created page with "[[category::Operators]] = x[Time-n] = <code>x[Time-n]</code> is used inside a Dynamic() function to refer to a previous time period, «n» steps back along Time. Whe...")
 
m
Line 1: Line 1:
[[category::Operators]]
+
[[category:Operators]]
  
 
= x[Time-n] =
 
= x[Time-n] =

Revision as of 20:01, 14 August 2015


x[Time-n]

x[Time-n] is used inside a Dynamic() function to refer to a previous time period, «n» steps back along Time. When used in Dynamic[J]() along the dynamic index J, you would use x[J-n].

This is synonymous with the slice expression x[@Time=Time-n].

See also

Comments


You are not allowed to post comments.