View source: R/getYieldVsFcurve.R
distanceSSLogYield | R Documentation |
Calculates the proportional difference between getYield() outputs of current and previous state. This function can be used in projectToSteady() to decide when sufficient convergence to steady state has been achieved.
distanceSSLogYield(params, current, previous, criterion = "SSE")
params |
MizerParams |
current |
A named list with entries |
previous |
A named list with entries |
criterion |
TODO: document |
proportional difference between current and previous state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.