Learn R Programming

dcv (version 0.1.1)

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

Value

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

Details

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

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

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

Run the code above in your browser using DataLab