Displaying 4 results from an estimated 4 matches for "s11222".
Did you mean:
11222
2010 Sep 27
0
Bayesian Fractional Polynomials package "bfp" on CRAN
...rt try:
install.packages("bfp")
library(bfp)
example(BmaSamples)
and if you have more time, to reproduce results from the paper [1]:
demo(ozone)
Questions, suggestions or critique are very welcome!
Best regards,
Daniel
[1] Statistics & Computing paper:
http://dx.doi.org/10.1007/s11222-010-9170-7
[2] CRAN: http://cran.r-project.org/web/packages/bfp/index.html
[3] R-Forge: http://r-forge.r-project.org/projects/bfp/
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Apr 25
0
remarks on function pnbeta
...cently in the article of A.
Baharev, S. Kem?ny, On the computation of the noncentral F and
noncentral beta distribution, Statistics and Computing, 2008, in
press. Preprint of the paper is available here:
http://reliablecomputing.eu/publications.html
and the article here
http://dx.doi.org/10.1007/s11222-008-9061-3
I suggest increasing the itrmax to (at least) 2000, since practically
important values cannot be computed with the current value. For
example:
pnbeta(0.99992057, 25.0, 0.5, 34012.98, 1, 0);
needs 1649 iterations on my machine, and returns 0.0752037 instead of
the true value 0.100000....
2010 Sep 27
0
Bayesian Fractional Polynomials package "bfp" on CRAN
...rt try:
install.packages("bfp")
library(bfp)
example(BmaSamples)
and if you have more time, to reproduce results from the paper [1]:
demo(ozone)
Questions, suggestions or critique are very welcome!
Best regards,
Daniel
[1] Statistics & Computing paper:
http://dx.doi.org/10.1007/s11222-010-9170-7
[2] CRAN: http://cran.r-project.org/web/packages/bfp/index.html
[3] R-Forge: http://r-forge.r-project.org/projects/bfp/
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Apr 25
0
remarks on function pnbeta (PR#11277)
...ntly in the article of A.
Baharev, S. Kem=E9ny, On the computation of the noncentral F and
noncentral beta distribution, Statistics and Computing, 2008, in
press. Preprint of the paper is available here:
http://reliablecomputing.eu/publications.html
and the article here
http://dx.doi.org/10.1007/s11222-008-9061-3
I suggest increasing the itrmax to (at least) 2000, since practically
important values cannot be computed with the current value. For
example:
pnbeta(0.99992057, 25.0, 0.5, 34012.98, 1, 0);
needs 1649 iterations on my machine, and returns 0.0752037 instead of
the true value 0.100000....