Last data update: 2014.03.03

R: Reduction of Error statistic
test.RER Documentation

Reduction of Error statistic

Description

Performs Reduction of Error(RE) statistic on vectors of data.

Usage

test.RE(x, y)

Arguments

x

a vector indicating actual climate data

y

a vector indicating reconstructed climate data

Details

Performs Reduction of Error(RE) statistic on vectors of data.

Value

RE: Reduction of Error(RE) MSE: Mean squared erro of validation RMSE: Root mean squared error of validation

Author(s)

Zongshan Li zsli_st@rcees.ac.cn

References

Cook ER ,Kairiukstis LA (1990) Methods of Dendrochronology: Applications in the Environmental Sciences. Kluwer Academic Publishers, Dordrecht, Netherlands.

See Also

test.ST, test.PMT

Examples

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

Results