LinearTrend.apply#

LinearTrend.apply(t)[source]#

Create the linear trend for the given x values.

Parameters:
tpt.TensorLike

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

Returns:
pt.TensorVariable

TensorVariable with the trend values.