gof_fitting: Good-of-fitting (GOF) of fitted time-series

View source: R/gof_fitting.R

gof_fittingR Documentation

Good-of-fitting (GOF) of fitted time-series

Description

Good-of-fitting (GOF) of fitted time-series

Usage

gof_fitting(mat_ref, mat_fit, I_rem, times = 100)

Arguments

mat_ref

matrix of reference curvr ⁠[ngrid, ntime]⁠

mat_fit

matrix of fitted time-series ⁠[ngrid, ntime]⁠

I_rem

index of succeed fitted pixels.

times

For each, how many times noise simulated?

See Also

phenofit::GOF

Examples

data("mat_ref")
data("lst_noise")
d_gof <- gof_fitting(mat_ref, lst_noise$real$y)

kongdd/gee_whittaker documentation built on April 14, 2024, 5:22 a.m.