| KSgeneral-deprecated | R Documentation |
These functions are provided for compatibility with earlier versions of KSgeneral and may be removed in a future release.
ks_c_cdf_Rcpp(n)
n |
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.
A numeric value giving the complementary boundary-crossing probability.
ks_c_cdf, Deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.