distanceMaxRelRDI | R Documentation |
This function can be used in projectToSteady()
to decide when sufficient
convergence to steady state has been achieved.
distanceMaxRelRDI(params, current, previous)
params |
MizerParams |
current |
A named list with entries |
previous |
A named list with entries |
The largest absolute relative change in rdi:
max(abs((current_rdi - previous_rdi) / previous_rdi))
Other distance functions:
distanceSSLogN()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.