search for: lt1

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

Did you mean: l1
2003 Aug 04
0
as.POSIXct Bug when used with POSIXlt arg and tz= arg (PR#3646)
...h.co.nz). We collectively were able to determine that this is a problem in both Windows 2000 and in Linux and by testing it in our three time zones that it seems to be daylight savings time related. Conversion of POSIXlt datetimes to POSIXct appears to have problems. Consider the following where lt1 and lt2 are both POSIXlt dates that correspond to the same date even though they were created using different statements. Even though lt1 and lt2 represent the same date, as.POSIXct(lt1,tz="") and as.POSIXct(lt2,tz="") differ by one hour. One clue is that the isdst flag is set...
2009 Sep 03
2
Recursion is slow
The following recursion is about 120 times faster in C#. I know R is not known for its speed with recursions but I'm wondering if anyone has a tip about how to speed things up in R. #"T" is a vector and "m" is a number between 1 and sum(T) A <- function(T,m) { lt <- length(T) if (lt == 1) { if (0 <= m & m <= T[1]) { return(1) } else { return(0) }
2006 Nov 16
0
nmle for time of structural change?
...9;nlme': library(nlme) tstDF5 <- data.frame(t.=rep(1:5, 3), subj=rep(1:3, e=5), y=c(rep(0:1, c(1,4)), rep(0:1, c(2,3)), rep(0:1, c(3,2)) ) ) breakpoint0seg2t <- function(t., lT){ t1 <- 5*plogis(-lT) ((t.<=t1)+(t1<t.)) } tstFit <- nlme(y~breakpoint0seg2t(t., lT1), data=tstDF5, fixed=lT1~1, random=list(subj=pdDiag(l1~1)), start=0 ) Error in chol((value + t(value))/2) : the leading minor of order 1 is not positive definite The function 'breakpoint0seg2t' is constant except at the data points, where it is discontinuous. Is this erro...
2003 Sep 20
1
Samba 3.0rc4 + SrvTools = unusual behavior
...add/delete user/group scripts (to allow user of the MS NT SrvTools). There are three machines in the mix: 1. NTDOM PDC - Samba 3.0rc4 - RH7.3 Linux: named "pdc" 2. NTDOM workstation - W2K Server (stand alone) SP4: named "ws1" 3. non-NTDOM workstation - W2K pro: SP3 named "lt1" >From ws1, I get the error only when trying to view/edit an individual user's properties. I can administer the Domain groups just fine and Server Manager seems to work fine. However, if I log onto lt1 (a machine not on the NTDOM domain) and establish a connection to one of pdc's...
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi I just did an update to lates trunk ================= context "Given a generated venue_spec.rb with fixtures loaded" do fixtures :venues specify "fixtures should load two Venues" do Venue.should have(2).records end end ================== gives me ========== 1) TypeError in ''Given a generated venue_spec.rb with fixtures loaded fixtures should load two
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
...local/lib/R/COPYING action: create D: file: /usr/local/lib/R/COPYRIGHTS action: create D: file: /usr/local/lib/R/MIRROR-SITES action: create D: file: /usr/local/lib/R/RESOURCES action: create D: file: /usr/local/lib/R/afm/Makefile action: create D: file: /usr/local/lib/R/afm/agd_____.lt1 action: create D: file: /usr/local/lib/R/afm/agdo____.lt1 action: create D: file: /usr/local/lib/R/afm/agw_____.lt1 action: create D: file: /usr/local/lib/R/afm/agwo____.lt1 action: create D: file: /usr/local/lib/R/afm/bkd_____.lt1 action: create D: file: /usr/local/lib/R/afm/bkdi___...
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...did not use hardware loops and thus did not have + * register constraints for declaring clobbers. + */ +# define BFIN_HWLOOP0_REGS +# define BFIN_HWLOOP1_REGS +#else +# define BFIN_HWLOOP0_REGS , "LB0", "LT0", "LC0" +# define BFIN_HWLOOP1_REGS , "LB1", "LT1", "LC1" +#endif diff --git a/libspeex/cb_search_bfin.h b/libspeex/cb_search_bfin.h index ae9cf83..edb1eca 100644 --- a/libspeex/cb_search_bfin.h +++ b/libspeex/cb_search_bfin.h @@ -33,6 +33,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "bf...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...}ZqCKaAU>LGQ+A>VdT{&tk1Q}a+H zWQ*s7Z1G$q6^3lFQOFiyIs06M;vlhVR)u!J+r?g$z4=}iv^2Ad6jIFgg2`X+1X>TE znN>jR0W`}Av<yJAtALgP=mrK7LG5e&{5;ATw335v(!5@`CnOSrA0^lN`52TD>LR>- zou3asoyni#<hMG5R&&rCXV7vEx~&S?Dn>T9Dr^OZ-L6%uY16D8+GO_7uO=0iqle~c zKFXuf*+V-cc!fSKD*ez?*olt1Q>(h0wNjyV_zI=3Tv(-G4D<reU7D9N1esryS*c`J zD4A7CrdMgZ2u(0wv+gTCV`l&BNrj6b3u&N_Djv2gk~pRpc16;=BZ<d-h21E?J=L|j z*RIWG6J35%VKqu|AH`^T6}|0=M8kzWz;Zuf(E}CrY8s5qh{<b#29tWi_QcZ;n-mMJ zB$+jsNFUT-jT;POjZ!SEQARUJ@}|QeNjE3=(3%(a$u$_Iq4i$ojFRaJ<#!8p%){&& z4Mb)V?4q;7_ElhCWZ1=a8T(Mih...