Curve Fitting and Smoothing formulas
Curve Fitting and Smoothing formulas
What formulas are used for calculating Curve Fitting and Smoothing functions in TeeChart ActiveX v7.0.0.4?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Alex,
For curve fitting functions:
TCurveFittingFunction constructs a polynomial line based on its DataSource Series values.
The algorithm used to fit the points is a Gaussian Polynomial.
Use the PolyDegree property to determine the number of polynomial coefficients.
Regarding smoothing function please have a look at this Martijn van Engeland message whose interpolations TeeChart uses, with his permission.
For curve fitting functions:
TCurveFittingFunction constructs a polynomial line based on its DataSource Series values.
The algorithm used to fit the points is a Gaussian Polynomial.
Use the PolyDegree property to determine the number of polynomial coefficients.
Regarding smoothing function please have a look at this Martijn van Engeland message whose interpolations TeeChart uses, with his permission.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Alex,
The degree of the polynomial is configurable from 2 to 20. Smoothing factor goes from 1 to 100.
The degree of the polynomial is configurable from 2 to 20. Smoothing factor goes from 1 to 100.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |