_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-chaospy 4.3.21
Propagated dependencies: python-numpoly@1.3.9 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://chaospy.readthedocs.io/en/master/
Licenses: Expat
Build system: pyproject
Synopsis: Numerical tool for performing uncertainty quantification
Description:

Chaospy is a numerical toolbox for performing uncertainty quantification using polynomial chaos expansions, advanced Monte Carlo methods implemented in Python. It also include a full suite of tools for doing low-discrepancy sampling, quadrature creation, polynomial manipulations, and a lot more.

python-kalepy 1.4.3
Propagated dependencies: python-matplotlib@3.10.8 python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3 python-six@1.17.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/lzkelley/kalepy
Licenses: GPL 3+ Expat
Build system: pyproject
Synopsis: Kernel Density Estimation (KDE) and sampling
Description:

This package performs KDE operations on multidimensional data to calculate estimated PDFs (probability distribution functions), and resample new data from those PDFs.

jags 4.3.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://mcmc-jags.sourceforge.net/
Licenses: GPL 2
Build system: gnu
Synopsis: Gibbs sampler
Description:

JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS. JAGS was written with three aims in mind:

  1. To have a cross-platform engine for the BUGS language;

  2. To be extensible, allowing users to write their own functions, distributions and samplers;

  3. To be a platform for experimentation with ideas in Bayesian modelling.

r-nnlm 0.4.4-1.4574bca
Propagated dependencies: r-rcpp@1.1.1-1.1 r-rcpparmadillo@15.2.6-1 r-rcppprogress@0.4.2
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/linxihui/NNLM
Licenses: FreeBSD
Build system: r
Synopsis: Fast and versatile non-negative matrix factorization
Description:

This is a package for Non-Negative Linear Models (NNLM). It implements fast sequential coordinate descent algorithms for non-negative linear regression and non-negative matrix factorization (NMF). It supports mean square error and Kullback-Leibler divergence loss. Many other features are also implemented, including missing value imputation, domain knowledge integration, designable W and H matrices and multiple forms of regularizations.

java-jdistlib 0.4.5
Propagated dependencies: java-jtransforms@3.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://jdistlib.sourceforge.net/
Licenses: GPL 2+
Build system: ant
Synopsis: Java library of statistical distributions
Description:

JDistlib is the Java Statistical Distribution Library, a Java package that provides routines for various statistical distributions.

r-spams 2.6.1
Propagated dependencies: r-lattice@0.22-9 r-matrix@1.7-5
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://gitlab.inria.fr/thoth/spams-devel/
Licenses: GPL 3+
Build system: r
Synopsis: Toolbox for solving sparse estimation problems
Description:

SPAMS (SPArse Modeling Software) is an optimization toolbox for solving various sparse estimation problems. It includes tools for the following problems:

  1. Dictionary learning and matrix factorization (NMF, sparse principle component analysis (PCA), ...)

  2. Solving sparse decomposition problems with LARS, coordinate descent, OMP, SOMP, proximal methods

  3. Solving structured sparse decomposition problems (l1/l2, l1/linf, sparse group lasso, tree-structured regularization, structured sparsity with overlapping groups,...).

python-statsmodels 0.14.5
Propagated dependencies: python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-patsy@1.0.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://www.statsmodels.org/v0.14.5/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Statistical modeling and econometrics in Python
Description:

Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.

python-nautilus-sampler 1.0.5
Propagated dependencies: python-numpy@2.3.1 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-threadpoolctl@3.6.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/johannesulf/nautilus
Licenses: Expat
Build system: pyproject
Synopsis: Neural Network-Boosted Importance Sampling for Bayesian Statistics
Description:

Nautilus is an pure-Python package for Bayesian posterior and evidence estimation. It utilizes importance sampling and efficient space exploration using neural networks. Compared to traditional MCMC and Nested Sampling codes, it often needs fewer likelihood calls and produces much larger posterior samples. Additionally, nautilus is highly accurate and produces Bayesian evidence estimates with percent precision. It is widely used in many areas of astrophysical research.

python-altair 5.3.0
Propagated dependencies: python-jinja2@3.1.2 python-jsonschema@4.23.0 python-numpy@2.3.1 python-pandas@2.3.3 python-setuptools@80.9.0 python-toolz@1.1.0 python-typing-extensions@4.15.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://altair-viz.github.io/
Licenses: Expat
Build system: pyproject
Synopsis: Declarative statistical visualization library for Python
Description:

Vega-Altair is a declarative statistical visualization library for Python.

python-resample 1.10.2
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/scikit-hep/resample
Licenses: Modified BSD
Build system: pyproject
Synopsis: Resampling-based inference in Python
Description:

This package provides a resampling-based inference based on data resampling and permutation.

Features:

  • Bootstrap resampling: ordinary or balanced with optional stratification

  • Extended bootstrap resampling: also varies sample size

  • Parametric resampling: Gaussian, Poisson, gamma, etc.)

  • Jackknife estimates of bias and variance of any estimator

  • Compute bootstrap confidence intervals (percentile or BCa) for any estimator

  • Permutation-based variants of traditional statistical tests (USP test of independence and others)

  • Tools for working with empirical distributions (CDF, quantile, etc.)

python-rpy2 3.6.7
Propagated dependencies: python-rpy2-rinterface@3.6.6 python-rpy2-robjects@3.6.5
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://rpy2.github.io
Licenses: MPL 2.0 GPL 2+ LGPL 2.1+
Build system: pyproject
Synopsis: Python interface to the R language
Description:

rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.

python-dcor 0.7
Propagated dependencies: python-array-api-compat@1.12.0 python-joblib@1.5.2 python-numba@0.62.1 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://dcor.readthedocs.io/
Licenses: Expat
Build system: pyproject
Synopsis: Distance correlation and related E-statistics in Python
Description:

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:

  • estimator of the energy distance [SR13]

  • biased and unbiased estimators of distance covariance and distance correlation [SRB07]

  • estimators of the partial distance covariance and partial distance covariance [SR14]

r-languageserver 0.3.18
Propagated dependencies: r-callr@3.7.6 r-collections@0.3.12 r-digest@0.6.39 r-fs@2.1.0 r-jsonlite@2.0.0 r-lintr@3.3.0-1 r-r6@2.6.1 r-roxygen2@8.0.0 r-stringi@1.8.7 r-styler@1.11.0 r-xml2@1.5.2 r-xmlparsedata@1.0.5
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/REditorSupport/languageserver/
Licenses: Expat
Build system: r
Synopsis: Language Server for R
Description:

This package provides an implementation of the Language Server Protocol for R. The Language Server protocol is used by an editor client to integrate features like auto completion.

r-xpose4 4.7.2
Propagated dependencies: r-lattice@0.22-9 r-hmisc@5.2-5 r-survival@3.8-6 r-dplyr@1.2.1 r-tibble@3.3.1 r-lazyeval@0.2.3 r-gam@1.22-7 r-readr@2.2.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://uupharmacometrics.github.io/xpose4/
Licenses: LGPL 3+
Build system: r
Synopsis: Diagnostics for nonlinear mixed-effect models
Description:

This package is a model building aid for nonlinear mixed-effects (population) model analysis using NONMEM, facilitating data set checkout, exploration and visualization, model diagnostics, candidate covariate identification and model comparison. The methods are described in Keizer et al. (2013) <doi:10.1038/psp.2013.24>, and Jonsson et al. (1999) <doi:10.1016/s0169-2607(98)00067-4>.

pspp 2.1.1
Dependencies: cairo@1.18.4 gettext-minimal@0.23.1 gsl@2.8 libxml2@2.14.6 pango@1.56.4 readline@8.2.13 gtk+@3.24.51 gtksourceview@4.8.4 spread-sheet-widget@0.10 zlib@1.3.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://www.gnu.org/software/pspp/
Licenses: GPL 3+
Build system: gnu
Synopsis: Statistical analysis
Description:

GNU PSPP is a statistical analysis program. It can perform descriptive statistics, T-tests, linear regression and non-parametric tests. It features both a graphical interface as well as command-line input. PSPP is designed to interoperate with Gnumeric, LibreOffice and OpenOffice. Data can be imported from spreadsheets, text files and database sources and it can be output in text, PostScript, PDF or HTML.

stb-image-write 1.16
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-write is a small library for writing image files to the C stdio interface.

stb 0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: gnu
Synopsis: Single file libraries for C/C++
Description:

This package contains a variety of small independent libraries for the C programming language.

stb-image 2.30
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

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-sprintf 1.10
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-sprintf implements fast sprintf, snprintf for C/C++.

stb-truetype 1.26
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-truetype is a library for parsing, decoding, and rasterizing characters from TrueType fonts.

stb-image-resize 0.97
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-resize is a library that supports scaling and translation of images. This library is deprecated; stb-image-resize2 should be used instead.

stb-image-resize2 2.12
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-image-resize2 is a library that supports scaling and translation of images.

stb-rect-pack 1.01
Dependencies: stb@0.0-3.2e2bef4
Channel: guix
Location: gnu/packages/stb.scm (gnu packages stb)
Home page: https://github.com/nothings/stb
Licenses: Expat Public Domain
Build system: trivial
Synopsis: Single file libraries for C/C++
Description:

stb-rect-pack is a small rectangle packing library useful for, e.g., packing rectangular textures into an atlas. It does not do rotation.

Total packages: 32521