LinearTrend.apply# LinearTrend.apply(t)[source]# Create the linear trend for the given x values. Parameters: tpt.TensorLikeInput values for the trend. Returns: pt.TensorVariableTensorVariable with the trend values.