Learn R Programming

geospt (version 0.4-9)

rbf.cv: generates a RMSPE value, result of cross validation leave-one-out

Description

Generate the RMSPE value, which is given by the radial basis function with parameter sigma

Usage

rbf.cv(sigma, z, coordinates, n.neigh, func)

Arguments

Value

returns the RMSPE value

See Also

rbf

Examples

Run this code
data(preci)
rbf.cv(sigma=0.1460814, z=preci$prec, coordinates=preci[,2:3],
    n.neigh=9, func="TPS")

Run the code above in your browser using DataLab