ValLeastSquaresSlope ( XValueList ; YValueList ; Xmean ; Ymean )
Calculates the slope of a set of X,Y pairs by least squares fit
Average rating: 3.5 (2 votes) Log in to vote
Bill Thurmes - Show more from this author
MDCA http://www.miyotadca.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Calculates the slope of a set of X,Y pairs by applying a least squares fit
Note: The ¶-delimited list of X values must have the same ValueCount as the ¶-delimited list of Y values
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.