TCustomFittingFunction.TypeFitting
 
 
 

All Units  All Classes  Properties, Methods and Events  

TCustomFittingFunction.TypeFitting
TCustomFittingFunction

property TypeFitting: TTypeFitting;

Unit
CurvFitt

Description
Default Value: cfPolynomial

The TypeFitting property specifies the method used by TCurveFittingFunction to calculate their point values. Currently only one fitting method is used: cfPolynomial

cfPolynomial means TCurveFittingFunction will solve a linear equation system having as input all DataSource points.

Then, for each DataSource X coordinate a new Y value will be obtained by applying the resulting polynomy coefficients.



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.