The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



DataY


Unit:SDL_math2
Class: TCurveFit
Declaration: property DataY[ix: integer]: double;

The read-only array property DataY returns the y-value of the ix -th data pair entered by EnterStatValue. The parameter ix may assume values between 1 and NumData. For ix -values outside this range DataY is zero.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): multilinreg



Last Update: 2023-Feb-06