[Haskell-cafe] Re: hmatrix's fitModel function crashes ghc(i)

2010-11-07 Thread Roel van Dijk
Cool, this means hmatrix is still an option for my fitting problem. The problem is a bit annoying but I can work with it. My assumption about the cause of the problem (wrong number of arguments) made me miss the real problem. Thanks for the explanation.

[Haskell-cafe] Re: hmatrix's fitModel function crashes ghc(i)

2010-11-06 Thread Alberto Ruiz
Hello Roel, Roel van Dijk wrote: Hello, I would like to use hmatrix to do some function fitting with the Levenberg Marquardt algorithm. As an example I would like to fit the very simple function f x = a*x + b on some data points. The problem is that executing the 'fitModel' function crashes