Update README.org
This commit is contained in:
parent
13db7fdfbd
commit
a9fe72b021
@ -278,7 +278,6 @@ plotMuso()
|
|||||||
|
|
||||||
likelihoodGPP = list(
|
likelihoodGPP = list(
|
||||||
GPP = (function(x, y){exp(-sqrt(mean((x-y)^2))) }))
|
GPP = (function(x, y){exp(-sqrt(mean((x-y)^2))) }))
|
||||||
dataVar <- c(GPP=3009)
|
|
||||||
calibrateMuso(measuredData = md,
|
calibrateMuso(measuredData = md,
|
||||||
dataVar = c(GPP=3009), iterations = 100,
|
dataVar = c(GPP=3009), iterations = 100,
|
||||||
likelihood = likelihoodGPP, method="GLUE")
|
likelihood = likelihoodGPP, method="GLUE")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user