mcmc - Markov Chain Monte Carlo
Simulates continuous distributions of random vectors using Markov chain Monte Carlo (MCMC). Users specify the distribution by an R function that evaluates the log unnormalized density. Algorithms are random walk Metropolis algorithm (function metrop), simulated tempering (function temper), and morphometric random walk Metropolis (Johnson and Geyer, 2012, <doi:10.1214/12-AOS1048>, function morph.metrop), which achieves geometric ergodicity by change of variable.
Last updated
9.05 score 140 dependents 390 scripts 17k downloadsrcdd - Computational Geometry
R interface to (some of) cddlib (<https://github.com/cddlib/cddlib>). Converts back and forth between two representations of a convex polytope: as solution of a set of linear equalities and inequalities and as convex hull of set of points and rays. Also does linear programming and redundant generator elimination (for example, convex hull in n dimensions). All functions can use exact infinite-precision rational arithmetic.
Last updated
gmp
5.92 score 36 dependents 182 scripts 4.3k downloadsump - Uniformly Most Powerful Tests
Does uniformly most powerful (UMP) and uniformly most powerful unbiased (UMPU) tests. At present only distribution implemented is binomial distribution. Also does fuzzy tests and confidence intervals (following Geyer and Meeden, 2005, <doi:10.1214/088342305000000340>) for the binomial distribution (one-tailed procedures based on UMP test and two-tailed procedures based on UMPU test).
Last updated
2.89 score 1 dependents 26 scripts 592 downloadssped - Multi-Gene Descent Probabilities
Do multi-gene descent probabilities (Thompson, 1983, <doi:10.1098/rspb.1983.0072>) and special cases thereof (Thompson, 1986, <doi:10.1002/zoo.1430050210>) including inbreeding and kinship coefficients. But does much more: probabilities of any set of genes descending from any other set of genes.
Last updated
2.57 score 37 scripts 202 downloadspooh - Partial Orders and Relations
Finds equivalence classes corresponding to a symmetric relation or undirected graph. Finds total order consistent with partial order or directed graph (so-called topological sort).
Last updated
2.15 score 1 dependents 47 scripts 273 downloadsTSHRC - Two Stage Hazard Rate Comparison
Two-stage procedure compares hazard rate functions, which may or may not cross each other.
Last updated
1.92 score 1 dependents 28 scripts 486 downloadsCatDataAnalysis - Datasets for Categorical Data Analysis by Agresti
Datasets used in the book "Categorical Data Analysis" by Agresti (2012, ISBN:978-0-470-46363-5) but not printed in the book. Datasets and help pages were automatically produced from the source <https://users.stat.ufl.edu/~aa/cda/data.html> by the R script foo.R, which can be found in the GitHub repository.
Last updated
1.00 score 5 scripts 339 downloads