Usage
coronoid(tfrep, guess, tfspec=numeric(dim(tfrep)[2]), subrate=1,
temprate=3, mu=1, lambda=2 * mu, iteration=1000000, seed=-7,
stagnant=20000, costsub=1, plot=T)
Arguments
tfrep
Estimate for the contribution of the noise to modulus.
guess
Initial guess for the algorithm.
tfspec
Estimate for the contribution of the noise to modulus.
subrate
Subsampling rate for ridge estimation.
temprate
Initial value of temperature parameter.
mu
Coefficient of the ridge's derivative in cost function.
lambda
Coefficient of the ridge's second derivative in cost function.
iteration
Maximal number of moves.
seed
Initialization of random number generator.
stagnant
Maximum number of stationary iterations before stopping.
costsub
Subsampling of cost function in output.
plot
When set(default), some results will be shown on the display.