search for: satisf

Displaying 6 results from an estimated 6 matches for "satisf".

Did you mean: satisfy
2012 Jun 14
1
matrix manipulation
...writing to ask how to manipulate a matrix or dataframe in a specific way. To elaborate, let's consider an example. Assume we have the following 3 by 4 matrix A with elements either 0 or 1, 0 1 1 0 1 0 1 1 0 0 0 1 >From the original matrix A, I'd like to generate a new matrix B satisfing 1) B is initially set to be equal to A, and then 2) Each row of B is a weighted sum of rows of A 3) The weight is given by the number of common 1 shared by the rows. For row 1: it has one common 1 with row 2, thus the weight is 1; it has zero common 1 with row 3, thus the weight...
2006 Feb 09
8
load balancing and failover
Hi, A friend of mine has 2 lines of 512kbps terminated in two Linux boxes. He now want to remove those 2 boxes and have some device which will loadbalance the two ISPs and also have a failover arrangement. But he has agreed to give me a chance to do it on Linux for my own satisfication. Is this easy to do with lartc? How do I go about it exactly? I have very less time to do it since his whole network will be done for that time and I cannot afford to play for long time. Is it worth trying it with lartc for academic sake atleast? Can someone suggest some easy steps? With...
2011 Mar 23
0
Rulefit with R and missing values
.../Rulefit" source("C:/Rulefit/rulefit.r") install.packages("akima", lib=rfhome) library(akima, lib.loc=rfhome) save.image("C:/Rulefit/init_rulefit.RData") setwd("C:/Rulefit") load("C:/Rulefit/init_rulefit.RData") library(akima, lib.loc=rfhome) satisf1<-read.table("rulefit satisf preop.txt",header=TRUE,dec=".",na.strings="?") tt<-dim(satisf1) ref<- array(1, dim=c(tt[1],tt[2]-1)) resp<- array(1, dim=c(tt[1],1)) for ( i in 1 : tt[1]) { resp[i,1]=satisf1[i,tt[2]] for (j in 1 : (tt[2]-1)) { ref[i,j]=...
2009 Jul 22
3
World of Warcraft not running
Hello, I can imagen this forum had his fair share of WoW related topic but a quick search didnt give me a satisfing answere. I apolisize if this question has come up before i just suck at searching. Yesterday i decided i had enough of Vista. I was thinking about moving to linux for some while now and i couldn't think of anymore reason not to. So i made a backup from my important files and went to install...
2001 Feb 07
2
Literature needed
...n is great when it comes to explaining how to use a feature and I wonder if that would also be a good place for literature recommendations? A second thing I need to find some information about is if there is anything special to correlating measures of change. In my case I have measured marital satisfaction and quality of communication at two points in time and want to look at the correlations between (satisfation t2 - satisfaction t1) and (communication t2 - communication t1). I always thought there's nothing to it but some psychologist discuss a lot about correlations between changes a...
2003 May 15
9
big file server
Hi I plan to set up a big file server, something like motherboard with 4 ide ports and an additional 4 ide daughter card, a PIV proc and 512 or 1024 MB ram, a 100 or 1000 MB NIC, with 6 or 7 200 GB ide HDDs in a sigle box. I don't need lightning performance, just disk space. Of course this would be served by some linux os and samba questions (relative to samba configuration and behaviour) :