newton_raphson_1d | R Documentation |
One-dimensional Newton–Raphson
newton_raphson_1d(f_over_df, param0, ...)
f_over_df |
The term f(x_0) / f'(x_0) in Newton–Raphson. |
param0 |
Starting parameter, typically from method of moments estimates. |
... |
Optional |
Newton–Raphson estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.