LinearTrend.apply#
- LinearTrend.apply(t)[source]#
Create the linear trend for the given x values.
- Parameters:
- t
XTensorLike 1D array of strictly increasing time values for the trend starting from 0.
- t
- Returns:
XTensorVariableXTensorVariable with the trend values.