CompCor.HCP()
|
CompCor for HCP data |
CompCor()
|
CompCor |
DVARS()
|
Computes the DSE decomposition and DVARS-related statistics.
Citation: Insight and inference for DVARS (Afyouni and Nichols, 2018) |
Dat1
|
Example fMRI Time Series for Subject 1 |
Dat2
|
Example fMRI Time Series for Subject 2 |
Matrix_to_VolumeTimeSeries()
|
Applies a 2D/3D mask to a matrix to get a 3D/4D volume time series. |
PCATF()
|
PCA Trend Filtering. From: https://github.com/Lei-D/PCATF |
choose_PCs.kurtosis()
|
Selects the principle components (PCs) of sufficient kurtosis from a SVD. |
choose_PCs.variance()
|
Selects the principle components of above-average variance from a SVD. |
clever()
|
Identify outliers with clever |
clever_plot_indiv_panel()
|
Plots one or several outlyingness measures of the same type. |
erode_vol()
|
Erode volumetric mask |
est_trend()
|
Estimates the trend of ts using a robust discrete cosine transform. |
fit.F()
|
Estimates the parameters of the F distribution of MCD distances. |
get_leverage_images()
|
Calculate the leverage images for each outlier that meets the
outlier_level threshold, with 3 (default) being the highest/strictest
and 1 being the lowest. |
out_measures.leverage()
|
Computes PCA leverage. |
out_measures.robdist()
|
Computes MCD distances. |
plot(<clever>)
|
Plots the outlyingness measures from a clever result. Can support multiple panels of
different outlyingness measures, but by default, it will plot only the first method. |
scale_med()
|
Scale data columns robustly |
sd_hIQR()
|
Estimates standard deviation robustly using the half IQR (and power trans.). |