fix the likelihood computation. fix some other few things
[valse.git] / pkg / data / script_data.R
CommitLineData
923ed737 1m=6
2p=6
228ee602 3
4covY = array(0,dim = c(m,m,2))
5covY[,,1] = diag(m)
6covY[,,2] = diag(m)
7
8Beta = array(0, dim = c(p, m, 2))
9Beta[1:4,1:4,1] = 3*diag(4)
10Beta[1:4,1:4,2] = -2*diag(4)
11
923ed737 12#Data = generateXY(200, c(0.5,0.5), rep(0,p), Beta, diag(p), covY)
13#
14#Res = valse(Data$X,Data$Y, fast=FALSE, plot=FALSE, verbose = TRUE, kmax=3, size_coll_mod = 50, selecMod = "DDSE", mini = 50, maxi=100)
15#plot(Res$tableau[,3], -Res$tableau[,4])