Description Usage Arguments Value Examples
Find the smallest positive integer x-value larger than in initial
value for which an approximately monotonic function f is nonnegative.
This is an internal function used in general.fi.samplesize
. The
argument is increased exponentially until it becomes nonnegative, then
a binary search is performed.
1 2 3 4 5 6 7 8 9 10 11 12 |
f |
a function with one argument |
x.init |
the initial value towards finding the zero of f |
fz.verbose |
a logical value for whether to print status updates while running |
D |
an internal argument controlling the step size in Ruppert-Polyak averaging |
gamma |
the power of n^-1 in gradient descent |
burnin_dur |
the number of iterations of SGD to burn in before there's checks for the average to converge |
eps |
a parameter to control the error. The smaller is it, the more precise the output but the longer the function will take to run. |
proj |
a function to project/map the argument of the function onto the functions domain |
limits |
a length two numeric vector with the first entry being the lower bound and the second being an upper bound. |
the argument of f which satisfies the desired conditions.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.