Displaying 2 results from an estimated 2 matches for "est11".
Did you mean:
test11
2006 Jun 27
2
Random numbers negatively correlated?
...tion between the random numbers.
See below the code and the results.
Did I do something wrong or are the numbers in
fact negatively correlated? (A type I error is quite unlikely with a
p-value below 2.2e-16.)
Best,
Christian
set.seed(123456)
n <- 100
p <- 0.5
simruns <- 10000
est <- est11 <- numeric(0)
for (i in 1:simruns){
# if (i/100==round(i/100)) print(i)
x <- rbinom(n,1,p)
est[i] <- mean(x)
x11 <- 3*x[2:n]-x[1:(n-1)]
est11[i] <- sum(x11==2)/sum(x11==2 | x11==(-1))
# x11==(-1): 0 follows 1, x11==2: 1 follows 1.
}
> print(mean(est))...
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
...equency Thermal Control> on cpu9
est10: <Enhanced SpeedStep Frequency Control> on cpu10
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 23b500001b00
device_attach: est10 attach returned 6
p4tcc10: <CPU Frequency Thermal Control> on cpu10
est11: <Enhanced SpeedStep Frequency Control> on cpu11
est: CPU supports Enhanced Speedstep, but is not recognized.
est: cpu_vendor GenuineIntel, msr 23b500001b00
device_attach: est11 attach returned 6
p4tcc11: <CPU Frequency Thermal Control> on cpu11
est12: <Enhanced SpeedStep Frequency C...