search for: 1xq

Displaying 4 results from an estimated 4 matches for "1xq".

Did you mean: 1x
2007 Jan 19
1
meetme ${DATETIME} variable update
Hi i am experiencing this problem: MEETME_RECORDINGFILE=/data/asterisk_data/_${DATETIME}_CONFERENCE exten => 9999,1,MeetMe(666|1Arxq) exten => 9998,1,MeetMe(666|1Axq) exten => 9997,1,MeetMe(666|1xq) I make a conference between 3 person dialing A dials 9999 B dials 9998 C dials 9997 all works fine but the datetime won't be updated, it still remain for example 13:40 until i do a complete restart of asterisk. where can be the problem?
2012 Mar 28
1
Local linear regression
...function in R that performs a local linear regression (to give conditional expectation which I am interested in and not graph) in order to double-check the results? By the way the code that I wrote is the following (based on the equation 2.50 of Li & Racine book's page 81): #x should be a 1xq matrix, X is a Nxq matrix of the q regressors, Y is the response variable Nx1 matrix, #bw should the 1xq matrix of bandwidths LL.reg <- function(Y, X, x, bw){ N <- nrow(Y) q <- ncol(X) dX <- X-matrix(x, N, q, T) kx <- dnorm(dX/matrix(bw, N, q, T)) K <- as.vector(apply(kx, 1,...
2010 Apr 13
1
Lapack, determinant, multivariate normal density, solution to linear system, C language
...j'th column for i <= j */ #define UMAT(i, j) (i + j * ( j + 1 ) / 2) /* ** additional code should be here ** - set q ** - allocate ipiv... ** - allocate and fill A and b... */ /* ** solve Ax=b using A=UDU' factorization where ** A represents a qxq matrix, b a 1xq vector. ** dspsv outputs the elements of the matrix D ** is upper triangular packed storage ** in the memory addressed by A. That is, A is ** replaced by D when dspsv returns. */ F77_CALL(dspsv)("U", &q, &one, A, ipiv, b, &q, &info); if( info > 0 ) { /*is...
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