Linear TimeSeries: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | ''' | | style="background:yellow; color:black; width:800px" | '''timeSeries Linear $tag? <-factor $cFactor>''' | ||
|} | |} | ||
Revision as of 21:13, 23 February 2010
This command is used to construct a TimeSeries object in which the load factor applied is linearly proportional to the time in the domain, i.e.
<math> \lambda = f(t) = cFactor*t</math>
| timeSeries Linear $tag? <-factor $cFactor> |
| $tag | unique tag among TimeSeries objects. |
| $cFactor | the linear factor (optional, default=1.0) |
Code Developed by: fmk
