Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a small wrapper on regexpr to extract the matches and captured groups from the match of a regular expression to a character vector.
This package helps accessing files relative to a project root. It provides helpers for robust, reliable and flexible paths to files below a project root. The root of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
This package provides methods for caching or memoization of objects and results. With this package, any R object can be cached in a key-value storage where the key can be an arbitrary set of R objects. The cache memory is persistent (on the file system).
This package provides a fast implementation of Random Forests, particularly suited for high dimensional data. Ensembles of classification, regression, survival and probability prediction trees are supported. Data from genome-wide association studies can be analyzed efficiently.
dcor is distance correlation and energy statistics in Python.
E-statistics are functions of distances between statistical observations in metric spaces. Distance covariance and distance correlation are dependency measures between random vectors introduced in [SRB07] with a simple E-statistic estimator.
This package offers functions for calculating several E-statistics such as:
This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed.
rchitect provides access to R functionality from Python. Its main use is as the driver for radian, the R console.
This package implements a Dynamic Nested Sampling for computing Bayesian posteriors and evidences.
This package provides a backend for the selecting functions of the tidyverse. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other tidyverse interfaces for selection.
PyMC (formerly PyMC3) is a Python package for Bayesian statistical modeling focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (VI) algorithms.
emcee is a Python implementation of the affine-invariant ensemble sampler for Markov chain Monte Carlo (MCMC).
This package provides functions to query the main R repository to find the versions that r-release and r-oldrel refer to, and also all previous R versions and their release dates.
This package provides an implementation of the Ensemble Slice Sampling method. Features:
fast & Robust Bayesian Inference
efficient Markov Chain Monte Carlo (MCMC)
black-box inference, no hand-tuning
excellent performance in terms of autocorrelation time and convergence rate
scale to multiple CPUs without any extra effort
automated Convergence diagnostics
This package provides useful utilities from Seminar fuer Statistik ETH Zurich, including many that are related to graphics.
This package provides the Breiman and Cutler's random forests algorithm, based on a forest of trees using random inputs, for classification and regression.
This package is a port of the S+ "Robust Library". It provides methods for robust statistics, notably for robust regression and robust multivariate analysis.
The RSP markup language provides a powerful markup for controlling the content and output of LaTeX, HTML, Markdown, AsciiDoc, Sweave and knitr documents (and more), e.g. Today's date is <%=Sys.Date()%>. Contrary to many other literate programming languages, with RSP it is straightforward to loop over mixtures of code and text sections, e.g. in month-by-month summaries. RSP has also several preprocessing directives for incorporating static and dynamic contents of external files (local or online) among other things. RSP is ideal for self-contained scientific reports and R package vignettes.
The trimmed k-means clustering method by Cuesta-Albertos, Gordaliza and Matran (1997). This optimizes the k-means criterion under trimming a portion of the points.
This package analyzes data with robust methods such as regression methodology including model selections and multivariate statistics.
Emacs Speaks Statistics (ESS) is an add-on package for GNU Emacs. It is designed to support editing of scripts and interaction with various statistical analysis programs such as R, Julia, and JAGS.
Rapid, simulation-based exact (restricted) likelihood ratio tests for testing the presence of variance components/nonparametric terms for models fit with nlme::lme(), lme4::lmer(), lmeTest::lmer(), gamm4::gamm4(), mgcv::gamm() and SemiPar::spm().
This package provides a collection of (mostly simple) functions for generating and manipulating colors in R.
Patsy is a Python package for describing statistical models and for building design matrices.
This package finds the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library. Provides approximate, exact searches, fixed radius searches, bd and kb trees.