search for: genzbrentz

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

2017 Oct 02
5
Issues with 'Miwa' algorithm in mvtnorm package
...rent algorithms, Miwa and GenzBretz using the code below: pmvnorm( mean = rep(0, 3), lower = rep(-Inf, 3), upper = rep(0, 3), sigma = A, algorithm = 'Miwa' )[1] The results are as expected, except when using matrix A with the Miwa algorithm. Matrix Miwa GenzBrentz -------------------------------------- A -10.766 0.041 B 0.041 0.041 -------------------------------------- Further investigation indicates that it is the values in locations (1,3) and (3,1) which are causing the issues; any values in the range (5*10^-7, 5*10^-9) and (-5*10^-9, -5*10^-7) giv...
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
...> pmvnorm( > mean = rep(0, 3), > lower = rep(-Inf, 3), > upper = rep(0, 3), > sigma = A, > algorithm = 'Miwa' > )[1] > > The results are as expected, except when using matrix A with the Miwa > algorithm. > > Matrix Miwa GenzBrentz > -------------------------------------- > A -10.766 0.041 > B 0.041 0.041 > -------------------------------------- > > Further investigation indicates that it is the values in locations (1,3) > and (3,1) which are causing the issues; any values in the range (5*10^-7, &gt...
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
...; upper = rep(0, 3), > > > sigma = A, > > > algorithm = 'Miwa' > > > )[1] > > > > > > The results are as expected, except when using matrix A with the Miwa > > > algorithm. > > > > > > Matrix Miwa GenzBrentz > > > -------------------------------------- > > > A -10.766 0.041 > > > B 0.041 0.041 > > > -------------------------------------- > > > > > > Further investigation indicates that it is the values in locations > (1,3) > > > an...
2017 Oct 02
0
Issues with 'Miwa' algorithm in mvtnorm package
...gt; lower = rep(-Inf, 3), > > upper = rep(0, 3), > > sigma = A, > > algorithm = 'Miwa' > > )[1] > > > > The results are as expected, except when using matrix A with the Miwa > > algorithm. > > > > Matrix Miwa GenzBrentz > > -------------------------------------- > > A -10.766 0.041 > > B 0.041 0.041 > > -------------------------------------- > > > > Further investigation indicates that it is the values in locations (1,3) > > and (3,1) which are causing the issues; an...