search for: eq

Displaying 20 results from an estimated 2302 matches for "eq".

Did you mean: req
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
...ot;,UnixDate(ParseDate("last day in JAN 2004"),"%m/%d/%Y"),"\n"; #HEADER OUTpUT print "Date,HLY-NewYear,HLY-MLK,HLY-PRES,HLY-MEMORIAL,HLY-J4,HLY-LABOR,HLY-COLUMBUS,HLY-VETS,HLY-THANKS,HLY-XMAS,HLY-ELECT,HLY-PATRIOT,EOM\n"; $baseDate=$startDate; if ($scope eq "d"){ while(Date_Cmp($baseDate,$endDate)<0) { print UnixDate($baseDate,"%m/%d/%Y"), ","; if(holidayCheck($baseDate) eq "New Year's Day"){print "1,"} else {print "0,"}; if(holidayCheck($baseDate) eq "Martin Luther King, Jr. Day...
2009 Dec 08
0
Opps Correct Version of Holiday Regressor Perl Script
...",UnixDate(ParseDate("last day in JAN 2004"),"%m/%d/%Y"),"\n"; print OUTFILE "Date,HLY-NewYear,HLY-MLK,HLY-PRES,HLY-MEMORIAL,HLY-J4,HLY-LABOR,HLY-COLUMBUS,HLY-VETS,HLY-THANKS,HLY-XMA S,HLY-ELECT,HLY-PATRIOT,EOM\n"; $baseDate=$startDate; if ($scope eq "d"){ while(Date_Cmp($baseDate,$endDate)<0) { print OUTFILE UnixDate($baseDate,"%m/%d/%Y"), ","; if(holidayCheck($baseDate) eq "New Year's Day"){print OUTFILE "1,"} else {print OUTFILE "0,"}; if(holidayCheck($baseDate) eq "Mar...
2018 Mar 07
0
Fwd: Migrating server
Hi Rob, > olcDbIndex: ou eq > olcDbIndex: mail eq > olcDbIndex: surname eq > olcDbIndex: givenname eq > olcDbIndex: loginShell eq > olcDbIndex: uniqueMember eq,pres > olcDbIndex: sambaSID eq > olcDbIndex: sambaPrimaryGroupSID eq > olcDbIndex: sambaGroupType eq > olcDbIndex: sambaSIDList eq > olcD...
2011 Jun 28
2
How do I output all the R-squares of an SUR? summary(fitSUR$eq[[1:4]])$r.squared does not work
Greetings R Users, I have a system of equations for which I would like to output all the R-squares. Assume there are four equations in my system, the only way I found to output all the R-squares is by calling them out one by one as this: summary(fitSUR$eq[[1]])$r.squared summary(fitSUR$eq[[2]])$r.squared summary(fitSUR$eq[[3]])$r.squared...
2006 Jun 20
1
list of interdependent functions
...ld be compared. The functions themselves have different structure, application-specific names (for readability) and they should be exchangeable. I want to avoid to construct a generic for every new function, but the functions should be aggregated together in a common data structure (e.g. list "eq" or an S4 instance) *and* it should be able for them to "see" and call each other with too many $ or @. These functions are used in another function (called "solver" here) which may be used to prepare something before the call to f2. The example and a possible solution (wh...
2018 Mar 05
9
Fwd: Migrating server
...n . Let me run through what I did , /etc/ldap/ldap.conf: BASE dc=mydomain URI ldap://sam3dc.mydomain TLS_CACERT /etc/ldap/ca_certs.pem Imported the samba.ldif from the 3.6.25 binaries. Imported the indices dn: olcDatabase={1}hdb,cn=config changetype: modify add: olcDbIndex olcDbIndex: ou eq olcDbIndex: mail eq olcDbIndex: surname eq olcDbIndex: givenname eq olcDbIndex: loginShell eq olcDbIndex: uniqueMember eq,pres olcDbIndex: sambaSID eq olcDbIndex: sambaPrimaryGroupSID eq olcDbIndex: sambaGroupType eq olcDbIndex: sambaSIDList eq olcDbIndex: sambaDomainName eq olcDbIndex: default sub...
2011 Mar 24
1
qmail schema
...################################################### database bdb suffix "dc=xxxxx,dc=xxx" checkpoint 1024 5 cachesize 40000 rootdn "cn=Manager,dc=xxxxx,dc=xxx" rootpw xxxxxxxxx directory /var/lib/ldap index objectClass eq index cn,sn,uid pres,sub,eq #index mail,accountStatus eq #index mailHost,mailMessageStore sub,eq #index mailQuotaSize eq index userPassword eq index uidNumber eq index gidNumber eq index memberUid eq index givenname eq index...
2013 Sep 21
1
Translating recoding syntax from SPSS to R
Colleagues, I am in the process of learning R. I've been able to import my dataset (from Stata) and do some simple coding. I have now come to coding situation that requires some assistance. This is some code in SPSS that I would like to be able to execute in R: if (race eq 1 and usborn=0) confused=1 . if (race eq 2 and usborn=0) confused=1 . if (race eq 1 and usborn=1) confused=0 . if (race eq 2 and usborn=1) confused=0 . if (race eq 3 and usborn=1) confused=0 ....
2006 May 23
3
AGI ?
...axPass = shift; my $iaxHost = shift; my $sipHost = shift; my $one = "1"; my $dialStr = ""; my $callStatus = ""; my $channel = ""; ### If they dialed toll free dial on local PSTN ### if($areaCode eq "800" || $areaCode eq "866" || $areaCode eq "877" || $areaCode eq "888") { $dialStr = "Dial Zap/g2/$one$areaCode$number|25|TW"; ### Log Statement for Troubleshooting ### #print LOG "(". loca...
2008 May 02
2
Extract lags from a formula
Hi folks! How do I extract lags from a formula? An example: mod.eq<-formula(x~lag(x,-1)+lag(x,-2)) > mod.eq x ~ lag(x, -1) + lag(x, -2) > mod.eq[1] "~"() > mod.eq[2] x() > mod.eq[3] lag(x, -1) + lag(x, -2)() I'm trying to extract the lags into a vector that would be simply [1,2]. How do I do this? I'm using the dyn pac...
2006 Apr 25
1
Changing Windows Passwords
...rectory /var/lib/ldap loglevel 0 cachesize 100000 idlcachesize 300000 checkpoint 1024 5 limits dn.exact="cn=Replica,dc=lufkin,dc=com" size=unlimited time=unlimited overlay syncprov syncprov-checkpoint 100 10 syncprov-sessionlog 1000 # Indices to maintain ## required by OpenLDAP index objectclass eq index entryUUID eq index cn pres,sub,eq index sn pres,sub,eq index uid pres,sub,eq index displayName pres,sub,eq index uidNumber...
2009 Nov 26
1
password expiration problem
...threads 1 backend bdb database bdb suffix "dc=workgroup" directory "/var/lib/ldap" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 1500 dbconfig set_lk_max_locks 1500 dbconfig set_lk_max_lockers 1500 index objectClass eq index cn pres,sub,eq index sn pres,sub,eq index uid pres,sub,eq index displayName pres,sub,eq index default sub index uidNumber eq index gidNumber eq index...
2014 Feb 05
4
[LLVMdev] Optimisation of select/cmp/br
Hi, Is there anyway I can coerce LLVM into performing the following transformation? %1 = icmp eq i32 %flag, 1 %2 = select i1 %1, %foo* %data, %struct.cell_t* null %3 = icmp eq %foo* %2, null br i1 %3, label %failure, label %success Into: %1 = icmp eq i32 %flag, 1 br i1 %1, label %success, label %failure With %data substituted for %2 in %success and its successors, and null f...
2009 Sep 27
1
Select.spatial on spplots
Hi everyone. I posted this on R-sig-geo but got no response. Can select.spatial() be used in an existing spplot? I have tried selecting points (eq) from a plot generated from sp. However, when I invoke select.spatial(eq). It generates only the points without the background containing the faults. I need the background to select which earthquakes coalesce on which fault. Is there an alternative? eq.pts<-list("sp.points",eq, col=&q...
2012 May 21
2
Can't populate LDAP directory with smbldap-populate
...-r 10000 -u 10000 Populating LDAP directory for domain SYSADM (S-1-5-21-206255134-223837211-2022137911) (using builtin directory structure) Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of uninitialized value in string eq at /usr/sbin/smbldap-populate line 484, <DATA> line 303. entry already exist. Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of uninitialized value in string eq at /usr/sbin/smbldap-populate line 484, <DATA>...
2005 Jun 05
4
Problems with testing Openldapserver telnet localhost 389
.../slapd/slapd.args database ldbm suffix "dc=samba,dc=junits" rootdn "cn=admin,dc=samba,dc=junits" rootpw secret directory /var/lib/ldap cachesize 40000 dbcache 60000000 index cn,sn,uid,displayName pres,sub,eq index uidNumber,gidNumber eq index sambaSID eq index sambaPrimaryGroupSID eq index sambaDomainName eq index objectClass pres,eq index rid,primaryGroupID...
2010 Oct 18
1
Basic structure operations doubt
...Index data: > head(NIFTY_INDX) Constituents.list.of.S.P.CNX.Nifty X X.1 X.2 X.3 1 2 Company Name Industry Symbol Series ISIN Code 3 4 ACC Ltd. CEMENT AND CEMENT PRODUCTS ACC EQ INE012A01025 5 Ambuja Cements Ltd. CEMENT AND CEMENT PRODUCTS AMBUJACEM EQ INE079A01024 6 Axis Bank Ltd. BANKS AXISBANK EQ INE238A01026 I Import the section that is relevant to me: > Indx_Constituents <- NIFTY_INDX[4:NROW(NIFTY_INDX)...
2006 Jul 18
1
Weird statup probems TLS & SSL openldap and samba 3.0.23
...configured something? Is there any thing I can try to debug this problem? I've included the configuration files for samba and ldap. I've hid the actual hostname and DIT. Thanks! /etc/openldap/ldap.conf ********************** URI ldaps://yyyy.com <- BASE dc=xxxx,dc=xxxx,dc=com TLS_REQCERT demand TLS_CACERT /etc/openldap/ca.crt TLS_CERT /etc/openldap/server.crt TLS_KEY /etc/openldap/server.key /etc/openldap/slap.conf ****************** include /etc/openldap/schema/core.schema include /etc/openldap/schema/cosine.schema include /etc/openldap/schema/inetorg...
2019 Jul 01
0
[PATCH 1/6] p2v: move kernel config to perl script
...$filename + * ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. + */ + +EOF +} + +sub generate_config_struct { + my ($fh, $name, $fields) = @_; + # If there are any ConfigSection (sub-structs) in any of the + # fields then output those first. + foreach my $field (@$fields) { + if (ref($field) eq 'ConfigSection') { + generate_config_struct($fh, $field->name . "_config", $field->elements); + } + } + + # Now generate this struct. + print $fh "struct $name {\n"; + foreach my $field (@$fields) { + my $type = ref($field); + if ($type eq 'Co...
2009 Nov 30
3
Specifying sub-filters
...realized that it does not allow for sub-filters. I have modified the applyFilter function to accommodate sub filters. for example if I wanted to filter all houses that are blue and green and also all warehouses irrespective of color now I can use map.addFilter(''Type'', ''eq'', { pFilter: "House", sFilter: [''Color'', ''eq'', ''Blue''] }); map.addFilter(''Type'', ''eq'', { pFilter: "House",...