Last data update: 2014.03.03

R: Product Mean Test
test.PMTR Documentation

Product Mean Test

Description

Performs Product Mean Test(PMT) on vectors of data.

Usage

test.PMT(x, y)

Arguments

x

actual climate data

y

reconstructed climate data

Details

Performs Product Mean Test(PMT) on vectors of data.

Value

the value of the t-statistic of Performs Product Mean Test(PMT)

Author(s)

Zongshan Li zsli_st@rcees.ac.cn

References

Fritts HC (1976) Tree rings and climate.Academic Press, New York.

See Also

test.ST

Examples


data(val)
test.PMT(val[,1],val[,2])

Results