search for: engel

Displaying 20 results from an estimated 231 matches for "engel".

Did you mean: angel
2006 May 16
2
Engel curve
Hi, has anybody an example of an Engel curve analysis in R or does there exist a package to estimate and plot Engel curves from expenditure / income data in R? Thanks a million for your hints, Werner
2012 Jun 07
1
Quantile regression: Discrepencies Between optimizer and rq()
...values. The results seems very sensitive to different starting values and I don't know how to make sense of it. Advice from the community would be greatly appreciated. Sincerely, Kevin Chang ###################### CODE Below ########################### library(quantreg) data(engel) y<-cbind(engel[,2]) x<-cbind(rep(1,length(engel[,1])),engel[,1]) x1<-cbind(engel[,1]) nn<-nrow(engel) nn bhat.ls<-solve(t(x)%*%x)%*%t(x)%*%y #bhat.ls # QUANTILES quant=.25 fr.1=function(bhat.opt) { uu=y-x%*%bhat.opt sample.cond.quantile=quantile(uu,quant)...
2004 Jul 19
3
why won't rq draw lines?
I've been trying to draw quantile linear regression lines across a scatterplot of my data using attach(forrq) plot(PREGNANT,DAY8,xlab="pregnant EPDS",ylab="postnatal EPDS",cex=.5) taus <- c(.05,.1,.25,.75,.9,.95) xx <- seq(min(PREGNANT),max(PREGNANT),100) for(tau in taus){ f <- coef(rq(DAY8~PREGNANT,tau=tau)) yy <-
2009 Jul 21
1
package quantreg behaviour in weights in function rq,
Dear all, I am having v.4.36 of Quantreg package and I noticed strange behaviour when weights were added. Could anyone please explain me what if the results are really strange or the behavioiur is normal. As an example I am using dataset Engel from the package and my own weights. x<-engel[1:50,1] y<-engel[1:50,2] w<-c(0.00123, 0.00050, 0.00126, 0.00183, 0.00036, 0.00100, 0.00122, 0.00133, 0.01208, 0.00126, 0.00102, 0.00183, 0.00063, 0.00134, 0.00084, 0.00087, 0.00118, 0.00894, 0.00105, 0.00154, 0.02829, 0.00095, 0.05943, 0.0700...
2012 Jul 19
4
Thinkpad X61s cannot boot 9.1-BETA1
Hi, Did anyone else experience this? With 9.1-BETA1 the boot process freezes, among the last lines with verbose boot are acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times after this, dead. What is supposed to happen in the next stage? This laptop worked fine with 9-STABLE to at least february. //per
2005 Mar 23
9
Apache Web Server mod_jk configuration
Has anyone done configuration of apache webserver with Tomcat 5.5.7 I cannot integrate them together?> Any help will be appreciated Regards Vaneet Vaneet Sharma executive manager iDeasTank Limited an iwg business dolphins'' court po 388 valletta, m-malta/europe mobile: +356 9943 8263 skype: CALLVANEET fax: +356 9952 8888 phone: +356 9942 8888 vaneet@iwg.info call me on
2007 Mar 06
4
Public kudos to Timo
...various unrelated projects and watching patch after patch after patch flow in from Timo to fix all sorts of problems people are reporting. A coding madman on fire. Thanks Timo, you rock. I appreciate the time you spend on this software, I'm sure everyone else does as well. :) -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2018 Jul 13
8
Distro and release recommended
On Fri, 13 Jul 2018 16:55:23 +0300 Eli Wapniarski via samba <samba at lists.samba.org> wrote: > Opensuse > > Everything is there. > Are you sure, I thought OpenSUSE suffered from the same problem as red-hat, i.e. MIT kerberos, and there wasn't a distro AD DC package available. Rowland
2017 Jun 26
3
Remove stale DRS replication partner
...nable to find it there. Can you please be a little more specific? I tried to check the replication topology, but no success. Thanks a lot! Best regards Johannes lingpanda101 via samba <samba at lists.samba.org> schrieb am Mo., 26. Juni 2017 um 20:52 Uhr: > On 6/26/2017 2:43 PM, Johannes Engel via samba wrote: > > Dear list, > > > > After (almost) successfully removing a dead DC from my domain I am left > > with only one visible symptom: > > samba-tool drs showrepl shows two stale outbound link for one of the > > remaining 2 DCs: > > DC=DomainDns...
2017 Jun 27
3
Remove stale DRS replication partner
On Tue, 27 Jun 2017 17:18:37 +0200 Johannes Engel via samba <samba at lists.samba.org> wrote: > Hi James, > > thanks a lot. However, in the Windows Sites & Services application > the connection in question does not show up at all. It is only > visible in the samba-tool output and only for the objects > DomainDnsZones...
2011 Jan 31
0
Function rearrange (quantreg)
Dear all How can I obtain the data from the function "rearrange" in package quantreg More especifically, based on the example below (available in the help of the rearrange function), how can I access the data generated by "rearrange(zp)" ? data(engel) z <- rq(foodexp ~ income, tau = -1,data =engel) zp <- predict(z,newdata=list(income=quantile(engel$income,.03)),type="stepfun") plot(zp,do.points = FALSE, xlab = expression(tau), ylab = expression(Q ( tau )), main="Engel Food Expenditure Quantiles") plot(rearrange...
2011 Feb 09
2
Key frame bitrate
Hi, I'm using Theora for live video chat. My problem is, at higher bitrates the bandwidth peaks caused by key frames are so high that most key frames get dropped in UDP traffic. The peaks are so strong that I still get many packet loss artifacts when sending with 1Mbit/s bitrate on a 2Mbit/s connection. I measured delta frames to be around 12kbyte and key frames up to 100kbyte in
2010 Oct 10
0
rearrange command in quantreg package
...(Terms, newdata, na.action = na.action, xlev = object$xlevels) : variable lengths differ (found for 'pcinc') and again it is not working if I put quantile in the dummies Perhaps I am doing a stupid mistake since I haven't understood why we use this 0.3 quantile in income **** data(engel) z <- rq(foodexp ~ income, tau = -1,data =engel) zp <- predict(z,newdata=list(income=quantile(engel$income,.03)),type="stepfun") plot(zp,do.points = FALSE, xlab = expression(tau), ylab = expression(Q ( tau )), main="Engel Food Expenditure Quantiles") plot(rearrange...
2004 Sep 14
2
RHN-like system for CentOS?
...complete management aspect (channels, scheduling remote updates, etc) but merely the ability to see your list of systems and determine which are out of date with XXX packages. If you happen to manage a large-ish number of RHES3 systems, you know what a boon this is. ;) Ideas? Thx, -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2006 Jan 12
3
Looking for server recommendations
...bust, tried and true with the current standard kernels (or maybe the unsupported branch, but I'd like to stick to the stock RPMs). thanks! -te (*) for those wondering, we like jacking in cheap external USB 1TB lacie drives, syncing data over to them using rdiff, and carrying offsite -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2007 Jul 09
6
1.0.1: corrupt index on fresh mailbox, ideas?
...ot/indexes/%1u/%u mmap_disable: yes namespace: type: private separator: . prefix: INBOX. inbox: yes auth default: cache_size: 4096 cache_ttl: 7200 passdb: driver: pam args: cache_key=%u dovecot userdb: driver: passwd args: blocking=yes == end == -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2018 Jan 22
2
RODC and LDAP via Simple Authentication fails
Am 22.01.2018 um 21:39 schrieb Andrew Bartlett: > On Mon, 2018-01-22 at 21:30 +0100, Johannes Engel via samba wrote: >> [2018/01/22 21:15:50.022197, 2] >> ../source4/auth/ntlm/auth.c:475(auth_check_password_recv) >> auth_check_password_recv: sam_failtrusts authentication for user >> [MYDOMAIN\ldap] FAILED with error NT_STATUS_NO_TRUST_LSA_SECRET, >> authoritative=...
2018 Jan 22
5
RODC and LDAP via Simple Authentication fails
Dear all, setting up a DMZ environment I was thinking to use an RODC there for user authentication. One of the application in the DMZ needs to access the directory via LDAP. When I tried to connect to the RODC using LDAP with simple bind, I always received the following error ldap_bind: Invalid credentials (49)         additional info: 80090308: LdapErr: DSID-0C0903A9, comment:
2007 Apr 16
3
Maildir, INDEX, and folders
...folder /var/spool/dovecot/indexes that has the appropriate permissions for writing by all users/dovecot. If I then set: mail_location = maildir:~/Maildir:INDEX=/var/spool/dovecot/indexes/%1u/%u ...will the dovecot daemon(s) automagically create (A) the parent user folders (i.e. .../indexes/t/tengel/)(1), and (B) the necessary subfolders for all the child folder indexes? (i.e. .../tengel/.Lists.Dovecot/) Most of the doc info seems to revolve around moving your indexes if you use mbox, I'm a little fuzzy on what happens with Maildir when you attempt this. thanks! -te (1) in our setup...
2007 Mar 23
2
idxview: Fatal: file hdr read() 41984 != 1170103198
...2019113286 day first uid[5] = 808463731 day first uid[6] = 1279801136 day first uid[7] = 1078085165 Fatal: file hdr read() 41984 != 1170103198 ('idxview dovecot.index' and 'logview dovecot.index.log' come back without any Fatal type errors, just gobs of information) -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com