PrintEstimatedRemainingTime {StableEstim} | R Documentation |
Prints the estimated remaining time in a loop. Useful in Monte Carlo simulations.
PrintEstimatedRemainingTime(ActualIter, ActualIterStartTime, TotalIterNbr)
ActualIter |
Actual Iteration; |
ActualIterStartTime |
Actual Iteration Starting time; |
TotalIterNbr |
Total number of iterations; |
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
.
PrintDuration
,
ComputeDuration
.