pnct {exceedProb} | R Documentation |
t-distribution with Boost
Description
This function returns the cdf of a noncentral t-distribution. It is more accurate than stats::pt() for large ncp
Usage
pnct(x, df, ncp)
Arguments
x |
Test statistic |
df |
Degrees of freedom |
ncp |
Noncentrality parameter |
Value
Cumulative probability
[Package exceedProb version 0.0.1 Index]