Displaying 4 results from an estimated 4 matches for "thex".
Did you mean:
the
2010 Mar 26
2
R loop help
Hi,
I am tring to write a loop to compute this,
==========================
x1=c(
rep(-1,4),
rep(1,4)
)
x2=c(
rep(c(-1,-1,1,1),2)
)
x3=c(
rep(c(-1,1),4)
)
x1*x2
x1*x3
x2*x3
========================
suppose i have x1,x2,x3
i want to compute their ' two factor interactions', x1x2,x1x3 and x2x3,
I wrote
========================
for(i in 1:2){
for( j in i+1:3){
xij=c()
2008 Dec 24
0
[Annoucement] Compiz feature branch compiz++
...texture from pixmap functionality. It's main advantage is that it supports pixmaps bigger than the maximum texture size. In this cases a pixmap is split into multiple textures. Compiz will use the glx texture-from-pixmap extension for pixmaps/windows but will fall back to the copytex plugin if thex are bigger than the maximum texture size.
- Reparented decorations: Like other window managers, compiz now supports reparented window decorations. This will allow compiz to run as a normal window manager and to be able to have decorations for windows that are bigger than the maximum texture size...
2008 Dec 24
3
[ANNOUNCE] Compiz feature branch compiz++
...ture from pixmap functionality.
It's main advantage is that it supports pixmaps bigger than the maximum
texture size. In this cases a pixmap is split into multiple textures. Compiz
will use the glx texture-from-pixmap extension for pixmaps/windows but will
fall back to the copytex plugin if thex are bigger than the maximum texture
size.
- Reparented decorations: Like other window managers, compiz now supports
reparented window decorations. This will allow compiz to run as a normal
window manager and to be able to have decorations for windows that are bigger
than the maximum texture s...
2010 Oct 17
2
dpois().......bizarre warning messages
Dear Masters,
I have a question to submit
consider the following script
m<-4.95
obs<-rpois(36,m) # i generate 36 realization from a poisson(m)
hist(obs,freq=F)
curve(dpois(x,m),add=T,col="red") #i wish to overlay on the histogram the
theorical poisson density function
errors are returned saing the x vector doesn't contain integers....
really bizarre i can't give