# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "temper" in publications use:' type: software license: GPL-3.0-only title: 'temper: Temporal Encoder-Masked Probabilistic Ensemble Regressor' version: 1.1.0 doi: 10.32614/CRAN.package.temper abstract: Implements a probabilistic ensemble time-series forecaster that combines an auto-encoder with a neural decision forest whose split variables are learned through a differentiable feature-mask layer. Functions are written with 'torch' tensors and provide CRPS (Continuous Ranked Probability Scores) training plus mixture-distribution post-processing. authors: - family-names: Vercellino given-names: Giancarlo email: giancarlo.vercellino@gmail.com repository: https://pigian.r-universe.dev commit: c5a57f1f6280f11caeaf51932db4bdefa2597431 url: https://rpubs.com/giancarlo_vercellino/temper date-released: '2025-08-18' contact: - family-names: Vercellino given-names: Giancarlo email: giancarlo.vercellino@gmail.com