newtonRapson {optR} | R Documentation |
Function for Newton Rapson roots for given equations
Description
newtonRapson function perform optimization
Usage
newtonRapson(f, x, iteration = 30, tol = 1e-09)
Arguments
f |
: function to optimize |
x |
: Initial Solution |
iteration |
: Iterations |
tol |
: Tolerance |
Value
x : optimal roots
[Package optR version 1.2.5 Index]