MTLRF: Random Forest Regression with Modified Topp-Leone Error Model

Implements Random Forest regression under the Modified Topp-Leone (MTL) distribution error model. Provides core distribution functions (density, cumulative distribution, exact closed-form quantile, random generation, hazard, and survival), parameter estimation via closed-form Expectation-Maximization/Maximum Likelihood (EM/MLE) and Bayesian Markov Chain Monte Carlo (MCMC), non-parametric bootstrap confidence intervals (at 90%, 95%, and 99% levels), Highest Posterior Density (HPD) intervals, Heidelberger and Welch MCMC convergence diagnostics, model evaluation metrics (estimated values, bias, mean squared error, risk value), homoscedastic prediction intervals, and goodness-of-fit diagnostic tests (Kolmogorov-Smirnov and Anderson-Darling tests, Akaike Information Criterion, and Bayesian Information Criterion). References: Breiman (2001) <doi:10.1023/A:1010933404324>; Singh, Tyagi, Singh, and Tyagi (2025) <https://statassoc.or.th>; Topp and Leone (1955) <doi:10.1080/01621459.1955.10501259>; Wright and Ziegler (2017) <doi:10.18637/jss.v077.i01>; Plummer, Best, Cowles, and Vines (2006) <https://CRAN.R-project.org/package=coda>; Heidelberger and Welch (1983) <doi:10.1287/opre.31.6.1109>.

Version: 1.0.0
Depends: R (≥ 4.0.0)
Imports: ranger, coda, goftest, stats, graphics
Suggests: testthat (≥ 3.0.0)
Published: 2026-08-21
DOI: 10.32614/CRAN.package.MTLRF (may not be active yet)
Author: Shikhar Tyagi ORCID iD [aut, cre], Aruna Rajballie [aut], Vrijesh Tripathi [aut]
Maintainer: Shikhar Tyagi <shikhar1093tyagi at gmail.com>
License: GPL (≥ 3)
NeedsCompilation: no
Language: en-US
CRAN checks: MTLRF results

Documentation:

Reference manual: MTLRF.html , MTLRF.pdf

Downloads:

Package source: MTLRF_1.0.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): MTLRF_1.0.0.tgz, r-oldrel (arm64): MTLRF_1.0.0.tgz, r-release (x86_64): MTLRF_1.0.0.tgz, r-oldrel (x86_64): MTLRF_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=MTLRF to link to this page.