Back to FabImage Library website
You are here: Start » Function Reference » Regression Analysis
Regression Analysis
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
LinearRegression | Computes linear regression of given point set. | Professional |
![]() |
LinearRegression_LTE | Computes linear regression of given point set using Least Trimmed Error algorithm. | Professional |
![]() |
LinearRegression_M | Computes linear regression of given point set using selected M-estimator for outlier suppression. | Professional |
![]() |
LinearRegression_RANSAC | Computes linear regression of given point set using RANSAC. | Professional |
![]() |
LinearRegression_TheilSen | Computes linear regression of given point set using TheilSen algorithm. | Professional |
![]() |
QuadraticRegression | Computes quadratic regression of given point set. | Professional |
![]() |
QuadraticRegression_M | Computes quadratic regression of given point set using selected M-estimator for outlier suppression. | Professional |
![]() |
QuadraticRegression_RANSAC | Computes quadratic regression of given point set using RANSAC. | Professional |
![]() |
Statistics_OfArray | Computes basic statistical information out of an array of real numbers. The array must be not empty. | Professional |
![]() |
Statistics_OfLoop | Computes basic statistical information out of real numbers appearing in consecutive iterations. | Professional |