LinearTrend.apply#

LinearTrend.apply(t)[source]#

Create the linear trend for the given x values.

Parameters:
tXTensorLike

1D array of strictly increasing time values for the trend starting from 0.

Returns:
XTensorVariable

XTensorVariable with the trend values.