TS_cont {Rgof} | R Documentation |
Find test statistics for continuous data
Description
Find test statistics for continuous data
Usage
TS_cont(x, pnull, param, qnull)
Arguments
x |
A numeric vector. |
pnull |
cdf. |
param |
parameters for pnull in case of parameter estimation. |
qnull |
An R function, the quantile function under the null hypothesis. |
Value
A numeric vector with test statistics
[Package Rgof version 3.3.0 Index]