View source: R/optimize_power.R
find_best | R Documentation |
Extract roots from power curve fit to given evaluated points
find_best(test.pts, target.power, gamma = 1.5)
test.pts |
power evaluated at different points |
target.power |
goal power |
gamma |
Number > 1. The amount we can extend our search range up (gamma) or down (1/gamma) if we want to search outside our current boundaries. 1 means do not extend (which will potentially cause search to stall, not recommended). |
List of estimate of when curve reaches target.power, derivative of curve at that point, and parameters of the fit curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.