nls2 |
nls2
What's new |
---|
#include <string.h>dans src/analder/analyse.c, chargCond.c, erreAnal.c, gereIden.c
strcpy(Noms[0], ...devrait être
strcpy(*(Noms[0]), ...par exemple. Mais la 2ième syntaxe, provoquant des "segmentation faults", on garde la 1ière solution, bien qu'elle provoque des warnings.
#include <stdio.h> #include <stdlib.h> #include <string.h>dans src/Basic/nlmacros.h
#include <stdlib.h>dans src/analder/TanalDer.c, src/Inv/crinv.c, src/Psi/crpsi.c, à cause de l'instruction "exit" utilisée dans ces fichiers.
February, 24, 2006:
the binomial, multinomial, bernoulli, poisson family for the model ("gaussian" by default).
Consequently, the novelties in the input are:
The novelties in the output are:
=> new version of the package: nls2.2002.1.
iscreen_pl1cnls2(xmat, y, id=curvey,ncurvey, xfit, yfit, ncurvefit=n, jump, etc..instead of:
iscreen_pl1cnls2(xmat, y, id=curvey,ncurvey, xfit, yfit, ncurvefit, jump, etc..So, in the plot where all the curves are represented, there was only one line instead of one line per curve (for example, in the results of plfit.)
if (renls2.out$message !=0) breakbecomes:
if (renls2.out$code !=0) break