]> henry.ined.fr Git - .git/commit
* src/imach.c: 'Not a number' more clear if Hessian not invertable
authornbrouard <nicolas.brouard@libertysurf.fr>
Wed, 25 Dec 2024 11:36:15 +0000 (12:36 +0100)
committernbrouard <nicolas.brouard@libertysurf.fr>
Wed, 25 Dec 2024 11:36:15 +0000 (12:36 +0100)
commitc3bf2d2728b60c455972466550533cd0b08e1152
tree6e5eacb3b11a58d1b8c27759a616912295052377
parent1abc520f20404e440271e172816fa95b6d0e4a7a
* src/imach.c: 'Not a number' more clear if Hessian not invertable

When the Likelihood can't be maximised in all directions, the Hessian
can't be estimated correctly and can be inverted, or, if it is
inverted, some computed variances are 'negative' and their square
roots produce, in C language, what is called a 'nan' which means 'Not a number'.
A new sentence is printed when the Wald statistics are produced.
src/imach.c