LIStest-package {LIStest}R Documentation

Longest Increasing Subsequence Independence Test

Description

calculate the pvalue for the two samples L.I.S independence test (for continuous random variables).

Details

Package: LIStest
Type: Package
Version: 1.0
Date: 2008-05-15
License: GPL 2.0

Author(s)

Jesus Garcia and Veronica Andrea Gonzalez Lopez

Maintainer: Who to complain to <jg@ime.unicamp.br>

References

A nonparametric idependence test for small sample size

Examples

X<-rexp(50) 
Y<-runif(50,0,X)
res<-LIS.pvalue(X,-Y,alternative="two.sided")
res


[Package LIStest version 1.0 Index]