Difference between revisions of "Time"
Line 1: | Line 1: | ||
[[Category:System Variables]] | [[Category:System Variables]] | ||
− | = SysVar Time = | + | |
+ | == SysVar Time == | ||
[[Time]] is a built-in index available in Analytica. You can get to this variable from the '''Definition''' menu (option '''Show Time''' from browse mode or '''Edit Time''' from edit mode). | [[Time]] is a built-in index available in Analytica. You can get to this variable from the '''Definition''' menu (option '''Show Time''' from browse mode or '''Edit Time''' from edit mode). | ||
− | The [[Time]] index behaves like any other Analytica index. It can be used as a dimension for arrays and tables, | + | The [[Time]] index behaves like any other Analytica index. It can be used as a dimension for arrays and tables, referred to by identifier in expressions, and operated over in array functions. In addition, [[Time]] provides an extra functionality not available to other indexes -- its use with [[Dynamic]]. |
[[Dynamic|Dynamic models]] compute the value of a variable from the values of itself or other variables at earlier points in [[Time]]. Dynamic loops between variables, creating cycles on the influence diagram, are then possible. This ability to recur over the [[Time]] index is a very powerful feature of Analytica, and is something that is only possible over this special system index, [[Time]]. | [[Dynamic|Dynamic models]] compute the value of a variable from the values of itself or other variables at earlier points in [[Time]]. Dynamic loops between variables, creating cycles on the influence diagram, are then possible. This ability to recur over the [[Time]] index is a very powerful feature of Analytica, and is something that is only possible over this special system index, [[Time]]. | ||
− | = See Also = | + | == See Also == |
− | |||
* [[Dynamic]] | * [[Dynamic]] | ||
* [[:Category:System Variables]] | * [[:Category:System Variables]] |
Revision as of 23:37, 12 January 2016
SysVar Time
Time is a built-in index available in Analytica. You can get to this variable from the Definition menu (option Show Time from browse mode or Edit Time from edit mode).
The Time index behaves like any other Analytica index. It can be used as a dimension for arrays and tables, referred to by identifier in expressions, and operated over in array functions. In addition, Time provides an extra functionality not available to other indexes -- its use with Dynamic.
Dynamic models compute the value of a variable from the values of itself or other variables at earlier points in Time. Dynamic loops between variables, creating cycles on the influence diagram, are then possible. This ability to recur over the Time index is a very powerful feature of Analytica, and is something that is only possible over this special system index, Time.
Enable comment auto-refresher