Displaying 1 result from an estimated 1 matches for "minvariance".
Did you mean:
invariance
2008 Jul 28
2
Rf_error crashes entire program.
...o I'm fairly sure it's not machine dependent and I've
tried it on the latest versions 2.6.0-2.7.1. Whenever my program gets to an
error or warning it crashes the entire program rather than throwing the
error like it should.
Here are the relevant bits.
...
char const * const ExeedsMinVarianceError = "PFDA ERR: Near zero
variance encountered. Estimation Unstable. Terminating Estimation.";
....
if(debug){printf("Da:\n");printmat(DaOld,1,*ka);fflush(stdout);}
daxpy_(ka, &mOne, Da, &one, DaOld, &one);
for(i=0;i<*ka;i++)convergenceC...