[R] Differentiation

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Aug 20 10:00:51 CEST 2007



Shubha Vishwanath Karanth wrote:
> Hi,
> 
>  
> 
> Could anyone tell me what is the command used in R to do 
> 
> 1.	Differentiation

See ?deriv and note that R is numerical software and only has limited 
capabilities for symbolic mathematics such as differentiation.


> 2.	Newton Raphson method (Numerical Analysis in general...)

For numerical optimization see ?optim which implements several methods.

Uwe Ligges



>  
> 
> Are there any packages separately for this?
> 
>  
> 
> Thanks for your help!
> 
>  
> 
> BR, Shubha
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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.



More information about the R-help mailing list