Learn R Programming

NSM3 (version 1.18)

qKolSmirnLSA: Quantile function for the asymptotic distribution of the Kolmogorov-Smirnov J* statistic.

Description

This function computes the Q() function defined in Section 5.4 of Hollander, Wolfe, and Chicken on a grid and then searches for the cutoff based on alpha.

Usage

qKolSmirnLSA(alpha)

Value

Returns the upper tail cutoff at or below user-specified alpha

Arguments

alpha

A numeric value between 0 and 1.

Author

Grant Schneider

Examples

Run this code
##Hollander-Wolfe-Chicken Section 5.4 LSA
qKolSmirnLSA(.05)

Run the code above in your browser using DataLab