CUM.LN {LIStest}R Documentation

Cumulative distribution of the Ln statistic

Description

Cumulative distribution of the statistic "size of the longest increasing subsequence", it is used in the LIS.pvalue function.

Usage

data(CUM.LN)

Format

The format is: num [1:90, 1:90] 1.00000 0.50000 0.16667 0.04167 0.00833 ...

Examples

data(CUM.LN)
## maybe str(CUM.LN) ; plot(CUM.LN) ...

[Package LIStest version 1.0 Index]