estimateTsTime {genMCMCDiag}R Documentation

Uses generic formulas and rough time estimate to estimate time it will take to evaluate the TS algorithm on a set of unique draws with the tsTransform function.

Description

Uses generic formulas and rough time estimate to estimate time it will take to evaluate the TS algorithm on a set of unique draws with the tsTransform function.

Usage

estimateTsTime(distance, draw1, draw2, N)

Arguments

distance

Function with two parameters x,y. Used to calculate distance between draw1 and draw2

draw1

Object that works as an argument for distance()

draw2

Different object that works as an argument for distance()

N

Number of unique draws for which the user is interested in evaluating the time to completion for the TS algorithm

Value

Data.frame with 1 row and 2 columns. Entry one gives the standard completion time, entry two gives the completion time if the fuzzy approximation is used.


[Package genMCMCDiag version 0.2.2 Index]