Back to Adaptive Vision Library website

You are here: Start » Function Reference » Regression Analysis

Regression Analysis

Select a function from the list below.

IconNameDescription
LinearRegressionComputes linear regression of given point set.
LinearRegression_LTEComputes linear regression of given point set using Least Trimmed Error algorithm.
LinearRegression_MComputes linear regression of given point set using selected M-estimator for outlier suppression.
LinearRegression_RANSACComputes linear regression of given point set using RANSAC.
LinearRegression_TheilSenComputes linear regression of given point set using TheilSen algorithm.
Statistics_OfArrayComputes basic statistical information out of an array of real numbers. The array must be not empty.
Statistics_OfLoopComputes basic statistical information out of real numbers appearing in consecutive iterations.