Description Usage Arguments Value
Calculates a linear least-squares regression for the values of the time series versus the sequence from 0 to length of the time series minus one.
1 | LinearTrend(arr)
|
arr |
KHIVA array with the time series. |
List of KHIVA Array with: pvalue: The pvalues for all time series. rvalue: The rvalues for all time series. intercept: The intercept values for all time series. slope: The slope for all time series. stdrr: The stderr values for all time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.