similar to: duplication matrix

Displaying 20 results from an estimated 200 matches similar to: "duplication matrix"

2011 Jul 23
1
Achieving 'reverse-Vech' of a matrix
Let say i have a square matrix and applied the 'vech' operator to stack the lower triangular elements into a vector: > Mat <- matrix(1:25, 5) > Mat ? ? ?[,1] [,2] [,3] [,4] [,5] [1,] ? ?1 ? ?6 ? 11 ? 16 ? 21 [2,] ? ?2 ? ?7 ? 12 ? 17 ? 22 [3,] ? ?3 ? ?8 ? 13 ? 18 ? 23 [4,] ? ?4 ? ?9 ? 14 ? 19 ? 24 [5,] ? ?5 ? 10 ? 15 ? 20 ? 25 > Mat[lower.tri(Mat)] ?[1] ?2 ?3 ?4 ?5 ?8 ?9 10 14
2002 Mar 25
2
Extreme value distributions (Long.)
This may not actually be an R/Splus problem, but it started off that way ..... ===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=== Executive summary: ================== Simulations involving extreme value distributions seem to ``work'' when the underlying distribution is exponential(1) or exponential(2) == chi-squared_2, but NOT when the underlying distribution is
2006 May 30
1
about printing
Dear members of samba team I have a problem about samba realizing the function of printing when studying the source of samba-2.2.8. I want to know if the samba can realize printing a big file. For example, the memory of my printing server is limited to 20M, but I want to print a file beyond 20M, how does the samba do? Can samba realize the big file pinting function by cutting the file into a
2008 Oct 23
15
VEC Operator in R
Can anyone please tell whether there is any R function to act as "VEC" and "VECH" operator on Matrix? Yes of course, I can write a user-defined-function for that or else, I can put dim(mat) <- NULL. However I am looking for some R function. Your help will be highly appreciated. Regards, -- View this message in context:
2005 Oct 19
1
clustering algorithm detail
Hi all, I wanted to run the hclust (or any other clustering algorithm) on a distance matrix. I have formed the distance matrix as: distmat: a b c d e a 0.00 0.96 1.60 1.60 1.68 b 0.96 0.00 0.96 1.80 2.64 c 1.60 0.96 0.00 0.84 1.80 d 1.60 1.80 0.84 0.00 0.96 e 1.68 2.64 1.80 0.96 0.00
2000 Sep 29
0
Is it R or I?
Salutations: I have been trying to translate a S-PLUS/ArcInfo (GIS software) application that I wrote on a SGI (IRIX) platform to public domain R and GrassGIS on a Linux platform. I am almost on the verge of abandoning it as I find R to be rather unstable, slow and frustrating. I enclose a section of my code for R experts to examine hoping that they'll point out that all the above three are
2006 Oct 31
0
On Solaris8 install samba show error: libsendfile.so.1: open failed: No such file or directory
samba everyone: How do you do! I have a question about install samba on solaris8.I search internet a lot.but don't find useful info. wish can get work it out there.Hope any advices and tips.Thanks lot. OS: solaris8 I have installed follow softeware: gcc-3.3.2-sol8-sparc-local.gz libiconv-1.9.2-sol8-sparc-local.gz ncurses-5.4-sol8-sparc-local.gz
2008 Oct 24
0
following up on infinite email server loop
just to add to ted's explanation in case it helps to fix the email server problem: below are the two Recipients and one of the two is always contained in the repeated emails that I'm receiving. Also, of course i don't mean to claim that the names contained in below are doing anything to cause the problem . VEC Operator is just an example. There are 3 or 4 others that repeat
2008 Jun 22
1
two newbie questions
# I've tried to make this easy to paste into R, though it's probably so simple you won't need to. # I have some data (there are many more variables, but this is a reasonable approximation of it) # here's a fabricated data frame that is similar in form to mine: my.df <- data.frame(replicate(10, round(rnorm(100, mean=3.5, sd=1)))) var.list <- c("dv1",
2017 Jan 26
1
: strptime bug
Hi, You don't give the time zone but this is probably due to the clock jumping by one hour when switching to summer time. In UK this happens at 1am and on that day there is no such thing as 01:05, etc., see eg https://www.timeanddate.com/time/change/uk/london In your time zone this probably happens at 2am. Georgi Boshnakov ------------------------------ Message: 7 Date: Thu, 26 Jan 2017
2012 Sep 12
3
how to create a substraction matrix (subtract a row of every column from the same row in other columns)
Hello I have data like this x1 x2 x3 x4 x5 I want to create a matrix similar to a correlation matrix, but with the difference between the two values, like this x1 x2 x3 x4 x5 x1 x2-x1 x3-x1 x4-x1 x5-x1 x2 x3-x2 x4-x2 x5-x2 x3 x4-x3 x5-x3 x4 x5-x4 x5 Then I
2006 May 30
2
problem about asterisk realtime.
hi, Longing for your help. I came into a problem ,Now I want to configure asterisk sip peers from MYSQL database dynamic, flolling the introduction of asterisk realtime,i set the cofiguration of sip users,but I need to cofigure sip peers too. Where I can find some infomation about cofiguring sip peers? What is the difference of configuration sip peers and configuration sip
2006 Mar 02
2
testing duplication in model and functional
Hi, I''m starting a new application, and want it to be tested out the wazoo. Do people duplicate tests in both unit and functional tests? Say I have a Product model. I write tests that make sure that it acts appropriately (tests the validations and so forth). Is it good practice to also write the functional tests for the same sort of tests (i.e. make sure that the validations are
2002 Sep 01
1
HDD duplication in RH7.3
Hi Folks, I have an internal HDD running under RH7.3. I would like to purchse a second HDD(usb external) of same geometry, and use it as a bootable snapshot of the first internal HDD. I wish to make a whole disk bootable backup regularly via this method. Is this feasible ? How should I approach this ? Any advice and/or documentations are greatly appreciated. Thanks in advance. karhong. --
2006 Feb 17
0
SearchGenerator: Results list duplication
Hello all, I''ve installed the SearchGenerator from here (http://wiki.rubyonrails.org/rails/pages/SearchGenerator) and have it up and running perfectly when I only have one field in the make_searchable list. When I add a second field to the make_searchable list I get some strange behavior, my results list now displays each result twice. Has anyone else encountered this issue and if
2014 Apr 24
0
bedup - De-duplication and snapshots
Dear All, I have a very slow deduplication going on on an external usb disk. I'm using it for backups - I rsync the relevent files to the disk and then take a snapshot. I then deduplicate with bedup dedup <disk-mount-point> What I am finding is that it is reporting a deduplication between the data on the disk and its snapshot e.g.: Deduplicated: -
2013 Jan 29
1
puppetdb catalog duplication
Hello, Just kicking the tyres with PuppetDB (1.1.0) on a test setup with 100-odd nodes running only once an hour by default. Looking at the dashboard the catalog duplication is showing 0.0% which seems a little odd to me. Any way to track down why this is and how to correct it as presumably this is not desired behaviour. Cheers Paul -- You received this message because you are subscribed
2007 Jul 29
1
Will "de-duplication" be added?
Does anybody know if native block level replication or block level ?de-duplication? as NetApp calls it will be added? This message posted from opensolaris.org
2008 Mar 07
0
ActiveRecordStore: cleanup & avoiding duplication
Hi, I''m using ActiveRecordStore to track user sessions. I''ve used as a base the next sources: - http://blog.levicole.com/articles/category/ror - http://matt-beedle.com/2006/12/13/rails-how-to-find-out-who-is-online/ - http://www.williambharding.com/blog/?p=99 This is what I currently do: IN SESSION CONTROLLER def create self.current_user = User.authenticate(params[:login],
2008 Feb 22
0
[Patch] blktap: Remove some code duplication
With my qcow2 patch to blktap I contributed a bit to the mess, so here an attempt to clean up and remove at least some of the code duplication in the functions dealing with aio operations. This patch is mostly just moving code. Apart from renaming to get common names and such things, only very few changes are needed as big parts of the code were completely identical and obviously created by