LinearTrend.apply#

LinearTrend.apply(t)[source]#

Create the linear trend for the given x values.

Parameters:
tpt.TensorLike

Input values for the trend.

Returns:
pt.TensorVariable

TensorVariable with the trend values.