search for: tf4701085

Displaying 1 result from an estimated 1 matches for "tf4701085".

Did you mean: tf4600185
2007 Oct 27
1
Newton method iteration problem
...Finding the root by Newton method rootFinding<-function(initialX,setAlpha){ while(target(initialX,setAlpha)!=0){ initialX<-initialX-(target(initialX,setAlpha)/firstfirstDerivative(initialX) } initialX } -- View this message in context: http://www.nabble.com/Newton-method-iteration-problem-tf4701085.html#a13439031 Sent from the R help mailing list archive at Nabble.com.