Displaying 3 results from an estimated 3 matches for "giben".
Did you mean:
iben
2005 Mar 31
1
segfault in current svn
...empty).
the later call of net2str causes a segfault, because it gets an empty
subnet and tries to access the type field of the subnet structure.
i included a patch wich checks the subnet pointer before calling the
net2str function, and a small check inside the net2str function which
checks the giben subnet argument against NULL (and so makes use of the
return value :) )
greets Markus
--
Markus Barenhoff - Spannskamp 26 - D-22527 Hamburg - Germany
Phone: +49-40-39991368 Cell: +49-173-7215776
eMail: barenh_m@informatik.haw-hamburg.de pgp key: (keyID:0xAE7C7759)
FingerPrint: 79 64 AA D9 B7 16...
2009 Jan 07
0
How-To extract data from a matrix of lists subject to a set of given constraints
My goal is to store the DWT coefficients from a number of time series in such a way to be able to extract subsets satisfying giben conditions.
I have defined the following 11 matrices whose x-axis represent time intervals and y-axis represent the number of time series:
MS <- 11 d1.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-1))
d2.mat <- matrix (data=list(), nrow=TotNumCycles, ncol=2^(MS-3...
2004 Feb 02
3
mvrnorm problem
I am trying to simulate draws from a multivariate normal using mvrnorm, and
am getting the following error message:
Error in mu + eS$vectors %*% diag(sqrt(pmax(ev, 0)), p) %*% t(X) :
non-conformable arrays
I do not understand why I am getting this message, since the vector of means
I am giving to the function is 13 by 1 and the variance matrix I am giving
to the function is 13