qKolSmirnLSA: Quantile function for the asymptotic distribution of the...

View source: R/qKolSmirnLSA.R

qKolSmirnLSAR Documentation

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)

Arguments

alpha

A numeric value between 0 and 1.

Value

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

Author(s)

Grant Schneider

Examples

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

NSM3 documentation built on Sept. 8, 2023, 5:52 p.m.

Related to qKolSmirnLSA in NSM3...