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

Function rf

inst/include/Rcpp/Rmath.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 inline double pf(double x, double df1, double df2, int lt, int lg) { return ::Rf_pf(x, df1, df2, lt, lg); }
85 inline double qf(double p, double df1, double df2, int lt, int lg) { return ::Rf_qf(p, df1, df2, lt, lg); }
86 inline double rf(double df1, double df2) { return ::Rf_rf(df1, df2); }
87
88 /* Student t Distibution */
89 inline double dt(double x, double n, int lg) { return ::Rf_dt(x, n, lg); }

Callers 2

runit_rfFunction · 0.50
runit_rf_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected