R/varpro_3_para.R
varpro_3_para_opts.Rd
Return a list of options for VARPRO based fitting with 3 free parameters.
varpro_3_para_opts(
nstart = 20,
init_damping = 2,
maxiters = 200,
max_shift = 5,
max_damping = 5,
anal_jac = FALSE,
bl_smth_pts = 80
)
position in the time-domain to start fitting, units of data points.
starting value for the global Gaussian line-broadening term - measured in Hz.
maximum number of levmar iterations to perform.
maximum global shift allowed, measured in Hz.
maximum damping allowed, FWHM measured in Hz.
option to use the analytic or numerical Jacobian (logical).
number of data points to use in the baseline smoothing calculation.
list of options.