hsloot / rmo

An R package for Marshall--Olkin distributions and copulas.
https://hsloot.github.io/rmo/
GNU General Public License v3.0
5 stars 2 forks source link

Feat/simplify sampling interface #103

Closed hsloot closed 2 years ago

hsloot commented 2 years ago

Related issues

Closes #98

Checklist

Only for new or refactored algorithms:

Optional, but recommended:

Description

We introduce specific and improved entry point methods for the sampling algorithms.

codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (9519eaf) into master (d5b77c0) will increase coverage by 0.36%. The diff coverage is 98.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   90.80%   91.16%   +0.36%     
==========================================
  Files          32       32              
  Lines        1250     1335      +85     
==========================================
+ Hits         1135     1217      +82     
- Misses        115      118       +3     
Impacted Files Coverage Δ
R/valueOf-S4.R 93.20% <ø> (ø)
R/sample.R 98.90% <98.90%> (-1.10%) :arrow_down:
src/sample.cpp 86.20% <0.00%> (-6.90%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5b77c0...9519eaf. Read the comment docs.