search for: symetric

Displaying 20 results from an estimated 41 matches for "symetric".

Did you mean: symmetric
2005 Aug 09
8
call "load balancing"
Hello All, Wondering what sort of real world mileage people are getting out of different internet connecions - i.e. different DSL connection speeds, cable modems, etc... Is it reasonable to hope to carry 10 - 15 concurrent calls on a 768K DSL? I'm not talking about theoretical BW or looking for any difinitive absolute guarantee... With DSL and Cable - there is no guarantee, so I'm
2008 Aug 01
8
Sharing home directories between two symetric nodes?
Hello, I just discovered Gluster a couple of weeks ago and went through the initial documentation and got it compiled. It looks very promising both for my home network and for work. For now I'm concentrating at home - We have to Ubuntu 8.04 desktops, one for me and one for my wife. We generally try to keep them off when not used but at any time any one of them could be up or down. I was
2010 Jan 11
3
Problem about Box-Cox transformation (topic in html form)
...L.R. test, power = 0: 2014.192 df = 1 p = 0 L.R. test, power = 1: 3.9807 df = 1 p = 0.046 Then I compared the result with original data, and it really confused me: http://n4.nabble.com/file/n1011015/start%2Bvalue%2Bproblem.jpeg The left is my original data sample, you can see that it is symetric and the mean is close to 0. It just that the spread is large (there are outliers). The right is the transformed data, and the distribution is obviously no normal. Can anyone explain that to me? Thank you in advanced. ----- ------------------------------------------------------------------ Saji...
2002 Mar 11
1
Spectral decomposition
Hello all, I have the square symetric matrix A: 2 1 1 1 2 1 1 1 2 My first question is what is the easiest way to enter this matriz in R? Second, matrix A has an eigenvalue with multiplicity 2, in this case, how could I find the two related ortogonal eigenvectors given below by R, without the help of R, I mean, I want to know how R c...
2004 Jun 14
1
error running sammon
Hello, I am inputing a 17 x 17 symetric matrix to sammon. The matrix is a co-occurance matrix with no missing data. If this is at all relevant, running hclust on this matrix works. > samx <- sammon(q23axproduct) I receive the following error: Error in sammon(q23axproduct) : initial configuration must be complete In addition:...
2005 Oct 02
1
question for some tests
...takes. I would like to ask you for a package, where I can find a test, which is named The Test Of Series (in Poland). In econometric models we use this test to check if the residuals are completely random ( I mean with destiny). And one more thing - I would like to know where I can find a test for symetric of residuals (called The Test For The Indicator Of The Structure). And In general, where I can the list for the tests being used in ecometrics. With greetings, Krzysztof Sroka Please, answer on my e-mail address: ksroka@poczta.onet.pl [[alternative HTML version deleted]]
2007 May 10
1
Significance test for discrete data
Hello, given situation: - pre / post test comparison of discrete, paired data [values can be 1,2,3,4]. - the data are neither normal distributed nor symetric Which test should I use to calculate the p-value? Is the wilcoxon rank sum test ok ? Alex
2014 Oct 21
1
Samba member server behavior if WAN down ?
Hello, we are trying to use samba 3.6 over a big network with multiple xdsl link (512Kbit to 10 Mbits not symetric). We have a main site with two domain controlers (Windows 2k8 R2) and about one hundred middle sites with samba member servers. We have a big issue with Active Directory (AD) ACL which disapear when member server (powered by samba and winbind) can't discuss (for network resaon : i.e. link i...
2016 Oct 10
2
[test-suite] making polybench/symm succeed with "-Ofast" and "-ffp-contract=on"
...would need some help to fix polybench/symm: void kernel_symm(int ni, int nj, DATA_TYPE alpha, DATA_TYPE beta, DATA_TYPE POLYBENCH_2D(C,NI,NJ,ni,nj), DATA_TYPE POLYBENCH_2D(A,NJ,NJ,nj,nj), DATA_TYPE POLYBENCH_2D(B,NI,NJ,ni,nj)) { int i, j, k; DATA_TYPE acc; /* C := alpha*A*B + beta*C, A is symetric */ for (i = 0; i < _PB_NI; i++) for (j = 0; j < _PB_NJ; j++) { acc = 0; for (k = 0; k < j - 1; k++) { C[k][j] += alpha * A[k][i] * B[i][j]; acc += B[k][j] * A[k][i]; } C[i][j] = beta * C[i][j] + alpha * A[i][...
2003 Oct 20
6
Setting up an IAX2 trunk
I am trying to set up an IAX2 trunk between two servers. Server A has the following in iax.conf: [general] ... [ServerB] type=friend trunk=yes host=dynamic secret=myPassword context=myContext Server B has the following in extensions.conf: [outgoing] exten=>_40X,1,Dial,IAX2/ServerB:myPassword@x.x.x.x/${EXTEN} I am using bmtools to monitor the bandwidth usage, and I am not seeing a difference.
2014 Nov 10
2
outside ssh connection from two different ISP's
I have both cable and dsl service. The router attached to the cable service is 192.168.0.1 and the router attached to the dsl service is 192.168.0.254. I determine which service my computers communicate through by setting the gateway assignment to either of those addresses and it just works. I can connect to my computers from the outside by port forwarding from my routers to the computer that I
2003 Sep 24
10
SIP / GrandStream Configuration
...budgetTone from the LAN to the Internet (Wan). I am not using a "register" statement in the sip.conf and I am wondering if I need to. I did change the sip server IP address in the Grandstream configuration. I suspect my problem is with the router (NAT). I don't quite understand the symetric discussions but I downloaded a paper to learn more. Right now, all my public and private ports are the same. Regards, Uriel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030924/59c0c6f0/attachment.ht...
2010 May 27
1
Glusterfs over wan?
Hello ! sorry for english, but, just don't understand why glusterfs is not destinated to be used over the wan ? I think that if the files are tiny, there's no problem to use this solution over wan.. ? But okay, if file are large.. (don't know .. 100MB - 200MB and more.) i understand that it depend of the internet connection and that's the replication can be so soo soo slow..
2005 Apr 26
2
Advice for calling a C function
...x[i][1], x[i][2], x[i][3]); } } The Rprintf statements display what's going on at each step. It looks for all the world as if the assignments are working properly, but when I try and print the matrix I get very strange results. If mat is 3x3 or 4x4 everything seems ok. But if mat is not symetrical the resulting x matrix is very strange. In the case of a 5x4 mat only the first column works out, and for 3x4 mat the second and third positions in the first column are replaced by the first and second positions of the last column. I'm guessing that I've messed up something in my use...
2005 Apr 26
2
Advice for calling a C function
...x[i][1], x[i][2], x[i][3]); } } The Rprintf statements display what's going on at each step. It looks for all the world as if the assignments are working properly, but when I try and print the matrix I get very strange results. If mat is 3x3 or 4x4 everything seems ok. But if mat is not symetrical the resulting x matrix is very strange. In the case of a 5x4 mat only the first column works out, and for 3x4 mat the second and third positions in the first column are replaced by the first and second positions of the last column. I'm guessing that I've messed up something in my use...
2006 Jun 19
4
Looking for tips about Physical Migration on XEN
Hi people. Im new on Xen and I''m looking in how to do a physical migration on Xen. I know that there is a lot of choices (that is the first problem) My environment is simple: 2 physical servers, each one running one instance of XEN. Each host has 2 gigabit cards. One to talk with the world, other to talk between theirselves. I want to run the every vm on the both hosts, if one fail
2014 Dec 17
3
Asymmetric encryption for very large tar file
Am 17.12.2014 um 18:42 schrieb Les Mikesell <lesmikesell at gmail.com>: > On Wed, Dec 17, 2014 at 11:14 AM, Xinhuan Zheng > <xzheng at christianbook.com> wrote: >> I have a requirement that I need to use encryption technology to encrypt >> very large tar file on a daily basis. The tar file is over 250G size and >> those are data backup. Every night the server
2003 Apr 22
4
fisher exact vs. simulated chi-square
Dear All, I have a problem understanding the difference between the outcome of a fisher exact test and a chi-square test (with simulated p.value). For some sample data (see below), fisher reports p=.02337. The normal chi-square test complains about "approximation may be incorrect", because there is a column with cells with very small values. I therefore tried the chi-square with
2000 May 04
0
About Omega in pda()
...J(beta)=(beta)^T*OMEGA*beta No function for producing one dimensional penalty object is providing with gen.ridge function.. What is the best (and more efficient) function to use to fit OMEGA ? I have ever tried to use the function ssanova in the gss package but the solution of my program is not symetrical : I am definitly wrong in my approach. Thank you in advance for the users of mda package that would answer me. Damien Berlemont student at : DESS Methodes Scientifiques de Gestion - Paris-X Nanterre Damien.Berlemont at ccf.fr ****************************************** Ce message est str...
2003 Oct 30
2
Asterisk + Video
Is anyone using Asterisk as the gatekeeper/proxy for videophone calls? Thanks, --Ernest