search for: mu02

Displaying 4 results from an estimated 4 matches for "mu02".

Did you mean: ms02
2009 May 22
0
EM algorithm mixture of multivariate
...pha) scatterplot3d(x[,1],x[,2],den, highlight.3d=TRUE, col.axis="blue", col.grid="lightblue",angle=120, pch=20) em2mn<- function(y) { n<-length(y[,1]) p<-matrix(0,n,1) f1<-matrix(0,n,1) f2<-matrix(0,n,1) tau<-matrix(0,n,2) eps<-0.0001 mu01<-c(0,0) mu02<-c(0,0) sd01<-matrix(0,2,2) sd02<-matrix(0,2,2) cov1<-matrix(0,2,2) cov2<-matrix(0,2,2) # 1 inizializzare i valori alpha0= runif(1,0,1) for (j in 1:2) { mu01[j] <- runif(1,min=quantile(y[,j], probs =0.25), max=quantile(y[,j], probs =0.75)) mu02[j] <- runif(1,min=quantile(y[,j]...
2009 May 22
0
EM algorithm mixture of multivariate gaussian
...pha) scatterplot3d(x[,1],x[,2],den, highlight.3d=TRUE, col.axis="blue", col.grid="lightblue",angle=120, pch=20) em2mn<- function(y) { n<-length(y[,1]) p<-matrix(0,n,1) f1<-matrix(0,n,1) f2<-matrix(0,n,1) tau<-matrix(0,n,2) eps<-0.0001 mu01<-c(0,0) mu02<-c(0,0) sd01<-matrix(0,2,2) sd02<-matrix(0,2,2) cov1<-matrix(0,2,2) cov2<-matrix(0,2,2) # 1 inizializzare i valori alpha0= runif(1,0,1) for (j in 1:2) { mu01[j] <- runif(1,min=quantile(y[,j], probs =0.25), max=quantile(y[,j], probs =0.75)) mu02[j] <- runif(1,min=quantile(y[,j]...
2015 Sep 24
0
FreeBSD 10 & default_vsz_limit causing reboots?
...bc1d3c3 Sep 17 11:25:39 romulus kernel: mps0: SAS Address from SATA device = 6f8376528dc0d1c0 Sep 17 11:25:39 romulus kernel: da0 at mps0 bus 0 scbus0 target 0 lun 0 Sep 17 11:25:39 romulus kernel: da1 at mps0 bus 0 scbus0 target 1 lun 0 Sep 17 11:25:39 romulus kernel: da1: <ATA Crucial_CT512MX1 MU02> Fixed Direct Access SPC-4 SCSI device Sep 17 11:25:39 romulus kernel: da0: <ATA Crucial_CT512MX1 MU02> Fixed Direct Access SPC-4 SCSI device Sep 17 11:25:39 romulus kernel: da0: Serial Number???????? 14170C183476 Sep 17 11:25:39 romulus kernel: da0: 600.000MB/s transfers Sep 17 11:25:39 r...
2015 Sep 15
3
FreeBSD 10 & default_vsz_limit causing reboots?
Ok, So this is really more of an observation than anything else.? I had a FreeBSD 10.1 server that was running great. Some SSL issue came up, or I upgrade Dovecot in ports - something occurred and the machine started rebooting randomly.? It would run for 2 weeks, then reboot.? It might run for 5 days and then reboot. So I started doing more FreeBSD upgrades, thinking it was a kernel issue. The