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

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.


r-multanova 1.1.0
Propagated dependencies: r-ggrepel@0.9.8 r-ggplot2@4.0.3 r-ellipse@0.5.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MultANOVA
Licenses: GPL 3+
Build system: r
Synopsis: Analysis of Designed High-Dimensional Data using the Comprehensive MultANOVA Framework
Description:

This package provides a comprehensive and computationally fast framework to analyze high dimensional data associated with an experimental design based on Multiple ANOVAs (MultANOVA). It includes testing the overall significance of terms in the model, post-hoc analyses of significant terms and variable selection. Details may be found in Mahieu, B., & Cariou, V. (2025). MultANOVA Followed by Post Hoc Analyses for Designed Highâ Dimensional Data: A Comprehensive Framework That Outperforms ASCA, rMANOVA, and VASCA. Journal of Chemometrics, 39(7). <doi:10.1002/cem.70039>.

r-mmcsd 1.0.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-rlist@0.4.6.2 r-purrr@1.2.2 r-magrittr@2.0.5 r-knitr@1.51 r-dplyr@1.2.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=Mmcsd
Licenses: GPL 3+
Build system: r
Synopsis: Modeling Complex Longitudinal Data in a Quick and Easy Way
Description:

Matching longitudinal methodology models with complex sampling design. It fits fixed and random effects models and covariance structured models so far. It also provides tools to perform statistical tests considering these specifications as described in : Pacheco, P. H. (2021). "Modeling complex longitudinal data in R: development of a statistical package." <https://repositorio.ufjf.br/jspui/bitstream/ufjf/13437/1/pedrohenriquedemesquitapacheco.pdf>.

r-minb 0.1.0
Propagated dependencies: r-pscl@1.5.9 r-mass@7.3-65
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=minb
Licenses: GPL 3
Build system: r
Synopsis: Multiple-Inflated Negative Binomial Model
Description:

Count data is prevalent and informative, with widespread application in many fields such as social psychology, personality, and public health. Classical statistical methods for the analysis of count outcomes are commonly variants of the log-linear model, including Poisson regression and Negative Binomial regression. However, a typical problem with count data modeling is inflation, in the sense that the counts are evidently accumulated on some integers. Such an inflation problem could distort the distribution of the observed counts, further bias estimation and increase error, making the classic methods infeasible. Traditional inflated value selection methods based on histogram inspection are easy to neglect true points and computationally expensive in addition. Therefore, we propose a multiple-inflated negative binomial model to handle count data modeling with multiple inflated values, achieving data-driven inflated value selection. The proposed approach provides simultaneous identification of important regression predictors on the target count response as well. More details about the proposed method are described in Li, Y., Wu, M., Wu, M., & Ma, S. (2023) <arXiv:2309.15585>.

r-mwa 0.5.1
Dependencies: openjdk@25.0.2
Propagated dependencies: r-rjava@1.0-18 r-mass@7.3-65 r-cem@1.1.31
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mwa
Licenses: LGPL 3
Build system: r
Synopsis: Causal Inference in Spatiotemporal Event Data
Description:

Implementation of Matched Wake Analysis (mwa) for studying causal relationships in spatiotemporal event data, introduced by Schutte and Donnay (2014) <doi:10.1016/j.polgeo.2014.03.001>.

r-mlim 0.3.0
Propagated dependencies: r-missranger@2.6.1 r-mice@3.19.0 r-memuse@4.2-3 r-md-log@0.2.0 r-h2o@3.44.0.3 r-curl@7.1.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/haghish/mlim
Licenses: Expat
Build system: r
Synopsis: Single and Multiple Imputation with Automated Machine Learning
Description:

Machine learning algorithms have been used for performing single missing data imputation and most recently, multiple imputations. However, this is the first attempt for using automated machine learning algorithms for performing both single and multiple imputation. Automated machine learning is a procedure for fine-tuning the model automatic, performing a random search for a model that results in less error, without overfitting the data. The main idea is to allow the model to set its own parameters for imputing each variable separately instead of setting fixed predefined parameters to impute all variables of the dataset. Using automated machine learning, the package fine-tunes an Elastic Net (default) or Gradient Boosting, Random Forest, Deep Learning, Extreme Gradient Boosting, or Stacked Ensemble machine learning model (from one or a combination of other supported algorithms) for imputing the missing observations. This procedure has been implemented for the first time by this package and is expected to outperform other packages for imputing missing data that do not fine-tune their models. The multiple imputation is implemented via bootstrapping without letting the duplicated observations to harm the cross-validation procedure, which is the way imputed variables are evaluated. Most notably, the package implements automated procedure for handling imputing imbalanced data (class rarity problem), which happens when a factor variable has a level that is far more prevalent than the other(s). This is known to result in biased predictions, hence, biased imputation of missing data. However, the autobalancing procedure ensures that instead of focusing on maximizing accuracy (classification error) in imputing factor variables, a fairer procedure and imputation method is practiced.

r-mls3 0.1.1
Propagated dependencies: r-ranger@0.18.0 r-lightgbm@4.6.0 r-glmnet@5.0 r-e1071@1.7-17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlS3
Licenses: GPL 3
Build system: r
Synopsis: Unified S3 Interface to Machine Learning Models
Description:

This package provides a unified and consistent S3 interface for training and predicting with a variety of machine learning models in R. The package wraps popular algorithms (e.g., from glmnet', lightgbm', ranger', e1071', and caret') under a common workflow based on simple wrap_*() and predict() functions, allowing users to switch between models without changing their code structure. It supports both classification and regression tasks and facilitates rapid experimentation, benchmarking, and comparison of models. By abstracting away package-specific APIs while preserving flexibility in parameter specification, the package streamlines machine learning workflows and promotes reproducibility.

r-mvmise 1.0
Propagated dependencies: r-mass@7.3-65 r-lme4@2.0-1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/randel/mvMISE
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: General Framework of Multivariate Mixed-Effects Selection Models
Description:

Offers a general framework of multivariate mixed-effects models for the joint analysis of multiple correlated outcomes with clustered data structures and potential missingness proposed by Wang et al. (2018) <doi:10.1093/biostatistics/kxy022>. The missingness of outcome values may depend on the values themselves (missing not at random and non-ignorable), or may depend on only the covariates (missing at random and ignorable), or both. This package provides functions for two models: 1) mvMISE_b() allows correlated outcome-specific random intercepts with a factor-analytic structure, and 2) mvMISE_e() allows the correlated outcome-specific error terms with a graphical lasso penalty on the error precision matrix. Both functions are motivated by the multivariate data analysis on data with clustered structures from labelling-based quantitative proteomic studies. These models and functions can also be applied to univariate and multivariate analyses of clustered data with balanced or unbalanced design and no missingness.

r-metaheuristicopt 2.0.0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=metaheuristicOpt
Licenses: GPL 2+ FSDG-compatible
Build system: r
Synopsis: Metaheuristic for Optimization
Description:

An implementation of metaheuristic algorithms for continuous optimization. Currently, the package contains the implementations of 21 algorithms, as follows: particle swarm optimization (Kennedy and Eberhart, 1995), ant lion optimizer (Mirjalili, 2015 <doi:10.1016/j.advengsoft.2015.01.010>), grey wolf optimizer (Mirjalili et al., 2014 <doi:10.1016/j.advengsoft.2013.12.007>), dragonfly algorithm (Mirjalili, 2015 <doi:10.1007/s00521-015-1920-1>), firefly algorithm (Yang, 2009 <doi:10.1007/978-3-642-04944-6_14>), genetic algorithm (Holland, 1992, ISBN:978-0262581110), grasshopper optimisation algorithm (Saremi et al., 2017 <doi:10.1016/j.advengsoft.2017.01.004>), harmony search algorithm (Mahdavi et al., 2007 <doi:10.1016/j.amc.2006.11.033>), moth flame optimizer (Mirjalili, 2015 <doi:10.1016/j.knosys.2015.07.006>, sine cosine algorithm (Mirjalili, 2016 <doi:10.1016/j.knosys.2015.12.022>), whale optimization algorithm (Mirjalili and Lewis, 2016 <doi:10.1016/j.advengsoft.2016.01.008>), clonal selection algorithm (Castro, 2002 <doi:10.1109/TEVC.2002.1011539>), differential evolution (Das & Suganthan, 2011), shuffled frog leaping (Eusuff, Landsey & Pasha, 2006), cat swarm optimization (Chu et al., 2006), artificial bee colony algorithm (Karaboga & Akay, 2009), krill-herd algorithm (Gandomi & Alavi, 2012), cuckoo search (Yang & Deb, 2009), bat algorithm (Yang, 2012), gravitational based search (Rashedi et al., 2009) and black hole optimization (Hatamlou, 2013).

r-mpsychor 0.10-8
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MPsychoR
Licenses: GPL 2
Build system: r
Synopsis: Modern Psychometrics with R
Description:

Supplementary materials and datasets for the book "Modern Psychometrics With R" (Mair, 2018, Springer useR! series).

r-mvngmod 0.1.1
Propagated dependencies: r-truncnorm@1.0-9 r-purrr@1.2.2 r-pracma@2.4.6 r-maxlik@1.5-2.2 r-matrixcalc@1.0-6 r-matlib@1.0.1 r-distributionutils@0.6-2 r-clustergeneration@1.3.8 r-bessel@0.7-0
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/soonsk-vcu/MVNGmod
Licenses: Expat
Build system: r
Synopsis: Matrix-Variate Non-Gaussian Linear Regression Models
Description:

An implementation of the expectation conditional maximization (ECM) algorithm for matrix-variate variance gamma (MVVG) and normal-inverse Gaussian (MVNIG) linear models. These models are designed for settings of multivariate analysis with clustered non-uniform observations and correlated responses. The package includes fitting and prediction functions for both models, and an example dataset from a periodontal on Gullah-speaking African Americans, with responses in gaad_res', and covariates in gaad_cov'. For more details on the matrix-variate distributions used, see Gallaugher & McNicholas (2019) <doi:10.1016/j.spl.2018.08.012>.

r-mvbayes 1.2.1
Propagated dependencies: r-mass@7.3-65 r-latex2exp@0.9.8 r-cli@3.6.6 r-bass@1.3.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/sandialabs/mvBayesR
Licenses: Expat
Build system: r
Synopsis: Multivariate Bayesian Regression
Description:

Fit, plot, and predict a multivariate response, using an arbitrary univariate Bayesian regression model to independently fit basis components (e.g., principal components) of the response (Francom et al., 2025 <DOI:10.1137/24M1644092>).

r-mixedsubjectsirt 1.0.0
Propagated dependencies: r-rmutil@1.1.10 r-mirt@1.46.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://klintkanopka.com/mixedsubjectsirt/
Licenses: Expat
Build system: r
Synopsis: Item Response Theory Calibration with a Mixed Subjects Design
Description:

Integrates large language model generated item responses into psychometric calibration studies through a mixed-subjects design for unidimensional two-parameter and one-parameter logistic item response theory models. Human pilot responses are augmented with model-generated responses using a prediction-powered inference estimator (Angelopoulos, Bates, Fannjiang, Jordan and Zrnic (2023) <doi:10.1126/science.adi6000>; Angelopoulos, Duchi and Zrnic (2023) <doi:10.48550/arXiv.2311.01453>) adapted to marginal maximum-likelihood estimation, following the mixed-subjects design of Broska, Howes and van Loon (2025) <doi:10.1177/00491241251326865>. The estimator is anchored to the human responses and is asymptotically unbiased for the human item parameters at any tuning weight; the weight on the synthetic responses is chosen to minimize propagated ability-score risk, down-weighting uninformative or biased generated responses. Louis-corrected sandwich standard errors, ability scoring, cross-fitted tuning, and scale linking are also provided.

r-mmd 1.0.0
Propagated dependencies: r-plyr@1.8.9 r-e1071@1.7-17 r-bigmemory@4.6.4
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=MMD
Licenses: GPL 3
Build system: r
Synopsis: Minimal Multilocus Distance (MMD) for Source Attribution and Loci Selection
Description:

The aim of the package is two-fold: (i) To implement the MMD method for attribution of individuals to sources using the Hamming distance between multilocus genotypes. (ii) To select informative genetic markers based on information theory concepts (entropy, mutual information and redundancy). The package implements the functions introduced by Perez-Reche, F. J., Rotariu, O., Lopes, B. S., Forbes, K. J. and Strachan, N. J. C. Mining whole genome sequence data to efficiently attribute individuals to source populations. Scientific Reports 10, 12124 (2020) <doi:10.1038/s41598-020-68740-6>. See more details and examples in the README file.

r-marble 0.0.3
Propagated dependencies: r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/xilustat/marble
Licenses: GPL 2
Build system: r
Synopsis: Robust Marginal Bayesian Variable Selection for Gene-Environment Interactions
Description:

Recently, multiple marginal variable selection methods have been developed and shown to be effective in Gene-Environment interactions studies. We propose a novel marginal Bayesian variable selection method for Gene-Environment interactions studies. In particular, our marginal Bayesian method is robust to data contamination and outliers in the outcome variables. With the incorporation of spike-and-slab priors, we have implemented the Gibbs sampler based on Markov Chain Monte Carlo. The core algorithms of the package have been developed in C++'.

r-missranger 2.6.1
Propagated dependencies: r-ranger@0.18.0 r-fnn@1.1.4.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/mayer79/missRanger
Licenses: GPL 2+
Build system: r
Synopsis: Fast Imputation of Missing Values
Description:

Alternative implementation of the beautiful MissForest algorithm used to impute mixed-type data sets by chaining random forests, introduced by Stekhoven, D.J. and Buehlmann, P. (2012) <doi:10.1093/bioinformatics/btr597>. Under the hood, it uses the lightning fast random forest package ranger'. Between the iterative model fitting, we offer the option of using predictive mean matching. This firstly avoids imputation with values not already present in the original data (like a value 0.3334 in 0-1 coded variable). Secondly, predictive mean matching tries to raise the variance in the resulting conditional distributions to a realistic level. This would allow, e.g., to do multiple imputation when repeating the call to missRanger(). Out-of-sample application is supported as well.

r-mlr3torch 0.3.3
Propagated dependencies: r-withr@3.0.2 r-torch@0.17.0 r-r6@2.6.1 r-paradox@1.0.1 r-mlr3pipelines@0.11.0 r-mlr3misc@0.21.0 r-mlr3@1.6.0 r-lgr@0.5.2 r-data-table@1.18.4 r-cli@3.6.6 r-checkmate@2.3.4 r-backports@1.5.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://mlr3torch.mlr-org.com/
Licenses: LGPL 3+
Build system: r
Synopsis: Deep Learning with 'mlr3'
Description:

Deep Learning library that extends the mlr3 framework by building upon the torch package. It allows to conveniently build, train, and evaluate deep learning models without having to worry about low level details. Custom architectures can be created using the graph language defined in mlr3pipelines'.

r-multibridge 1.3.0
Dependencies: mpfr@4.2.2 gmp@6.3.0
Propagated dependencies: r-stringr@1.6.0 r-rdpack@2.6.6 r-rcpp@1.1.1-1.1 r-purrr@1.2.2 r-progress@1.2.3 r-mvtnorm@1.3-7 r-magrittr@2.0.5 r-coda@0.19-4.1 r-brobdingnag@1.2-9
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/asarafoglou/multibridge/
Licenses: GPL 2
Build system: r
Synopsis: Evaluating Multinomial Order Restrictions with Bridge Sampling
Description:

Evaluate hypotheses concerning the distribution of multinomial proportions using bridge sampling. The bridge sampling routine is able to compute Bayes factors for hypotheses that entail inequality constraints, equality constraints, free parameters, and mixtures of all three. These hypotheses are tested against the encompassing hypothesis, that all parameters vary freely or against the null hypothesis that all category proportions are equal. For more information see Sarafoglou et al. (2020) <doi:10.31234/osf.io/bux7p>.

r-murphydiagram 0.12.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://sites.google.com/site/fk83research/code
Licenses: GPL 3
Build system: r
Synopsis: Murphy Diagrams for Forecast Comparisons
Description:

Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Consistent Scoring Functions, Choquet Representations, and Forecast Rankings', JRSS-B, 2016 <DOI:10.1111/rssb.12154>).

r-misspi 0.1.1
Propagated dependencies: r-sis@1.5 r-plotly@4.12.0 r-lightgbm@4.6.0 r-glmnet@5.0 r-ggplot2@4.0.3 r-foreach@1.5.2 r-dosnow@1.0.20 r-doparallel@1.0.17
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/catstats/misspi
Licenses: GPL 2
Build system: r
Synopsis: Missing Value Imputation in Parallel
Description:

This package provides a framework that boosts the imputation of missForest by Stekhoven, D.J. and Bühlmann, P. (2012) <doi:10.1093/bioinformatics/btr597> by harnessing parallel processing and through the fast Gradient Boosted Decision Trees (GBDT) implementation LightGBM by Ke, Guolin et al.(2017) <https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision>. misspi has the following main advantages: 1. Allows embrassingly parallel imputation on large scale data. 2. Accepts a variety of machine learning models as methods with friendly user portal. 3. Supports multiple initializations methods. 4. Supports early stopping that prohibits unnecessary iterations.

r-mcemglm 1.1.3
Propagated dependencies: r-trust@0.1-9 r-rcpparmadillo@15.2.6-1 r-rcpp@1.1.1-1.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mcemGLM
Licenses: GPL 2+
Build system: r
Synopsis: Maximum Likelihood Estimation for Generalized Linear Mixed Models
Description:

Maximum likelihood estimation for generalized linear mixed models via Monte Carlo EM. For a description of the algorithm see Brian S. Caffo, Wolfgang Jank and Galin L. Jones (2005) <DOI:10.1111/j.1467-9868.2005.00499.x>.

r-mlrpro 0.1.3
Propagated dependencies: r-mass@7.3-65 r-dplyr@1.2.1 r-dgof@1.5.1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://cran.r-project.org/package=mlrpro
Licenses: GPL 3
Build system: r
Synopsis: Stepwise Regression with Assumptions Checking
Description:

The stepwise regression with assumptions checking and the possible Box-Cox transformation.

r-materialmodifier 1.2.0
Propagated dependencies: r-stringr@1.6.0 r-readbitmap@0.1.5 r-png@0.1-9 r-moments@0.14.1 r-magrittr@2.0.5 r-jpeg@0.1-11 r-imager@1.0.8 r-downloader@0.4.1
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/tsuda16k/materialmodifier
Licenses: Expat
Build system: r
Synopsis: Apply Photo Editing Effects
Description:

You can apply image processing effects that modifies the perceived material properties of objects in photos, such as gloss, smoothness, and blemishes. This is an implementation of the algorithm proposed by Boyadzhiev et al. (2015) "Band-Sifting Decomposition for Image Based Material Editing". Documentation and practical tips of the package is available at <https://github.com/tsuda16k/materialmodifier>.

r-msclassifr 0.5.0
Propagated dependencies: r-statmod@1.5.2 r-reshape2@1.4.5 r-rcpp@1.1.1-1.1 r-matrix@1.7-5 r-maldirppa@1.1.0-3 r-maldiquant@1.22.3 r-limma@3.68.3 r-ggplot2@4.0.3 r-dplyr@1.2.1 r-cp4p@0.3.6 r-caret@7.0-1 r-car@3.1-5
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: https://github.com/agodmer/MSclassifR_examples
Licenses: GPL 3+
Build system: r
Synopsis: Automated Classification of Mass Spectra
Description:

This package provides functions to classify mass spectra in known categories and to determine discriminant mass-to-charge values (m/z). Includes easy-to-use preprocessing pipelines for Matrix Assisted Laser Desorption Ionisation - Time Of Flight Mass Spectrometry (MALDI-TOF) mass spectra, methods to select discriminant m/z from labelled libraries, and tools to predict categories (species, phenotypes, etc.) from selected features. Also provides utilities to build design matrices from peak intensities and labels. While this package was developed with the aim of identifying very similar species or phenotypes of bacteria from MALDI-TOF MS, the functions of this package can also be used to classify other categories associated to mass spectra; or from mass spectra obtained with other mass spectrometry techniques. Parallelized processing and optional C++-accelerated functions are available (notably to deal with large datasets) from version 0.5.0. If you use this package in your research, please cite the associated publication (<doi:10.1016/j.eswa.2025.128796>). For a comprehensive guide, additional applications, and detailed examples, see <https://github.com/agodmer/MSclassifR_examples>.

r-mcomp 2.8
Propagated dependencies: r-ggplot2@4.0.3 r-forecast@9.0.2
Channel: guix-cran
Location: guix-cran/packages/m.scm (guix-cran packages m)
Home page: http://pkg.robjhyndman.com/Mcomp/
Licenses: GPL 3
Build system: r
Synopsis: Data from the M-Competitions
Description:

The 1001 time series from the M-competition (Makridakis et al. 1982) <DOI:10.1002/for.3980010202> and the 3003 time series from the IJF-M3 competition (Makridakis and Hibon, 2000) <DOI:10.1016/S0169-2070(00)00057-1>.

Total packages: 22167