These functions are provided for compatibility with earlier versions of KSgeneral and may be removed in a future release.
ks_c_cdf_Rcpp(n)A numeric value giving the complementary boundary-crossing probability.
A positive integer giving the sample size.
ks_c_cdf_Rcpp() is deprecated as of KSgeneral 2.1.0.
It uses the historical file-based interface, reading boundary values from
Boundary_Crossing_Time.txt in the current working directory.
New code should use ks_c_cdf(n, A, B), which accepts the lower
and upper boundary vectors directly and does not require intermediate file I/O.
ks_c_cdf, Deprecated