Package: rtmpinv
Type: Package
Title: Tabular Matrix Problems via Pseudoinverse Estimation
Version: 0.1.0
Authors@R: 
    c(
        person("Ilya", "Bolotov", email = "ilya.bolotov@vse.cz",
               role = c("aut", "cre"),
               comment = c(ORCID = "0000-0003-1148-7144"))
    )
Description: The Tabular Matrix Problems via Pseudoinverse Estimation (TMPinv)
    is a two-stage estimation method that reformulates structured table-based
    systems - such as allocation problems, transaction matrices, and
    input-output tables - as structured least-squares problems. Based on the
    Convex Least Squares Programming (CLSP) framework, TMPinv solves systems
    with row and column constraints, block structure, and optionally reduced
    dimensionality by (1) constructing a canonical constraint form and applying
    a pseudoinverse-based projection, followed by (2) a convex-programming
    refinement stage to improve fit, coherence, and regularization (e.g., via
    Lasso, Ridge, or Elastic Net).
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.2)
Imports: rclsp
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/econcz/rtmpinv
BugReports: https://github.com/econcz/rtmpinv/issues
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2025-11-28 01:23:45 UTC; ilyabolotov
Author: Ilya Bolotov [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1148-7144>)
Maintainer: Ilya Bolotov <ilya.bolotov@vse.cz>
Repository: CRAN
Date/Publication: 2025-12-03 20:30:08 UTC
Built: R 4.4.3; ; 2026-01-19 04:18:09 UTC; windows
