Description Usage Arguments Value
Calculates a linear least-squares regression for two sets of measurements. Both arrays should have the same length.
1 | Linear(xss, yss)
|
xss |
KHIVA array with the time series. |
yss |
KHIVA array with the time series. |
List with: slope Slope of the regression line. intercept Intercept of the regression line. rvalue Correlation coefficient. pvalue Two-sided p-value for a hypothesis test whose null hypothesis is that the slope is zero, using Wald Test with t-distribution of the test statistic. stderrest Standard error of the estimated gradient.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.