Re: [R] Dynamische Programmierung mit R

2010-04-30 Thread Lanna Jin
Weiss ich nicht genau ob es in R gibt, aber versuch mal Processing.org - Lanna Jin lanna...@gmail.com 510-898-8525 -- View this message in context: http://r.789695.n4.nabble.com/Dynamische-Programmierung-mit-R-tp2076695p2076909.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Dynamische Programmierung mit R

2010-04-30 Thread Achim Zeileis
Hi Marc, this list speaks English please. For all others: Marc wants to implement the algorithm of Langstaff/Schwartz via dynamic programming. He asks whether this could be done in R and whether there are good examples for existing dynamic programming functions in R. First, this fortune hol

[R] Dynamische Programmierung mit R

2010-04-30 Thread Marc Hanfeld
Guten Tag, ich bin ein Neuanwender von R und möchte im Rahmen meiner Forschung den Algorithmus von Longstaff/Schwartz in R umsetzen. Hierfür möchte ich in Erfahrung bringen, ob in R das Prinzip der dynamischen Programmierung umsetzbar ist und ob es dafür vielleicht schon ähnliche Programme gibt