Hi,

we have a function that calculates a value for each day of the year.

For example an iterative function like

actvalue_0 := 0
actvalue_ {t+1} := actvalue_t + f(param_1,param_2,actvalue_t)

and for some days we have measurements. Now we want to choose param_1
and param_2 so that the function values are close to our measured values.


Does anyone know how to solve this problem?

Thanks,
Christof

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to