Skip to content

Releases: mcconvil/mase

mase v0.1.5.2

18 Jan 00:36
Compare
Choose a tag to compare
  • Minor bug fixes
  • Outsources heavy modifiedGreg computations to c++ using Rcpp
  • edits outputs to be more easily passed to FIESTAutils functions

mase v0.1.5

16 Nov 19:09
Compare
Choose a tag to compare
  • mase::greg now outsources it's matrix multiplication to the c++ library Eigen using Rcpp and RcppEigen
  • expect between 2-10x speed-ups depending on the size of xsample
  • a few other small optimizations to speed up mase::greg

mase v0.1.4

31 Aug 19:22
Compare
Choose a tag to compare
  • adds a modifiedGreg estimator.
  • adds an argument to silence internal messages.
  • adds an argument to toggle the finite population correction.
  • adds new package data which consists of public FIA data in Idaho to be used in the roxygen documentation.