search for: simetr

Displaying 7 results from an estimated 7 matches for "simetr".

Did you mean: simeth
2005 Aug 12
6
evaluating string variables
Hello!!! I have a folder (C:/R/) with matrix files, named by number, i.e. 0.mat, 1.mat,...,1250.mat. In this case, they are 5x5 simetric matrices. I would like to compute a property for each matrix and put calculated values into a data frame for posterior ploting and printing. Below there is an example for 7 matrices (0.mat..6.mat) #define data frame L <- data.frame(frame=numeric(7), L=numeric(7)) f0<-1/(5*(5-1)) # first va...
2004 Jan 13
4
Bandwith Aggregation
I am working on my Diploma Thesis on Computer Science Engineering. The main idea behind of my work is to make it possible to have a Linux box combining multiple ISP/network connections together providing a single connection with an aggregated bandwith. I have been surfing the Internet and I haven''t found anything like that running on Linux. I would like to implement it using iproute 2
2000 Dec 12
0
correspondence analysis
...ething I find very weird: "nf: The number of factors to be computed. Note that although 1 is the most usual, one school of thought takes the first two singular vectors for a sort of biplot." All textbooks I've read on correspondence analysis insisted on the fact that this method gives simetrical roles to the 2 analized factors (and therefore a plotting both factors on the same graph was natural), and that it was necessary to take the first n factorial axis into account when interpreting the results. Any insight on these matters is welcome. Alexandre -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2009 Dec 29
2
X-Content-Duration HTTP header
...re? Cheers, Silvia. ---------- Forwarded message ---------- From: Julian Reschke <julian.reschke at gmx.de> Date: Wed, Dec 30, 2009 at 12:17 AM Subject: Re: Public feedback on HTML5 video To: Silvia Pfeiffer <silviapfeiffer1 at gmail.com> Cc: robert at ocallahan.org, Aryeh Gregor <Simetrical+w3c at gmail.com>, Maciej Stachowiak <mjs at apple.com>, Gavin Carothers <gavin at carothers.name>, HTMLwg <public-html at w3.org>, comments at daringfireball.net Silvia Pfeiffer wrote: > > On Mon, Dec 28, 2009 at 10:32 PM, Julian Reschke <julian.reschke at gmx.d...
2011 Mar 21
1
Cant find out MCE reason (CPU 35 BANK 8)
...ers are always the same. Ok.Supposed we have problem in RAM, since i dont really know what those cpu numbers mean we suppose that cpu+bank can point the problem hw.Is it possible? According to our "broken ram theory" we suppose that those numbers 32,33,34,45 and 50,51,52,53 indicate some simetric problem with ram/or slots or smth else.Is it correct? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110321/6a3d61ae/attachment-0003.html> -------------- next part -------------- ___...
2010 Jan 26
3
Graph color
Hi all I want to apply different colors on a simple plot: If I type par(br="gray") before a plot it puts all the image in gray but (imagine I run a simple plot) want to let the centrall box (where the dots are plotted) in white or image in lightblue. Can anyone guide me to apply this second step (make the box where the series are plotted in different colours). Thanks in advance.
2013 Apr 05
2
transforming data prior to CCA
Hi everyone, I?m a student and relatively new to R so apologies in advance if this question seems stupid or obvious to you. I have collected a dataset with about 60 species of diatoms (count data from 19 different sample sites) and environmental variables for each site (salinity, pH, etc.). It?s all in the same dataset but distinct in R through the functions below diat <- diatom [, 1:60]