LinFit.Yvalue()


Type: INSTANCE FUNCTION

Purpose: Function Return the y-value of the line given an appropriate x-value.

LinFit.Crunch() must be called before the return value is meaningful.

Usage:

Y = LinFit.Yvalue(Xvalue)       Xvalue REAL

x-value for which the corresponding y-value is to be found.

Y REAL y-value corresponding to the given x-value.

Related Topics Link IconRelated Topics