Learn R Programming

KSgeneral (version 2.1.0)

KSgeneral-deprecated: Deprecated Functions in Package 'KSgeneral'

Description

These functions are provided for compatibility with earlier versions of KSgeneral and may be removed in a future release.

Usage

ks_c_cdf_Rcpp(n)

Value

A numeric value giving the complementary boundary-crossing probability.

Arguments

n

A positive integer giving the sample size.

Details

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.

See Also

ks_c_cdf, Deprecated