search for: _random

Displaying 8 results from an estimated 8 matches for "_random".

Did you mean: random
2024 Oct 04
1
apply
...tu.edu.tw> ?????: > Suppose I have two vectors, x and y. Is there a way > to do the covariance matrix with ?apply?. There is no covariance matrix for just two samples (vectors) 'x' and 'y'. You can only get one covariance value for these. If you had a pair of vectors of _random variates_, the situation would be different, but those are more abstract mathematical concepts. You would need to sample every random variate, producing two matrices 'x' and 'y' in order to calculate a covariance matrix for them. -- Best regards, Ivan
2007 Feb 28
2
Problems getting multipath routes to balance
...nexthop via X.X.X.X dev vlan110 weight 1 nexthop via Y.Y.Y.Y dev vlan120 weight 1 So it looks quite good. However, all traffic is routed via Y.Y.Y.Y, no matter what I do. I can increase the weight of X.X.X.X, load and unload the various multipath kernel modules (_rr, _random, _wrandom, and _drr), flush the cache routing table, delete and re-add the route, but still traffic is only sent to X.X.X.X If I reverse the order of the nexthops on the command line, that is: ip route add table 101 default \ nexthop via Y.Y.Y.Y nexthop via X.X.X.X ...the b...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...0 - 0x1005e1fff +libRblas.dylib (0) <79B7884F-707F-3D59-AF76-3C47FF7F7309> /opt/local/lib/*/libRblas.dylib 0x1005e4000 - 0x1005efff7 +libgomp.1.dylib (2) <5F6F59F5-49D2-32E5-8E1B-845E24643116> /opt/local/lib/*/libgomp.1.dylib 0x1005fb000 - 0x1005fcfff +_random.so (???) <AAC611D8-D82E-4227-27C0-ACD9589D548C> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x100700000 - 0x100729fff +libreadline.6.2.dylib (6.2) <E37FDE3E-AE96-525A-DD7C-5444A08C2F30> /opt/local/lib/libreadline.6.2.dyl...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...0 - 0x1005e1fff +libRblas.dylib (0) <79B7884F-707F-3D59-AF76-3C47FF7F7309> /opt/local/lib/*/libRblas.dylib 0x1005e4000 - 0x1005efff7 +libgomp.1.dylib (2) <5F6F59F5-49D2-32E5-8E1B-845E24643116> /opt/local/lib/*/libgomp.1.dylib 0x1005fb000 - 0x1005fcfff +_random.so (???) <AAC611D8-D82E-4227-27C0-ACD9589D548C> /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x100700000 - 0x100729fff +libreadline.6.2.dylib (6.2) <E37FDE3E-AE96-525A-DD7C-5444A08C2F30> /opt/local/lib/libreadline.6.2.dyl...
2010 May 17
0
strace log
...0x7f7317c52000 mprotect(0x7f7317c55000, 2097152, PROT_NONE) = 0 mmap(0x7f7317e55000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x3000) = 0x7f7317e55000 close(9) = 0 close(8) = 0 stat("/usr/lib/xen-3.2-1/bin/_random", 0x7ffffffe9310) = -1 ENOENT (No such file or directory) open("/usr/lib/xen-3.2-1/bin/_random.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/xen-3.2-1/bin/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/xen-3....
2024 Oct 04
3
apply
OK. Thanks to all. Suppose I have two vectors, x and y. Is there a way to do the covariance matrix with ?apply?. The matrix I need really contains the deviation products divided by the degrees of freedom (n-1). That is, the elements (1,1), (1,2),...,(1,n) (2,1), (2,2),...., (2,n) .... (n,1),(n,2),...,(n,n). > Hello, > > This doesn't make sense, if you have only one vector you
2008 Jul 01
17
Memory leak scripts
Hola, I am trying to isolate the memory leak I suspect in a mailman installation ? I found: http://blogs.sun.com/sanjeevb/date/200506 It gives an error: god at irt-smtp-02:~ 9:21am 65 # ./memleak.d 10312 dtrace: failed to compile script ./memleak.d: line 3: probe description pid10312:libc.so.1:malloc:entry does not match any probes I am on SunOS 5.10 Generic_127112-07 i86pc i386 i86pc Are
2015 Jun 30
13
[PATCH v4 0/7] uuid: add btrfs uuid change support and set_uuid_random
- Btrfs-progs v4.1 introduced new feature of changing uuid of btrfs partition. This patch add support of this. - Introduce set_uuid_random - uuids.c did a lot of deplicated work for changing uuid of fs. Use existing functions. v4: introduce get_random_uuid improve testcases squash internal API patches v3.1: fix typos v3: set errno if feature is not available. Chen Hanxiao (7): uuid: add support to change uuid of btrfs p...