Category Archives: Newton

Non linear regression – 2; ALGLIB functions

The previous post looked at using the Excel Solver to fit a non-linear equation to a given set of data, using the least squares method.  This approach is reasonably convenient and straightforward, but it has a number of disadvantages: The … Continue reading

Posted in AlgLib, Concrete, Excel, Maths, Newton, UDFs, VBA | Tagged , , , , , | 8 Comments

Non linear regression – 1

Recent posts have described how to fit linear equations (or equations that can be made linear) to a set of data, using the Excel Linest functions, or User Defined Functions (UDF’s) linking to the ALGLIB library (see Using LINEST for non-linear … Continue reading

Posted in AlgLib, Concrete, Excel, Maths, Newton | Tagged , , , | 6 Comments

Charts for discussion

See the comment from Georg Ströhlein under 2D Spline Interpolation with ALGLIB Here are the charts referred to:

Posted in Charts, Excel, Maths, Newton | Tagged , | 1 Comment

ALGLIB linear and polynomial fitting functions

As promised here: Fitting high order polynomials this post presents details of four Excel User Defined Functions (UDFs) linking with ALGLIB functions for least squares fitting of linear and polynomial functions.  The new functions are: AL_Linest: AL_LinestCW: AL_PolyFit: and AL_PolyFitCW: These functions have been added … Continue reading

Posted in AlgLib, Excel, Maths, Newton, UDFs, VBA | Tagged , , , , , , | 5 Comments

Two more letters

I can’t help feeling that I was a little unfair to Douglas Hofstadter in my last post, so as these were hypothetical letters, I will travel back in time, and send two more, enquiring whether a reductionist or a holistic … Continue reading

Posted in Newton | Tagged , , , , , , | 2 Comments