Skip to main content

Showing 1–4 of 4 results for author: Sepúlveda, M V

Searching in archive stat. Search in all archives.
.
  1. arXiv:2409.09066  [pdf, ps, other

    econ.GN stat.CO stat.ME

    Replicating The Log of Gravity

    Authors: Mauricio Vargas Sepúlveda

    Abstract: This document replicates the main results from Santos Silva and Tenreyro (2006 in R. The original results were obtained in TSP back in 2006. The idea here is to be explicit regarding the conceptual approach to regression in R. For most of the replication I used base R without external libraries except when it was absolutely necessary. The findings are consistent with the original article and revea… ▽ More

    Submitted 5 September, 2024; originally announced September 2024.

    Comments: 9 pages, 0 figures, 1 table

  2. arXiv:2409.00568  [pdf, ps, other

    cs.MS cs.PL stat.CO

    Welding R and C++: A Tale of Two Programming Languages

    Authors: Mauricio Vargas Sepulveda

    Abstract: This article compares `cpp11armadillo` and `cpp11eigen`, new R packages that integrate the powerful Armadillo and Eigen C++ libraries for linear algebra into the R programming environment. This article provides a detailed comparison between Armadillo and Eigen speed and syntax. The goal of these packages is to simplify a part of the process of solving bottlenecks by using C++ within R, these offer… ▽ More

    Submitted 7 September, 2024; v1 submitted 31 August, 2024; originally announced September 2024.

    Comments: 21 pages, 0 figures, 13 tables

  3. arXiv:2408.11074  [pdf, ps, other

    cs.MS cs.PL stat.CO

    cpp11armadillo: An R Package to Use the Armadillo C++ Library

    Authors: Mauricio Vargas Sepúlveda, Jonathan Schneider Malamud

    Abstract: This article introduces 'cpp11armadillo', a new R package that integrates the powerful Armadillo C++ library for linear algebra into the R programming environment. Targeted primarily at social scientists and other non-programmers, this article explains the computational benefits of moving code to C++ in terms of speed and syntax. We provide a comprehensive overview of Armadillo's capabilities, hig… ▽ More

    Submitted 31 August, 2024; v1 submitted 18 August, 2024; originally announced August 2024.

    Comments: 23 pages, 0 figures

    ACM Class: D.1.5; D.3.3; F.2.1

  4. arXiv:2408.09618  [pdf, other

    stat.CO cs.DS econ.EM

    kendallknight: An R Package for Efficient Implementation of Kendall's Correlation Coefficient Computation

    Authors: Mauricio Vargas Sepúlveda

    Abstract: The kendallknight package introduces an efficient implementation of Kendall's correlation coefficient computation, significantly improving the processing time for large datasets without sacrificing accuracy. The kendallknight package, following Knight (1966) and posterior literature, reduces the computational complexity resulting in drastic reductions in computation time, transforming operations t… ▽ More

    Submitted 8 December, 2024; v1 submitted 18 August, 2024; originally announced August 2024.

    Comments: 9 pages with references, 2 tables, 2 figures

    ACM Class: E.1; G.3; J.4