Mutivariate Regression (GSL Topic: "Fitting")
Brian Gough
bjg@network-theory.co.uk
Wed Dec 19 13:20:00 GMT 2001
Tom Browder writes:
> I just started using GSL and wonder if it is possible to allow for
> a constant in the multifit function?
It should be possible. For gsl_multifit_linear use a column of 1's in
the matrix 'X'. For the non-linear case it should work the same as
other parameters. If it does not work let us know.
> The following would also be nice additions to the multifit
> function suite (see MS Excel regression output for example):
> 1. Produce the correlation coefficient (r) and other statistics.
> 2. Allow fit variable weighting (not observation weighting).
> 3. Allow for principal factor computations.
Thanks for the suggestions, I'll add them to the TODO file in case
anyone wants to work on them.
regards
Brian Gough
More information about the Gsl-discuss
mailing list