ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

User documentation error ? #102

Closed stumarcus314 closed 3 years ago

stumarcus314 commented 3 years ago

In the user documentation (see the link below), shouldn't it say W_{ii} = 1/ (\sigmai^2) instead of W{ii} = 1/ (\sqrt \sigma_i) ?

https://ralfit.readthedocs.io/projects/Fortran/en/latest/?badge=latest

talassio commented 3 years ago

Lines of interest regarding the handling of W_{ii}: https://github.com/ralna/RALFit/blob/415d945c9173f0cdb5a192662ed41e6dbbfa9612/libRALFit/src/ral_nlls_internal.f90#L303-L321