MixfMRI (version 0.1-3)

MixfMRI Control: Sets of controls in MixfMRI

Description

These sets of controls are used to provide default values in this package.

Arguments

Format

Objects contain several parameters for methods.

Author

Wei-Chen Chen and Ranjan Maitra.

Details

The elements of .FC.CT are default values for main controls of MixfMRI including

ElementsDefaultUsage
algorithm"apecma"implemented algorithm
optim.method"BFGS"optimization method
model.X"I"cov matrix structure
ignore.XFALSEif using voxel information
check.X.unitTRUEif checking X in [0, 1]
CONTROLa listsee CONTROL next for details
INITa listsee INIT next for details
LRTa listsee LRT next for details
MPI.gbdFALSEif MPI speedup available
common.gbdTRUEif X in common gbd format

The elements of CONTROL are default values for optimization controls of implemented EM algorithm including

ElementsDefaultUsage
max.iter1000maximum number of EM iterations
abs.err1e-4absolute error of convergence
rel.err1e-6relative error of convergence
debug1debugging level
RndEM.iter10RndEM iterations
exp.minlog(.Machine$double.xmin)minimum exponential power
exp.maxlog(.Machine$double.xmax)maximum exponential power
sigma.ill1e-6ill condition limit
DS.max1e+4maximum chol() cov matrix
DS.min1e-6minimum chol() cov matrix

The elements of INIT are default values or limitations for initial parameters implemented for EM algorithm including

ElementsDefaultUsage
min.1st.prop0.8minimum proportion of 1st cluster
max.PV0.1maximum p-value for initialization
BETA.alpha.min0 + 1e-6minimum value of alpha parameter of Beta distribution
BETA.alpha.max1 - 1e-6maximum value of alpha parameter of Beta distribution
BETA.beta.min1 + 1e-6minimum value of beta parameter of Beta distribution
BETA.beta.max1e+6maximum value of beta parameter of Beta distribution
max.try.iter10maximum retry iterations if result is unstable
class.method"prob.extned"classification method at initializations

The elements of LRT are default values or limitations for likelihood ratio tests including

ElementsDefaultUsage
H0.alpha1null hypothesis alpha parameter of Beta distribution
H0.beta1null hypothesis beta parameter of Beta distribution
H0.mean0.05null hypothesis mean of Beta distribution

References

Chen, W.-C. and Maitra, R. (2021) “A Practical Model-based Segmentation Approach for Accurate Activation Detection in Single-Subject functional Magnetic Resonance Imaging Studies”, arXiv:2102.03639.

See Also

set.global(), fclust().