Activity
chore: automated gen of readme
chore: automated gen of readme
refactor: enhanced code, removed redundancies
refactor: enhanced code, removed redundancies
fix: added seed before call to minpack.lm
fix: added seed before call to minpack.lm
test: added unit tests for new computation options
test: added unit tests for new computation options
feat: working on implementing better guess for nls gauss-newton method
feat: working on implementing better guess for nls gauss-newton method
feat: added implementation of minpack.lm nls solving with good guess …
feat: added implementation of minpack.lm nls solving with good guess …
feat: preparing implementation of alternative algorithm using minpack.lm
feat: preparing implementation of alternative algorithm using minpack.lm
fix: fixed implementation of nls_solver
fix: fixed implementation of nls_solver
refactor: common nls2-code to nls_solver fun
refactor: common nls2-code to nls_solver fun
refactor: stopifnot with understandable msgs
refactor: stopifnot with understandable msgs