KSgeneral-deprecated: Deprecated Functions in Package 'KSgeneral'

KSgeneral-deprecatedR Documentation

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)

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.

Value

A numeric value giving the complementary boundary-crossing probability.

See Also

ks_c_cdf, Deprecated


KSgeneral documentation built on Aug. 23, 2026, 9:07 a.m.