mrgf {spdynmod}R Documentation

A function to perform Multiple Resolution Goodness of Fit.

Description

Returns the results of a Multiple Resolution Goodness of Fit after the modified method of Kuhnert et al. 2005, originally by Costanza 1989. This function is computationally intensive and consumes a lot of RAM memory.

Usage

mrgf(year = "1992", w1 = 1, w2 = 27, k = 0)

Arguments

year

year validation year (by default 1992)

w1

w1 initial window size (by default 1)

w2

w2 final window size (by default 27; max. 113)

k

k parameter for weighting Ft with lower/larger windows resolutions

Value

Fw vector of fits for each window size

Ft weighted overall fit

Examples

## Not run mrgf(year='1992',w1=1,w2=113,k=0)

[Package spdynmod version 1.1.6 Index]