Learn R Programming

dcv (version 0.1.1)

test.PMT: 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

Value

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

Details

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

References

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

See Also

test.ST

Examples

Run this code

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

Run the code above in your browser using DataLab