R 3.6.x Update for Sample Extension
まだ誰も着手していません。
評価
調査の方向性
Start by reading inst/include/RcppArmadillo/Alt_R_RNG.h and the sample extension at inst/include/RcppArmadilloExtensions/sample.h. Compare their RNG handling with the linked Base R commits covering rejection sampling, R_unif_rand(), and Walker sampling. Done means the sample extension follows the required R 3.6.x behavior, including the mentioned Rcpp local variant.
索引モデルが issue の本文から書いたものです。
説明
Glancing over the RcppArmadillo code, the Alt RNG setup directly uses R's RNG for uniform (e.g. Rf_runif(). However, the extension code in inst/RcppArmadilloExtension/sample.h does not.
So, likely this will need a patch that mirrors what is available in Base R. c.f. Implementation changes.
- Rejection sampling routine
- Implementation of
R_unif_rand()in existing R code - Walker sampling changes
This will likely be needed with Rcpp's local variant as well designed by @nathan-russell.
- 主要言語
- C++
- スター
- 211
- フォーク
- 54
- 平均マージ
- 5分
- マージ済み PR(30日)
- 1
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
RcppCore/RcppArmadillo のほかの issue
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
RcppCore/RcppArmadillo#454 · コメント 3 件 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
RcppCore/RcppArmadillo#364 · コメント 10 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
RcppCore/RcppArmadillo#299 · コメント 6 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 20/100
RcppCore/RcppArmadillo#268 · リアクション 3 件 ·
-
enhancement help wanted
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
RcppCore/RcppArmadillo#263 · コメント 3 件 · リアクション 2 件 ·
RcppCore/RcppArmadillo の issue をすべて見る
似ている issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
AXERA-TECH/ax-llm#77 ·
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
games-on-whales/wolf#509 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 74/100
-
bug-unconfirmed
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 74/100
NVIDIA/cuda-samples#453 ·