MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / runit_psigamma

Function runit_psigamma

inst/tinytest/cpp/sugar.cpp:581–587  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

579
580// [[Rcpp::export]]
581List runit_psigamma( NumericVector nn, NumericVector kk){
582 return List::create(
583 _["VV"] = psigamma(nn,kk),
584 _["PV"] = psigamma(10.0, kk ),
585 _["VP"] = psigamma(nn, 5.0 )
586 ) ;
587}
588
589// [[Rcpp::export]]
590List runit_lbeta( NumericVector nn, NumericVector kk){

Callers

nothing calls this directly

Calls 1

psigammaFunction · 0.85

Tested by

no test coverage detected