[R] nonlinear regression with an iterativ function

Christof Kluß ckluss at email.uni-kiel.de
Wed Nov 10 19:54:45 CET 2010


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



More information about the R-help mailing list