mrgf: A function to perform Multiple Resolution Goodness of Fit.

Description Usage Arguments Value Examples

View source: R/mrgf.R

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

1
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

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

spdynmod documentation built on Feb. 5, 2022, 1:08 a.m.