LinearTrend.apply# LinearTrend.apply(t)[source]# Create the linear trend for the given x values. Parameters: tpt.TensorLike1D array of strictly increasing time values for the trend starting from 0. Returns: pt.TensorVariableTensorVariable with the trend values.