search for: pxp

Displaying 19 results from an estimated 19 matches for "pxp".

Did you mean: pop
2006 Apr 29
1
SSPIR problem
I am having a problem with the package SSPIR. The code below illustrates it. I keep getting the message: "Error in y - f : non-conformable arrays." I tried to tweak the code below in many different ways, for example, substituting rbind for cbind, and sometimes I get a different error message, but I could not find a variation of this code that would work. Any help will be greatly
2006 Aug 03
1
geodesic distance
Hi, has anyone ever seen implemented in R the following "geodesic" distance between positive definite pxp matrices A and B? d(A,B) = \sum_{i=1}^p (\log \lambda_i)^2 were \lambda is the solution of det(A -\lambda B) = 0 thanks stefano
2006 Jan 19
1
Minimizing mahalanobis distance to negative orthant
Hi I have the following problem: given x (px1) and S (pXp positive definite), find y such that y_i<=0 (i=1..p) minimizing the mahalanobis distance (x-y)'S^{-1}(x-y). Has anyone worked on this problem? Tips or R code would be appreciated. David ____________________ David Edwards Principal scientist Biostatistics Novo Nordisk A/S Novo Allé 2880...
2003 Jan 16
1
Multivariate regression in R
Hi Folks, I want to do multivariate regression in R, i.e. basically (but with a complication -- see below): given an Nxp matrix Y of p-variate responses, and an Nxk matrix X of covariates, to fit the model Y = X*B + e with estimation of the kxp matrix of coefficients B and estimation of the pxp matrix of covariances between the p variates in Y. I haven't managed to find a function/package in R which seems to address this problem directly (maybe I'm overlooking a way of using a standard one). One way, of course, could be to stack the columns of Y on top of each other, replicate X...
2006 Mar 18
0
No subject
...Hi Folks, I want to do multivariate regression in R, i.e. basically (but with a complication -- see below): given an Nxp matrix Y of p-variate responses, and an Nxk matrix X of covariates, to fit the model Y = X*B + e with estimation of the kxp matrix of coefficients B and estimation of the pxp matrix of covariances between the p variates in Y. I haven't managed to find a function/package in R which seems to address this problem directly (maybe I'm overlooking a way of using a standard one). One way, of course, could be to stack the columns of Y on top of each other, replicate X...
2013 Jun 11
3
Re: [PATCH] Mask some package names if appliance is build for SUSE
On Tue, Jun 11, Richard W.M. Jones wrote: > But supermin is supposed to ignore packages that don't exist in the > distro. This is a bug in supermin or the zypp plugin for supermin. It looks like zypper has no "ignore unknown packages/provides" flag. zypper .. install $pkg is called with an unknown package then zypper will just abort because it expects valid input. Maybe
2024 Aug 07
0
Processed: OCaml 5.2.0 uploaded to unstable
...ml 5.2.0 (Uses String.lowercase) Severity set to 'serious' from 'important' > severity 1073908 serious Bug #1073908 [src:planets] FTBFS with OCaml 5.2.0 (Uses String.create) Severity set to 'serious' from 'important' > severity 1073909 serious Bug #1073909 [src:pxp] FTBFS with OCaml 5.2.0 (Uses obsolete (&) operator) Severity set to 'serious' from 'important' > severity 1073911 serious Bug #1073911 [src:sks] FTBFS with OCaml 5.2.0 (Uses C functions without caml_ prefix) Severity set to 'serious' from 'important' > sev...
2001 Jan 23
7
Multichannel Encoding
I'm a mathematician and programmer working on experimental surround sound techniques. Some of the ideas I'm working on require dozens of channels. These channels are often highly correlated and are very well suited to compression. I'm new to Vorbis. Does it attempt to address such issues? Thanks, --Richard --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2009 Aug 10
4
Drop-down menus in Igor Pro 6.10
Hi! I am using Igor Pro 6.10 (demo available from wavemetrics.com) with Wine 1.1.26 under Ubuntu 9.04. With this version of wine, I don't have to use "SetIgorOption UseOldGraphics=1" any more to display graphs. :D But one problem remains: I cannot use drop-down menus in the normal way. When I just click on a drop-down menu, nothing happens. But when I keep the "arrow
1997 Feb 05
0
bliss version 0.4.0
...GJ5+CZ''^P4YXAZ@*PZ?^ ZCAR98"6L=\?+P7"VW^&RH\I"615Q$*J&4TX0HK5XH5E8Z2V=Z\$ZN=)DM^''% Z*^MLRJMN)@3H;UN78>\E%2>+"3`=6(/FAH*S!QYC6ZGCB6]WA%(J#Q:VS0NM Z!@0K2(HC-:OVK8@S$IVCPCHA!*Y&P@EGXQH@%]=!_R>:^(OY0LX78QC=%_1_ Z(NB7_%K"-$1WL2RHW:=>UH[W.PXP,X/M3&9P6\HY/'':0)P9&N6))@7''''N_,( Z/UH7D]V>%*30V2MZ<GS*!::?VG&G@MQP#/<9]4,Z5;AG:SSCN.S$4\H0J-BS Z_0/@`SKFM.F]4.,M(Q<I8OZP[DONY5P/2:7V6NHM$:FZ`+_AO!G>O;(Y<R7! ZS@MO(+NHD''Y^W8E-(V)>FJ_Z=:H@_#ZV2VG8C@4U@H)K9I)9;P$K2"F8)T%* Z>23...
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...ese bindings when the program starts up, and we believe + that the way this is done is safe. + + {2 Reference} +*) + +type uuid = string + (** This is a "raw" UUID, ie. a packed string of bytes. *) + +type xml = string + (** Type of XML (an uninterpreted string of bytes). Use PXP, expat, + xml-light, etc. if you want to do anything useful with the XML. + *) + +type filename = string + (** A filename. *) + +val get_version : ?driver:string -> unit -> int * int + (** [get_version ()] returns the library version in the first part + of the tuple, and [0] in th...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...k<m#;O+0j(2oNzE?SLUcdhsDmG?u*koA at elI9CPFi48$x3hlevw z;l^uQ8blMH*2BX1nTsgFa-|h_^+&3`wcRlcp%96hkig1^`C+rLG(y3MT=FS_V7WI? z8oVVCEb|6v4aTJp_g6%!QmcL5a9zk((bMN2QWY^!sHOrv_Bq2S;Ol%#$X~%^^iDIl zE5$A`P?XR0Hf|tMJQNHB#3D^8_re?%hRxom43S+Z4fYZ}VpXzPR_hIk#RBnn6{|a( z9<23ZsdV+04;>N`6rov#<&ipXpuhhgKHVFrt at 667{E<>DC#ia at S{Ttg&EPIt?F|p* zs7`dih}b5c3gOdGFc?X(%9`>bBS<~3^arr&!bb1lFuxCrueNEtiYDmEm5sVma9ysK zZd8Zr5gq)(bkukQE=(_WNvSG1e%Ktj7kDB9_w))Q6f$bi5vh#L(Bq;J!chAoeM7wy zrlwg<FygPQmuA14GzG;qwgMK!X||`ah3OJ1Z8fJ0NrYXd3d at D+mO|@hZX4WV&Ph5t zE=`!wV;?rmbjbzj_^gUdLU...