Description Usage Arguments Author(s)
Approximate a function by a spline, refined to a given tolerance
1 2 3 4 |
target |
A function to approximate |
a |
The lower bound of the interpolation |
b |
The upper bound of the interpolation |
... |
Additional arguments passed through to |
method |
The method of interpolation to used; passed through
to |
n_base |
The number of equally spaced points to start with |
max_depth |
The number of times the base points will be subdivided, at most. |
atol |
The absolute tolerance; used to determine how the approximation is doing for values with small absolute value. |
rtol |
The relative tolerance' used to determine how the approximation is doing for values with large absolute value. |
verbose |
Be verbose when fitting the spline? This might be useful on expensive functions. |
tol |
The default value for |
target_vectorised |
Flag indicating if |
inverse |
Indicates if the inverse approximate
function is required. This is useful if you can use
|
Rich FitzJohn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.