PrintEstimatedRemainingTime {StableEstim} | R Documentation |
Estimated remaining time
Description
Prints the estimated remaining time in a loop. Useful in Monte Carlo simulations.
Usage
PrintEstimatedRemainingTime(ActualIter, ActualIterStartTime, TotalIterNbr)
Arguments
ActualIter |
Actual Iteration; |
ActualIterStartTime |
Actual Iteration Starting time; |
TotalIterNbr |
Total number of iterations; |
Details
Called at the end of each Monte Carlo step, this function will compute
the duration of the actual step, an estimate of the remaining MC loops
duration and prints the result to the screen in a human readable
format using function PrintDuration
.
See Also
PrintDuration
,
ComputeDuration
.
[Package StableEstim version 2.2 Index]