glmbayes

R 패키지 메타데이터와 수집 신호를 모아 봅니다.

Packages / CRAN / glmbayes

glmbayes

v0.9.5
Repository CRANLicense GPL-2Lifecycle activeNeeds compilation yes
DOI
10.32614/CRAN.package.glmbayes

Core Signals

첫 화면에서 판단해야 할 수집 신호를 먼저 배치합니다.

0
표시할 핵심 신호가 없습니다.

Supported Backends

DESCRIPTION에서 감지한 backend 관련 package입니다.

0
backend package 신호가 없습니다.

Quick Facts

기본 메타데이터를 작은 카드와 토큰으로 압축합니다.

profile
Repository
CRAN
Version
0.9.5
License
GPL-2
Lifecycle
active
Needs compilation
yes
Last observed
2026-05-30
CRAN
cran.r-project.org/package=glmbayes

Build fields

LinkingTo
3
RcppRcppArmadilloRcppParallel

수집 소스별 패키지 정보

1개 소스
CRAN
0.9.5
2026-05-30
License
GPL-2
Depends
MASS, R (>= 3.5.0)
Imports
stats, coda, Rcpp (>= 1.1.1), RcppParallel, Rdpack (>= 0.11-0)
Suggests
knitr, rmarkdown, testthat (>= 3.0.0), spelling
LinkingTo
Rcpp, RcppArmadillo, RcppParallel
Needs compilation
yes
Lifecycle
active
Last observed
2026-05-30 10:45:11

이 패키지가 의존하는 패키지

5개 표시전체 13개
PackageTypeSpec
MASS
CRAN · 0.9.5 · 2026-05-30
DependsMASS
coda
CRAN · 0.9.5 · 2026-05-30
Importscoda
Rcpp
CRAN · 0.9.5 · 2026-05-30
ImportsRcpp (>= 1.1.1)
RcppParallel
CRAN · 0.9.5 · 2026-05-30
ImportsRcppParallel
Rdpack
CRAN · 0.9.5 · 2026-05-30
ImportsRdpack (>= 0.11-0)
1 / 3

이 패키지를 쓰는 패키지

0개 표시전체 0개
PackageTypeSpec
표시할 dependency edge가 없습니다.
1 / 1

패키지 페이지

All links
113
Repository
CRAN
Version
0.9.5
Collected
2026-05-25 11:39:21
Package page
https://cran.r-project.org/web/packages/glmbayes/index.html
DOI
10.32614/CRAN.package.glmbayes
Citation
https://cran.r-project.org/web/packages/glmbayes/citation.html
CRAN checks
https://cran.r-project.org/web/checks/check_results_glmbayes.html
README
https://cran.r-project.org/web/packages/glmbayes/readme/README.html
NEWS
https://cran.r-project.org/web/packages/glmbayes/news/news.html
Reference HTML
https://cran.r-project.org/web/packages/glmbayes/refman/glmbayes.html
Reference PDF
https://cran.r-project.org/web/packages/glmbayes/glmbayes.pdf
Source package
https://cran.r-project.org/src/contrib/glmbayes_0.9.5.tar.gz
Archive
https://CRAN.R-project.org/src/contrib/Archive/glmbayes
Page fields
Author
Kjell Nygren [aut, cre], The R Core Team [ctb, cph] (R Mathlib sources, R stats modeling code, and derived/adapted routines), The R Foundation [cph] (Portions of R Mathlib and R source code), Ross Ihaka [ctb, cph] (R Mathlib and original R modeling infrastructure), Robert Gentleman [ctb, cph] (Portions of R Mathlib), Simon Davies [ctb] (Original R glm implementation), Morten Welinder [ctb, cph] (Portions of R Mathlib), Martin Maechler [ctb] (Portions of R Mathlib)
BugReports
https://github.com/knygren/glmbayes/issues
CRAN Checks
glmbayes results
Citation
glmbayes citation info
Copyright
see file COPYRIGHTS
DOI
10.32614/CRAN.package.glmbayes
Language
en-US
License
GPL-2
LinkingTo
Rcpp , RcppArmadillo , RcppParallel
Maintainer
Kjell Nygren <kjell.a.nygren at gmail.com>
Materials
README , NEWS
NeedsCompilation
yes
Old Sources
glmbayes archive
Package Source
glmbayes_0.9.5.tar.gz
Published
2026-05-18
Reference Manual
glmbayes.html , glmbayes.pdf
SystemRequirements
Optional OpenCL support. If available, GPU acceleration will be used; otherwise, computation runs on CPU.
URL
https://CRAN.R-project.org/package=glmbayes , https://github.com/knygren/glmbayes , https://knygren.r-universe.dev/glmbayes
Version
0.9.5
Vignettes
Chapter 00: Introduction ( source , R code ) Chapter 01: Getting started with glmbayes ( source , R code ) Chapter 02: Estimating Bayesian Linear Models ( source , R code ) Chapter 03: Tailoring Priors - Leveraging the Prior_Setup Function ( source , R code ) Chapter 04: Reviewing Model Predictions, Deviance Residuals and Model Statistics ( source , R code ) Chapter 05: Foundations of GLMs – Families, Links, and Log-Concave Likelihoods ( source ) Chapter 06: Estimating Bayesian Generalized Linear Models ( source , R code ) Chapter 07: Models for the Binomial Family ( source , R code ) Chapter 08: Models for the Poisson Family ( source , R code ) Chapter 09: Models for the Gamma Family ( source , R code ) Chapter 10: Informative Priors: Centering and priors with differentiated prior weights ( source , R code ) Chapter 11: Estimating Models with unknown dispersion parameters ( source , R code ) Chapter 12: Large Models: GPU Acceleration using OpenCL ( source , R code ) Chapter 13: Hierarchical Linear Models ( source , R code ) Chapter 14: Hierarchical Generalized Linear Models ( source , R code ) Chapter A01: A detailed overview of the glmbayes package ( source , R code ) Chapter A02: Overview of Estimation Procedures ( source , R code ) Chapter A03: Methods available in glmbayes ( source , R code ) Chapter A04: Directional Tail Diagnostics for Prior-Posterior Disagreement ( source , R code ) Chapter A05: Simulation Methods - Likelihood Subgradient Densities ( source , R code ) Chapter A06: Accept–Reject Sampling for Dispersion in Gamma Regression ( source , R code ) Chapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priors ( source , R code ) Chapter A08: Overview of Envelope Related Functions ( source , R code ) Chapter A09: Parallel Sampling Implementation using RcppParallel ( source , R code ) Chapter A10: Accelerated EnvelopeBuild Implementation using OpenCL ( source , R code ) Chapter A11: Implementation Companion for Independent Normal-Gamma ( source , R code ) Chapter A12: Technical Derivations for Priors Returned by 'Prior_Setup() ( source , R code )
Windows Binaries
r-devel: glmbayes_0.9.5.zip , r-release: glmbayes_0.9.5.zip , r-oldrel: glmbayes_0.9.5.zip
MacOS Binaries
r-release (arm64): glmbayes_0.9.5.tgz , r-oldrel (arm64): glmbayes_0.9.5.tgz , r-release (x86_64): glmbayes_0.9.5.tgz , r-oldrel (x86_64): glmbayes_0.9.5.tgz
Version
0.9.5
LinkingTo
Rcpp , RcppArmadillo , RcppParallel
Published
2026-05-18
DOI
10.32614/CRAN.package.glmbayes
Author
Kjell Nygren [aut, cre], The R Core Team [ctb, cph] (R Mathlib sources, R stats modeling code, and derived/adapted routines), The R Foundation [cph] (Portions of R Mathlib and R source code), Ross Ihaka [ctb, cph] (R Mathlib and original R modeling infrastructure), Robert Gentleman [ctb, cph] (Portions of R Mathlib), Simon Davies [ctb] (Original R glm implementation), Morten Welinder [ctb, cph] (Portions of R Mathlib), Martin Maechler [ctb] (Portions of R Mathlib)
Maintainer
Kjell Nygren <kjell.a.nygren at gmail.com>
BugReports
https://github.com/knygren/glmbayes/issues
License
GPL-2
Copyright
see file COPYRIGHTS
URL
https://CRAN.R-project.org/package=glmbayes , https://github.com/knygren/glmbayes , https://knygren.r-universe.dev/glmbayes
NeedsCompilation
yes
SystemRequirements
Optional OpenCL support. If available, GPU acceleration will be used; otherwise, computation runs on CPU.
Language
en-US
Citation
glmbayes citation info
Materials
README , NEWS
CRAN Checks
glmbayes results
Reference Manual
glmbayes.html , glmbayes.pdf
Vignettes
Chapter 00: Introduction ( source , R code ) Chapter 01: Getting started with glmbayes ( source , R code ) Chapter 02: Estimating Bayesian Linear Models ( source , R code ) Chapter 03: Tailoring Priors - Leveraging the Prior_Setup Function ( source , R code ) Chapter 04: Reviewing Model Predictions, Deviance Residuals and Model Statistics ( source , R code ) Chapter 05: Foundations of GLMs – Families, Links, and Log-Concave Likelihoods ( source ) Chapter 06: Estimating Bayesian Generalized Linear Models ( source , R code ) Chapter 07: Models for the Binomial Family ( source , R code ) Chapter 08: Models for the Poisson Family ( source , R code ) Chapter 09: Models for the Gamma Family ( source , R code ) Chapter 10: Informative Priors: Centering and priors with differentiated prior weights ( source , R code ) Chapter 11: Estimating Models with unknown dispersion parameters ( source , R code ) Chapter 12: Large Models: GPU Acceleration using OpenCL ( source , R code ) Chapter 13: Hierarchical Linear Models ( source , R code ) Chapter 14: Hierarchical Generalized Linear Models ( source , R code ) Chapter A01: A detailed overview of the glmbayes package ( source , R code ) Chapter A02: Overview of Estimation Procedures ( source , R code ) Chapter A03: Methods available in glmbayes ( source , R code ) Chapter A04: Directional Tail Diagnostics for Prior-Posterior Disagreement ( source , R code ) Chapter A05: Simulation Methods - Likelihood Subgradient Densities ( source , R code ) Chapter A06: Accept–Reject Sampling for Dispersion in Gamma Regression ( source , R code ) Chapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priors ( source , R code ) Chapter A08: Overview of Envelope Related Functions ( source , R code ) Chapter A09: Parallel Sampling Implementation using RcppParallel ( source , R code ) Chapter A10: Accelerated EnvelopeBuild Implementation using OpenCL ( source , R code ) Chapter A11: Implementation Compan
Package Source
glmbayes_0.9.5.tar.gz
Windows Binaries
r-devel: glmbayes_0.9.5.zip , r-release: glmbayes_0.9.5.zip , r-oldrel: glmbayes_0.9.5.zip
MacOS Binaries
r-release (arm64): glmbayes_0.9.5.tgz , r-oldrel (arm64): glmbayes_0.9.5.tgz , r-release (x86_64): glmbayes_0.9.5.tgz , r-oldrel (x86_64): glmbayes_0.9.5.tgz
Old Sources
glmbayes archive
Page sections 3
Documentation
Heading
Documentation
Links
[{"label":"glmbayes.html","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/refman/glmbayes.html"},{"label":"glmbayes.pdf","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/glmbayes.pdf"},{"label":"Chapter 00: Introduction","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-00.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-00.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-00.R"},{"label":"Chapter 01: Getting started with glmbayes","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-01.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-01.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-01.R"},{"label":"Chapter 02: Estimating Bayesian Linear Models","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-02.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-02.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-02.R"},{"label":"Chapter 03: Tailoring Priors - Leveraging the Prior_Setup Function","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-03.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-03.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-03.R"},{"label":"Chapter 04: Reviewing Model Predictions, Deviance Residuals and Model Statistics","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-04.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-04.Rmd"},{"label":"R code","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-04.R"},{"label":"Chapter 05: Foundations of GLMs – Families, Links, and Log-Concave Likelihoods","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-05.html"},{"label":"source","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-05.Rmd"},{"label":"Chapter 06: Estimating Bayesian Generalized Linear Models","section":"","type":"","url":"https://cran.r-project.org/web/packages/glmbayes/vignettes/Chapter-06.html"}]
Text
Reference manual: glmbayes.html , glmbayes.pdf Vignettes: Chapter 00: Introduction ( source , R code ) Chapter 01: Getting started with glmbayes ( source , R code ) Chapter 02: Estimating Bayesian Linear Models ( source , R code ) Chapter 03: Tailoring Priors - Leveraging the Prior_Setup Function ( source , R code ) Chapter 04: Reviewing Model Predictions, Deviance Residuals and Model Statistics ( source , R code ) Chapter 05: Foundations of GLMs – Families, Links, and Log-Concave Likelihoods ( source ) Chapter 06: Estimating Bayesian Generalized Linear Models ( source , R code ) Chapter 07: Models for the Binomial Family ( source , R code ) Chapter 08: Models for the Poisson Family ( source , R code ) Chapter 09: Models for the Gamma Family ( source , R code ) Chapter 10: Informative Priors: Centering and priors with differentiated prior weights ( source , R code ) Chapter 11: Estimating Models with unknown dispersion parameters ( source , R code ) Chapter 12: Large Models: GPU Acceleration using OpenCL ( source , R code ) Chapter 13: Hierarchical Linear Models ( source , R code ) Chapter 14: Hierarchical Generalized Linear Models ( source , R code ) Chapter A01: A detailed overview of the glmbayes package ( source , R code ) Chapter A02: Overview of Estimation Procedures ( source , R code ) Chapter A03: Methods available in glmbayes ( source , R code ) Chapter A04: Directional Tail Diagnostics for Prior-Posterior Disagreement ( source , R code ) Chapter A05: Simulation Methods - Likelihood Subgradient Densities ( source , R code ) Chapter A06: Accept–Reject Sampling for Dispersion in Gamma Regression ( source , R code ) Chapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priors ( source , R code ) Chapter A08: Overview of Envelope Related Functions ( source , R code ) Chapter A09: Parallel Sampling Implementation using RcppParallel ( source , R code ) Chapter A10: Accelerated EnvelopeBuild Implementation using Ope
Downloads
Heading
Downloads
Links
[{"label":"glmbayes_0.9.5.tar.gz","section":"","type":"","url":"https://cran.r-project.org/src/contrib/glmbayes_0.9.5.tar.gz"},{"label":"glmbayes_0.9.5.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.7/glmbayes_0.9.5.zip"},{"label":"glmbayes_0.9.5.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.6/glmbayes_0.9.5.zip"},{"label":"glmbayes_0.9.5.zip","section":"","type":"","url":"https://cran.r-project.org/bin/windows/contrib/4.5/glmbayes_0.9.5.zip"},{"label":"glmbayes_0.9.5.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/sonoma-arm64/contrib/4.6/glmbayes_0.9.5.tgz"},{"label":"glmbayes_0.9.5.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-arm64/contrib/4.5/glmbayes_0.9.5.tgz"},{"label":"glmbayes_0.9.5.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.6/glmbayes_0.9.5.tgz"},{"label":"glmbayes_0.9.5.tgz","section":"","type":"","url":"https://cran.r-project.org/bin/macosx/big-sur-x86_64/contrib/4.5/glmbayes_0.9.5.tgz"},{"label":"glmbayes archive","section":"","type":"","url":"https://CRAN.R-project.org/src/contrib/Archive/glmbayes"}]
Text
Package source: glmbayes_0.9.5.tar.gz Windows binaries: r-devel: glmbayes_0.9.5.zip , r-release: glmbayes_0.9.5.zip , r-oldrel: glmbayes_0.9.5.zip macOS binaries: r-release (arm64): glmbayes_0.9.5.tgz , r-oldrel (arm64): glmbayes_0.9.5.tgz , r-release (x86_64): glmbayes_0.9.5.tgz , r-oldrel (x86_64): glmbayes_0.9.5.tgz Old sources: glmbayes archive
Linking
Heading
Linking
Links
[{"label":"https://CRAN.R-project.org/package=glmbayes","section":"","type":"","url":"https://CRAN.R-project.org/package=glmbayes"}]
Text
Please use the canonical form https://CRAN.R-project.org/package=glmbayes to link to this page.
Materials 2
Documentation 82
glmbayes.htmlglmbayes.pdfChapter 00: IntroductionsourceR codeChapter 01: Getting started with glmbayessourceR codeChapter 02: Estimating Bayesian Linear ModelssourceR codeChapter 03: Tailoring Priors - Leveraging the Prior_Setup FunctionsourceR codeChapter 04: Reviewing Model Predictions, Deviance Residuals and Model StatisticssourceR codeChapter 05: Foundations of GLMs – Families, Links, and Log-Concave LikelihoodssourceChapter 06: Estimating Bayesian Generalized Linear ModelssourceR codeChapter 07: Models for the Binomial FamilysourceR codeChapter 08: Models for the Poisson FamilysourceR codeChapter 09: Models for the Gamma FamilysourceR codeChapter 10: Informative Priors: Centering and priors with differentiated prior weightssourceR codeChapter 11: Estimating Models with unknown dispersion parameterssourceR codeChapter 12: Large Models: GPU Acceleration using OpenCLsourceR codeChapter 13: Hierarchical Linear ModelssourceR codeChapter 14: Hierarchical Generalized Linear ModelssourceR codeChapter A01: A detailed overview of the glmbayes packagesourceR codeChapter A02: Overview of Estimation ProceduressourceR codeChapter A03: Methods available in glmbayessourceR codeChapter A04: Directional Tail Diagnostics for Prior-Posterior DisagreementsourceR codeChapter A05: Simulation Methods - Likelihood Subgradient DensitiessourceR codeChapter A06: Accept–Reject Sampling for Dispersion in Gamma RegressionsourceR codeChapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priorssourceR codeChapter A08: Overview of Envelope Related FunctionssourceR codeChapter A09: Parallel Sampling Implementation using RcppParallelsourceR codeChapter A10: Accelerated EnvelopeBuild Implementation using OpenCLsourceR codeChapter A11: Implementation Companion for Independent Normal-GammasourceR codeChapter A12: Technical Derivations for Priors Returned by 'Prior_Setup()sourceR code
Vignettes 80
Chapter 00: IntroductionsourceR codeChapter 01: Getting started with glmbayessourceR codeChapter 02: Estimating Bayesian Linear ModelssourceR codeChapter 03: Tailoring Priors - Leveraging the Prior_Setup FunctionsourceR codeChapter 04: Reviewing Model Predictions, Deviance Residuals and Model StatisticssourceR codeChapter 05: Foundations of GLMs – Families, Links, and Log-Concave LikelihoodssourceChapter 06: Estimating Bayesian Generalized Linear ModelssourceR codeChapter 07: Models for the Binomial FamilysourceR codeChapter 08: Models for the Poisson FamilysourceR codeChapter 09: Models for the Gamma FamilysourceR codeChapter 10: Informative Priors: Centering and priors with differentiated prior weightssourceR codeChapter 11: Estimating Models with unknown dispersion parameterssourceR codeChapter 12: Large Models: GPU Acceleration using OpenCLsourceR codeChapter 13: Hierarchical Linear ModelssourceR codeChapter 14: Hierarchical Generalized Linear ModelssourceR codeChapter A01: A detailed overview of the glmbayes packagesourceR codeChapter A02: Overview of Estimation ProceduressourceR codeChapter A03: Methods available in glmbayessourceR codeChapter A04: Directional Tail Diagnostics for Prior-Posterior DisagreementsourceR codeChapter A05: Simulation Methods - Likelihood Subgradient DensitiessourceR codeChapter A06: Accept–Reject Sampling for Dispersion in Gamma RegressionsourceR codeChapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priorssourceR codeChapter A08: Overview of Envelope Related FunctionssourceR codeChapter A09: Parallel Sampling Implementation using RcppParallelsourceR codeChapter A10: Accelerated EnvelopeBuild Implementation using OpenCLsourceR codeChapter A11: Implementation Companion for Independent Normal-GammasourceR codeChapter A12: Technical Derivations for Priors Returned by 'Prior_Setup()sourceR code
Downloads 9
All page links 113
MASSstatscodaRcppRcppParallelRdpackRcppArmadilloknitrrmarkdowntestthatspelling10.32614/CRAN.package.glmbayeshttps://github.com/knygren/glmbayes/issuesGPL-2COPYRIGHTShttps://CRAN.R-project.org/package=glmbayeshttps://github.com/knygren/glmbayeshttps://knygren.r-universe.dev/glmbayesglmbayes citation infoREADMENEWSglmbayes resultsglmbayes.htmlglmbayes.pdfChapter 00: IntroductionsourceR codeChapter 01: Getting started with glmbayessourceR codeChapter 02: Estimating Bayesian Linear ModelssourceR codeChapter 03: Tailoring Priors - Leveraging the Prior_Setup FunctionsourceR codeChapter 04: Reviewing Model Predictions, Deviance Residuals and Model StatisticssourceR codeChapter 05: Foundations of GLMs – Families, Links, and Log-Concave LikelihoodssourceChapter 06: Estimating Bayesian Generalized Linear ModelssourceR codeglmbayes_0.9.5.tar.gzglmbayes_0.9.5.zipglmbayes_0.9.5.zipglmbayes_0.9.5.zipglmbayes_0.9.5.tgzglmbayes_0.9.5.tgzglmbayes_0.9.5.tgzglmbayes_0.9.5.tgzglmbayes archiveChapter 07: Models for the Binomial FamilysourceR codeChapter 08: Models for the Poisson FamilysourceR codeChapter 09: Models for the Gamma FamilysourceR codeChapter 10: Informative Priors: Centering and priors with differentiated prior weightssourceR codeChapter 11: Estimating Models with unknown dispersion parameterssourceR codeChapter 12: Large Models: GPU Acceleration using OpenCLsourceR codeChapter 13: Hierarchical Linear ModelssourceR codeChapter 14: Hierarchical Generalized Linear ModelssourceR codeChapter A01: A detailed overview of the glmbayes packagesourceR codeChapter A02: Overview of Estimation ProceduressourceR codeChapter A03: Methods available in glmbayessourceR codeChapter A04: Directional Tail Diagnostics for Prior-Posterior DisagreementsourceR codeChapter A05: Simulation Methods - Likelihood Subgradient DensitiessourceR codeChapter A06: Accept–Reject Sampling for Dispersion in Gamma RegressionsourceR codeChapter A07: Accept–Reject Sampling for gaussian Regression models with independent normal-gamma priorssourceR codeChapter A08: Overview of Envelope Related FunctionssourceR codeChapter A09: Parallel Sampling Implementation using RcppParallelsourceR codeChapter A10: Accelerated EnvelopeBuild Implementation using OpenCLsourceR codeChapter A11: Implementation Companion for Independent Normal-GammasourceR codeChapter A12: Technical Derivations for Priors Returned by 'Prior_Setup()sourceR code

버전 이력

RepositoryVersionPublishedFirst seenLast seenDocs
CRAN0.9.52026-05-292026-05-30
CRAN0.9.32026-05-182026-05-18

보안

표시할 OSV 데이터가 없습니다.

문헌 신호

표시할 OpenAlex 데이터가 없습니다.