search for: suen

Displaying 7 results from an estimated 7 matches for "suen".

Did you mean: seen
2007 Dec 13
2
How to use R to estimate a model which has two sets of lagged time series independent variables
Hi, I would like to use R to estimate the following model: X(t) = a + b1*X(t-1) + b2*X(t-2) + c1*Y(t) + c2*Y(t-1) + c3*Y(t-2) Is there any R function that performs this type of estimation? I know that if I only have one time series (i.e. lagged value of X) on the right hand side then there are R functions to do the estimation. I am thinking a work around by preparing X(t-1), X(t-2),Y(t),Y(t-1)
2008 Apr 21
0
[LLVMdev] News on vmkit
Hi, It is possible using Harmony - http://harmony.apache.org instead of classpath? Harmony has Garbage Collector and class lib. And is there any plan port it to win32? Regards Eric "Nicolas Geoffray" > Hi everyone, > > vmkit had two major improvements recently, so I guess I should let you > know :). > > First, it does not require to patch llvm. So you can use
2005 Jun 05
1
The OpenSSH project turns five years old
The OpenSSH project turns five years old ---------------------------------------- Five years ago, in late September 1999, the OpenSSH project was started. It began with an audit, cleanup and update of the last free version of Tatu Ylonen's legacy ssh-1.2.12 code. The project quickly gathered pace, attracting a portability effort and, in early 2000, an independent implementation of version 2
2005 Jun 05
1
The OpenSSH project turns five years old
The OpenSSH project turns five years old ---------------------------------------- Five years ago, in late September 1999, the OpenSSH project was started. It began with an audit, cleanup and update of the last free version of Tatu Ylonen's legacy ssh-1.2.12 code. The project quickly gathered pace, attracting a portability effort and, in early 2000, an independent implementation of version 2
2008 Apr 21
2
[LLVMdev] News on vmkit
Hi everyone, vmkit had two major improvements recently, so I guess I should let you know :). First, it does not require to patch llvm. So you can use your llvm TOT with it. There are some not-required arch-specific patches in case you encounter problems when executing large applications. These should be mainly for ppc external symbols and x86 SSE. Please post to llvm-dev your test-case if
2012 Feb 15
34
Denominación alternativa para la que quiso llamarse "Comunidad de Usuarios de R": ¿ideas?
Hola, ¿qué tal? Escribo en esta lista para recabar la ayuda de socios de la asociación y la comunidad de usuarios de R. Resulta que el nombre de la asociación que se eligió originariamente, "Comunidad de Usuarios de R", ha sido rechazada por el registro español de asociaciones a instancias del Ministerio de Sanidad, Servicios Sociales e Igualdad (¡nada menos!) por incumplir el artículo
2009 Nov 02
5
Optimizar código
Hola lista, tengo una base de datos muy grande de un datalogger. Consiste en un vector con 0's y 1's, y tengo que ver cuando hay 600 o más unos seguidos. Se me ocurrió hacerlo con un loop for. Pero tarda demasiado. También intente usar which para que seleccione solo los 1 para empezar a sumar pero no hay gran diferencia. A alguien se le ocurre alguna solución para hacerlo más rápido? Acá