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 the Breiman and Cutler's random forests algorithm, based on a forest of trees using random inputs, for classification and regression.
Visual predictive checks are a commonly used diagnostic plot in pharmacometrics, showing how certain statistics (percentiles) for observed data compare to those same statistics for data simulated from a model. The package can generate VPCs for continuous, categorical, censored, and (repeated) time-to-event data.
Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.
R is a language and environment for statistical computing and graphics. It provides a variety of statistical techniques, such as linear and nonlinear modeling, classical statistical tests, time-series analysis, classification and clustering. It also provides robust support for producing publication-quality data plots. A large amount of 3rd-party packages are available, greatly increasing its breadth and scope.
ROCR is a flexible tool for creating cutoff-parameterized 2D performance curves by freely combining two from over 25 performance measures (new performance measures can be added using a standard interface). Curves from different cross-validation or bootstrapping runs can be averaged by different methods, and standard deviations, standard errors or box plots can be used to visualize the variability across the runs. The parameterization can be visualized by printing cutoff values at the corresponding curve positions, or by coloring the curve according to cutoff. All components of a performance plot can be quickly adjusted using a flexible parameter dispatching mechanism.
This package implements a Dynamic Nested Sampling for computing Bayesian posteriors and evidences.
This package provides tools to convert R Markdown documents into a variety of formats.
Command-line tool and C library for reading files from popular stats packages like SAS, Stata and SPSS.
This package provides methods and classes for object-oriented programming in R with or without references. Large effort has been made on making definition of methods as simple as possible with a minimum of maintenance for package developers.
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
Similarity Weighted Nonnegative Embedding (SWNE) is a method for visualizing high dimensional datasets. SWNE uses Nonnegative Matrix Factorization to decompose datasets into latent factors, projects those factors onto 2 dimensions, and embeds samples and key features in 2 dimensions relative to the factors. SWNE can capture both the local and global dataset structure, and allows relevant features to be embedded directly onto the visualization, facilitating interpretation of the data.
stb-sprintf implements fast sprintf, snprintf for C/C++.
stb-image-write is a small library for writing image files to the C stdio interface.
stb-truetype is a library for parsing, decoding, and rasterizing characters from TrueType fonts.
This package contains a variety of small independent libraries for the C programming language.
stb-image is a small and self-contained library for image loading or decoding from file or memory. A variety of formats are supported.
stb-image-resize2 is a library that supports scaling and translation of images.
stb-rect-pack is a small rectangle packing library useful for, e.g., packing rectangular textures into an atlas. It does not do rotation.
stb-image-resize is a library that supports scaling and translation of images. This library is deprecated; stb-image-resize2 should be used instead.
This package provides a helper class for working with steno strokes.
Plover (rhymes with lover) is a desktop application that allows anyone to use stenography to write on their computer, up to speeds of 200WPM and beyond.
Storage Performance Development Kit provides a set of tools and libraries for writing high performance,scalable, user-mode storage applications.
Ceph is a distributed storage system designed for reliability and performance. It provides network-based block devices (RBD), a POSIX compliant file system (CephFS), and offers compatibility with various storage protocols (S3, NFS, and others) through the RADOS gateway.
Human is a small program which translate numbers into a human readable format. By default, it tries to detect the best factorisation, but you can force its output. You can adjust the number of decimals with the SCALE environment variable.