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

Function pf

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

Source from the content-addressed store, hash-verified

82 /* F Distibution */
83 inline double df(double x, double df1, double df2, int lg) { return ::Rf_df(x, df1, df2, lg); }
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

Callers 2

runit_pfFunction · 0.85
runit_pfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected