gof_fitting | R Documentation |
Good-of-fitting (GOF) of fitted time-series
gof_fitting(mat_ref, mat_fit, I_rem, times = 100)
mat_ref |
matrix of reference curvr |
mat_fit |
matrix of fitted time-series |
I_rem |
index of succeed fitted pixels. |
times |
For each, how many times noise simulated? |
phenofit::GOF
data("mat_ref")
data("lst_noise")
d_gof <- gof_fitting(mat_ref, lst_noise$real$y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.