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