search for: p_tot

Displaying 4 results from an estimated 4 matches for "p_tot".

2016 Mar 10
2
rmultinom.c error probability not sum to 1
Dear all, I have a questions regarding using the c function rmultinom.c. I got the following error message "rbinom: probability sum should be 1, but is 0.999264" Which is thrown by: if(fabs((double)(p_tot - 1.)) > 1e-7) MATHLIB_ERROR(_("rbinom: probability sum should be 1, but is %g"), (double) p_tot); I understand my probabilities do not sum to one close enough. I tried the following, p[2] = 1. - p[0] - p[1], where 'p', are the probabilities but this is not sufficient to pa...
2016 Mar 10
3
rmultinom.c error probability not sum to 1
..., at 12:47 , M.van_Iterson at lumc.nl wrote: > Dear all, > > I have a questions regarding using the c function rmultinom.c. > > I got the following error message "rbinom: probability sum should be 1, but is 0.999264" > > Which is thrown by: > > if(fabs((double)(p_tot - 1.)) > 1e-7) > MATHLIB_ERROR(_("rbinom: probability sum should be 1, but is %g"), > (double) p_tot); > > I understand my probabilities do not sum to one close enough. I tried the following, > p[2] = 1. - p[0] - p[1], where 'p', are the probabilities but this i...
2016 Mar 10
0
rmultinom.c error probability not sum to 1
...12:47 , M.van_Iterson at lumc.nl wrote: > Dear all, > > I have a questions regarding using the c function rmultinom.c. > > I got the following error message "rbinom: probability sum should be 1, but is 0.999264" > > Which is thrown by: > > if(fabs((double)(p_tot - 1.)) > 1e-7) > MATHLIB_ERROR(_("rbinom: probability sum should be 1, but is %g"), > (double) p_tot); > > I understand my probabilities do not sum to one close enough. I tried the following, > p[2] = 1. - p[0] - p[1], where 'p', are the probabilities but this...
2016 Mar 10
0
rmultinom.c error probability not sum to 1
...> >> Dear all, >> >> I have a questions regarding using the c function rmultinom.c. >> >> I got the following error message "rbinom: probability sum should be 1, but is 0.999264" >> >> Which is thrown by: >> >> if(fabs((double)(p_tot - 1.)) > 1e-7) >> MATHLIB_ERROR(_("rbinom: probability sum should be 1, but is %g"), >> (double) p_tot); >> >> I understand my probabilities do not sum to one close enough. I tried the following, >> p[2] = 1. - p[0] - p[1], where 'p', are the pro...