search for: udat

Displaying 20 results from an estimated 23 matches for "udat".

Did you mean: dat
2010 Jun 10
0
error message fitting tcopula
...c(mm[2]^2/vv[2], vv[2]/mm[2]) a.0  <- sin(cor(dat[, 1], dat[, 2], method = "kendall") * pi/2) start <- c(b1.0, b2.0, a.0)   b1hat <- optim(c(1,5), fn = loglik.marg, x = dat[, 1], control = ctrl)$par   b2hat <- optim(c(1,5), fn = loglik.marg, x = dat[, 2], control = ctrl)$par   udat <- cbind(pgamma(dat[, 1], shape = b1hat[1], scale = b1hat[2]),pgamma(dat[, 2], shape = b2hat[1], scale = b2hat[2]))   > fit.ifl <- fitCopula(myCop.t, udat,  method="mpl", c(1,5,1,5,8),estimate.variance=TRUE) Error in fitCopula.ml(data, copula, start, lower, upper, optim.control, ...
2010 Jun 10
0
error message in fitting tcopula
...2/vv[2], vv[2]/mm[2]) a.0 <- sin(cor(dat[, 1], dat[, 2], method = "kendall") * pi/2) start <- c(b1.0, b2.0, a.0) b1hat <- optim(c(1,5), fn = loglik.marg, x = dat[, 1], control = ctrl)$par b2hat <- optim(c(1,5), fn = loglik.marg, x = dat[, 2], control = ctrl)$par udat <- cbind(pgamma(dat[, 1], shape = b1hat[1], scale = b1hat[2]),pgamma(dat[, 2], shape = b2hat[1], scale = b2hat[2])) > fit.ifl <- fitCopula(myCop.t, udat, method="mpl", c(1,5,1,5,8),estimate.variance=TRUE) Error in fitCopula.ml(data, copula, start, lower, upper, optim.contro...
2005 Jun 17
3
Bandwidth monitoring tool
Hi. I am trying to shape my upstream bandwidth, mostly per port. and I am having some problems getting things to work the way I want them to. before I throw my configuration at you guys ;), I`d like to debug it by myself - but I was not able to find a tool that allow me to monitor current bandwidth usage per port (and preferably even per port+ip). I want to know what is the current bandwidth
2011 May 24
2
plotting single variables common to multiple data frames
Hello all, I have files (see attached) which are created daily. I want to load about a weeks worth of them (7 daily files) and plot a weeks worth of one variable together. So one variable name is delta_D_H. I would like to plot this variable from all 7 days on one plot. I'm having trouble figure out how to do this. I've loaded them all up using this time=Sys.time() t1<-
2018 Nov 25
2
LDAP login fails after LDAP server restart
Hi! Just udated my Fedora dovecot to version 2.2.36 and found that after the update dovecot will fail all LDAP logins after slapd has been restarted during the logrotate. Restarting dovecot fixes the problem. Is there a bug preventing dovecot to reopen the LDAP session when it fails? Best Dag
2004 Feb 02
3
sorting by date
Hello, I have set up a data.frame and one of the columns contains a date of the form (with slashes as separators): mm/dd/yyyy I would like to use formulas on other columns in the data.frame organized by date, for example: tapply(var1, sort(date), mean) However, when I try sort(date) it sorts based on the first two entries in the date field: 9/1/2001 9/1/2002 9/1/2003 9/2/2001 ... 5.6 7.5
2008 Jul 31
2
boot cdrom -w doesn''t work
I have a Sun Blade 2500 running nv_88. I want to install nv_94 with a mirrored zfs root filesystem. At the ok prompt, I entered boot cdrom -w so that I would get the test installer and could select zfs as the root filesystem. Unfortunately, I got the GUI installer and can not select a zfs root. I udated the OBP to the current level on the chance that the older rev was the cause. No joy. Any ideas? --ron This message posted from opensolaris.org
2010 Jun 16
4
DomU stuck in boot
Hello, I am running xen-3.3.1 with rhel5.3 dom0. I have a rhel5.3 domU that is stuck in the boot process. It seems it is trying to bring up the network. We see this problem only occassionally. This is the last console output: Running configure_os... Warning: Configuring networking... Warning: HOSTNAME is not defined Updating ifcfg-eth0 [ OK ] Allowing IPv4 link local addresses [ OK ]
2005 Apr 03
10
Problems with Shorewall 2.2 on Fedora FC3
I installed Shorewall 2.2.2 on a vanilla install of Fedora FC3 I have not udated the kernel yet. After some fault finding I went back to the 2 interface example configuration files for 2.2.2. In shorewall.conf I have to specify the path for IPTABLES="/sbin". If I leave this commented out then shorewall reports that it cannot find iptables. When I have this line...
2008 May 21
35
DO NOT REPLY [Bug 5478] New: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)
https://bugzilla.samba.org/show_bug.cgi?id=5478 Summary: rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32) Product: rsync Version: 3.0.3 Platform: Other URL: https://bugzilla.samba.org/show_bug.cgi?id=1959 OS/Version: Linux Status: NEW Severity: normal
2006 Jul 25
6
Subtract a field from the current time in MySQL?
I have the following: Table Products: With a column called "purchased_at" of type "datetime". Products.find(:all, :conditions => ["? - purchased_at >= 120", Time.now]) Why doesn''t that work? What I''m trying to do is find records that were purchased less than or equal to 2 minutes ago. Thanks for your help. -- Posted via
2009 Jul 03
2
bigglm() results different from glm()
...ve some hints: Problem-1: The model summary and residual deviance matched (in the mail below) but I didn't understand why AIC is still different. > AIC(m1) [1] 532965 > AIC(m1big_longer) [1] 101442.9 Problem-2: chunksize argument is there in bigglm but not in biglm, consequently, udate.biglm is there, but not update.bigglm Is my observation correct? If yes, why is this difference? Regards Utkarsh / / From: Thomas Lumley <tlumley_at_u.washington.edu <mailto:tlumley_at_u.washington.edu?Subject=Re:%20%5BR%5D%20bigglm%28%29%20results%20different%20from%20glm%28%29>>...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an issue that has come up involving the timing of rendered page elements in relation to the completion of an action''s execution. I have an ror search app which searches through two tables consisting of 7,000 page urls and a table w/ 87,000 related keyphrases within those pages. Search results can take anywhere from 2
2018 Feb 02
2
Samba 4.6.2 does not inherit setgid bit (anymore)
thanks for suggestion, in other words you use only ACLs for users denying all for groups, unfortunately we had many group such as domain users, secretary, finance, etc belonging to users for which we need to apply at least 770 in order to gain a simplified permission management using groups the actual dirty workaround I applied was to track new files/dir by tailing with follow ( tail -f ) a
2018 Nov 25
0
LDAP login fails after LDAP server restart
Am 25.11.18 um 14:27 schrieb Dag Nygren: > Just udated my Fedora dovecot to version 2.2.36 and > found that after the update dovecot will fail all > LDAP logins after slapd has been restarted during the logrotate. > > Restarting dovecot fixes the problem. must be something special on your local side. usually I restart my ldap server wit...
2012 Apr 07
2
Diablo III Installaion
Dear People I have installed wine 1.5.1 and II want to ask How can i run the Diablo-III-8370-enUS-Installer. When I run : wine Diablo III Setup.exe Start the window Checking for udates... And after some seconds appear the error: Failed to run a required program (Agent).... The error number is BLZPTS00007 Some one know how can I fix the issue ? Thanks and best regards
2018 Feb 05
0
Samba 4.6.2 does not inherit setgid bit (anymore)
...ot" directories have different groups, and security is based on groups, not users. I tried all sorts of settings combinations, alseo "force directory mode = 2770", but none propagates setgid. The odd thing is that it has worked fine for years on versions below 4.2.10. Only after udating to 4.6.2 it completely stopped working. I wonder if it is a new feature to neglect setgid completely, or that it is a bug and that i may expect it working again in future versions. Kind regards, Vincent On 02/02/2018 18:04, Lorenzo Delana via samba wrote: > thanks for suggestion, in othe...
2004 Sep 02
3
BT Easicom - Andy Powell
Hi, I have been looking for info on * and the BT Easicom 1000 without much luck when i found a post to this list from Andy Powell saying that he had the phone working quite well. Before i go buy a shedload of these things I would like to know what problems/sucesses people have had with these phones and * in the UK. What they can/cant do with * Also does anyone know of any good ADSI
2004 Dec 04
3
Local mirrors and ISP transfer bills
As a matter of policy and because I'm at the end of a DS/1 that needs to feed my customers needs, I've set up a local subset mirror of Centos 3.3. It's a subset because I don't copy any of the x86_64 directories ( no machines that use them ) but it's also a superset because I've added an additional "local" directory structure that contains things that I need -
2004 Sep 22
6
login scripts do not run
I have a simple script that sets the time on a Windows client at startup. The one-line script: net time \\myhost /set /yes Works perfectly well when I double-click it from Windows Explorer, so I don't think the problem lies there. The relevant lines in my smb.conf file: [global] time server = yes logon script = smbtimeset.BAT [netlogon] comment = shared scripts path =