main function for bifunctional clustering
bifun_clu(
data1,
data2,
k,
Time1 = NULL,
Time2 = NULL,
trans = log10,
inv.cov = NULL,
initial.pars = NULL,
iter.max = 100,
parscale = 0.001
)
the initial parameters for functional clustering
matrix or data for cluster
matrix or data for cluster
vector for the cluster number
vector for the time point
vector for the time point
indicate log/log2/log10 transform dataset
matrix for directly solve cov matrix, default not given(currently not available)
vector for manual give initial parameters, default not given
scales control iteration for EM algorithm
scales control parameters scales for cov pars