search for: nmulti

Displaying 10 results from an estimated 10 matches for "nmulti".

Did you mean: multi
2010 Jun 12
0
help with npcdens function package np
...d having some difficulties. OS is Windows, R version 2.11.1 Here is what I've done so far. library(np) veg <- data.frame(factor(Physiogomy), meanAnnualDepthAve, TP) attach(veg) : for clarification dim(veg) returns 1292 3 fy.x <- npcdens(veg$factor.Physiogomy ~ veg$meanAnnualDepthAve, nmulti=1) # this works, but I haven't found any information explaining what the nmulti=1 term is doing? Does this set the number of levels in the factor? My data actually has 8 types, can I develop this to treat each one in a single function ? veg.eval <- data.frame(Physiogomy = factor('Marl...
2010 Jun 12
0
nonparametric density and probability methods
...d having some difficulties. OS is Windows, R version 2.11.1 Here is what I've done so far. library(np) veg <- data.frame(factor(Physiogomy), meanAnnualDepthAve, TP) attach(veg) : for clarification dim(veg) returns 1292 3 fy.x <- npcdens(veg$factor.Physiogomy ~ veg$meanAnnualDepthAve, nmulti=1) # this works, but I haven't found any information explaining what the nmulti=1 term is doing? Does this set the number of levels in the factor? My data actually has 8 types, can I develop this to treat each one in a single function ? veg.eval <- data.frame(Physiogomy = factor('Marl...
2007 Feb 16
13
negate the regexp in validates_format_of
Railsters: ActiveRecord''s validation system puts other database systems to shame. However, the newbies might not know how to write a regexp that excludes a match, instead of tests for it. Understand - I''m just asking this question to help them. I have been using Regexps since ''grep'' on Xenix! But the newbies here might not know how to do this:
2012 Jul 19
1
npindex: fitted values of the function itself?
...m using the np package. With the npindex function I estimate a semiparametric single index model using the method of Klein-Spady. P(Z=1|X) = G(X?b) I don?t have any problems to calculated the fitted values and standard errors X?b: bw = npindexbw(xdat=x, ydat=y_bi, method="kleinspady", nmulti=2) model = npindex(bws= bw3, gradients= TRUE, residuals = TRUE, boot.num = 50) x_fit = predict(model, se.fit = TRUE) x_fit_bi= x_fit$fit x_fit_bi_se = x_fit$se.fit However, I also would like to obtain an estimate of G(X?b). For example, after estimating a probit model, it would simply be G_hat=pn...
2009 Jan 29
0
np 0.30-1 (nonparametric kernel smoothing methods for mixed data types) is available on CRAN...
...e probabilities (i.e., as defined over the training data and the extended/augmented support -- their sum may exceed one) and may therefore require renormalization by the user * Fixed a numerical issue which could hinder npregbw()'s cross validation with higher-order kernels * Default nmulti in npplregbw() is now set correctly * Fixed a bug with the ridging routine in npscoefbw(), added ridging to npscoef * Fixed trivial i/o issue with "Multistart 1 of" using npscoefbw() Changes from Version 0.20-4 to 0.30-0 [15-Jan-2009] * Added basic user-interrupt checking for all un...
2009 Jan 29
0
np 0.30-1 (nonparametric kernel smoothing methods for mixed data types) is available on CRAN...
...e probabilities (i.e., as defined over the training data and the extended/augmented support -- their sum may exceed one) and may therefore require renormalization by the user * Fixed a numerical issue which could hinder npregbw()'s cross validation with higher-order kernels * Default nmulti in npplregbw() is now set correctly * Fixed a bug with the ridging routine in npscoefbw(), added ridging to npscoef * Fixed trivial i/o issue with "Multistart 1 of" using npscoefbw() Changes from Version 0.20-4 to 0.30-0 [15-Jan-2009] * Added basic user-interrupt checking for all un...
1999 Aug 26
0
smbsh always segfaults
...06e000, 18920) = 0 brk(0x80a8000) = 0x80a8000 open("/etc/host.conf", O_RDONLY) = 6 fstat(6, {st_mode=033522, st_size=0, ...}) = 0 mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006e000 read(6, "order hosts,bind\nmulti on\n", 4096) = 26 read(6, "", 4096) = 0 close(6) = 0 munmap(0x4006e000, 4096) = 0 open("/etc/hosts", O_RDONLY) = 6 fcntl(6, F_GETFD) = 0 fcntl(6, F_SETFD, FD_CLOEXEC)...
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi, I'm trying to get the so-called "single instance store" (I think cyrus has got the name for the first time) with dovecot --version = 2.0.19 binary package installed from ubuntu 12.04 lts official repo. I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot -a|grep hard" shows "yes") then I have installed and enabled the lmtp
2004 Sep 21
2
2.6.2 rsync --daemon is not working for me
Hi! I'm unable to write with remote rsync in daemon mode. ********* My configuration: rsync 2.6.2 Linux 2.4.20-alt16-up (ALTLinux www.altlinux.org) (There is owl-patch in ALTLinux-kernel) ========== /etc/rsyncd.conf ============= log file = /var/log/rsync [routers] comment = Our Backups path = /mnt/backup/routers uid = archiver gid = archiver use chroot = true read only = false list = true
2001 May 31
0
Bug in scp
...refused) 567 close(4) = 0 567 open("/etc/host.conf", O_RDONLY) = 4 567 fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0 567 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40014000 567 read(4, "order hosts,bind\nmulti on\n", 4096) = 26 567 read(4, "", 4096) = 0 567 close(4) = 0 567 munmap(0x40014000, 4096) = 0 567 open("/etc/hosts", O_RDONLY) = 4 567 fcntl(4, F_GETFD) = 0 567 fcntl(4, F_SETFD, FD_CLOEXEC)...