similar to: kernel smoothing for ordinal data

Displaying 20 results from an estimated 3000 matches similar to: "kernel smoothing for ordinal data"

2012 Jun 19
2
Smoothing a persp graph
Hi, I'm unable to find a way to smooth data for a persp() graph. Example, suppose that I have data x,y,z like this: x <- 1:10 y <- 1:10 k <- 20 z <- outer(x, y, "*") + matrix( k*runif(100, -1, 1), 10, 10) persp(x, y, z, theta = 35, phi = 25) The graph is not very nice. Is there a way to smooth the z data so that at the end the graph would look more like something
2004 Feb 05
2
Savitzky-Golay smoothing for reflectance data
I got a question from a fellow PhD student that work with spectrum analysis in Excel and now he has lots of spectrums that needs to be smoothed, which would be nice to be able to do in batch. Is there an R package that can do: Savitzky-Golay smoothing for reflectance spectral data or a function that does something similar. _______________________________________ Henrik Andersson
2016 Sep 27
3
openldap proxy cache for samba
Hello, we use samba with ldap backend. All is working well. Now the user count should grow to about 3000 users in a mixed environment with PCs and terminal servers. So the most of the users typically have (more than one) sessions to different terminal servers. The smb version is (tragically) still v1 and a lot of the clients comes over a NAT gateway. To reduce the traffic to the remote ldap
2018 Jun 22
2
IDMAP Cache
Hello dear list, I have running a Samba 3 server (under SLES11) connected to an LDAP-Server and it is running well. But now, I like to migrate to Samba 4 and I've made a few tests before. The whole time I with Samba 3, I was surprised about the many ldap requests so that I thought about an additional local OpenLDAP proxy cache. But now with Samba 4 (with the same configuration like Samba 3,
2015 Apr 17
3
separate config for dedicate user
Hello, I run samba 3.6 and I need to track problems for dedicated users. So I thought, I load at the end via include special configurations for the user separately. My question is, how does the smbd configure itself. Does smbd 1) reads the config completely and then it set the parameters in the process or 2) does smbd reads and set each parameter instantly? So can I use the following example?
2014 Oct 01
3
ntvfs handler = cifs, CIFS-Proxy
Hello, I'm trying to configure a CIFS-Proxy. My configuration is: [global] workgroup = MYDOM server role = member server realm = MYDOM.NET netbios name = FS01 server services = +smb +s3fs dcerpc endpoint servers = +winreg +srvsvc [test] ntvfs handler = cifs cifs:server = 192.168.1.10 cifs:share = projects$ but in
2014 Nov 06
1
what is the limit max. characters of group names?
Hello, I've running a samba server: --------- * Samba 3.6.3 * using LDAP for users an groups part. of config: ---------- workgroup = Samba security = user ldap admin dn = uid=samba_user,cn=admin,o=company,c=net passdb backend = ldapsam:ldap://ldap01.company.net ldap suffix = cn=users,o=company,c=net ldap user suffix = cn=accounts
2016 Jan 28
3
How to use ldapsam only for authentication?
Hello dear list, I need help with authentication configuration on samba. It is a little bit special ... We have a Linux-Server with all users/groups local configured. (nsswitch.conf points to passwd and groups) We have ONE share configured and under this shared folder are located separated project folders. On each project folder are set posix ACLs with two groups for read only and write
2011 Sep 21
3
Quelplot
Hi all, Does anyone have an R implementation of the queplot (K.?M. Goldberg and B.?Iglewicz. Bivariate extensions of the boxplot. Technometrics, 34(3):pp. 307?320, 1992)? I'm struggling with the estimation of the asymmetry parameters. Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/
2003 Jun 16
3
Constrained optimization
Greetings, R-Wizards: I'm trying to find an extremum subject to a nonlinear constraint. (Yes, I have perused the archives but have found nothing positive.) The details of the problem are these: In a paper published some years ago in Technometrics, ("Confidence bands for cumulative distribution functions of continuous random variables" Technometrics, 25, 77-86. 1983), Cheng and
2007 Jul 02
1
Ubuntu package for 2.5.1
Hi all, Just a quick note to bring to all Ubuntu users on i386 that the packages for R 2.5.1 (and a few recommended packages needed rebuilding) are now available from CRAN. Supported distributed are Dapper (6.06), Edgy (6.10) and Feisty (7.04). Please report any problems to me and/or this list. --- Vincent Goulet, Associate Professor ?cole d'actuariat Universit? Laval, Qu?bec
2019 Nov 18
30
RFC: Moving toward Discord and Discourse for LLVM's discussions
Hello everyone, *Short version:*I've set up an LLVM Discord server for real time chat (similar to IRC) and an LLVM Discourse server for forums (similar to email lists): https://discord.gg/xS7Z362 https://llvm.discourse.group/ Please join and use these new services. They are only partially set up and still very new, so don't hesitate to improve them and/or reach out to this thread with
2006 Mar 29
2
bivariate case in Local Polynomials regression
Hi: I am using the package "KernSmooth" to do the local polynomial regression. However, it seems the function "locpoly" can only deal with univariate covaraite. I wonder is there any kernel smoothing package in R can deal with bivariate covariates? I also checked the package "lcofit" in which function "lcofit" can indeed deal with bivariate case. The
2015 Jun 10
3
Failed to init inotify - Too many open files
Hello, I've a problem on my system with inotify. In the smbd logfile are shown a lot messages like this: [2015/06/10 11:15:21.644453, 0, pid=57030, effective(12700, 100), real(0, 0)] smbd/notify_inotify.c:297(inotify_setup) Failed to init inotify - Too many open files [2015/06/10 11:15:23.968497, 0, pid=57030, effective(12700, 100), real(0, 0)] smbd/notify_inotify.c:297(inotify_setup)
2005 Oct 28
2
Uncensoring a dataset - resent
Does anyone know of an R package that I can use to uncensor a normal or log-normal dataset? I'm particularly interested in the MLE method of Cohen (1959), "Simplified estimators for the normal distribution when samples are single censored or truncated," Technometrics, 1(3), 217-237. Of course, if there is anything better, I'd be glad to hear about that too. Thanks. Rick
2014 Oct 23
1
prevent users to change rights ...
Hello, I want to prevent users to change file/directory rights and haven't found any possible solution. Setup: --------- * Samba 3.6.3 * using LDAP for users an groups Config: ---------- workgroup = Samba security = user ldap admin dn = uid=samba_user,cn=admin,o=company,c=net passdb backend = ldapsam:ldap://ldap01.company.net ldap suffix =
2019 Nov 18
5
RFC: Moving toward Discord and Discourse for LLVM's discussions
The lists are working well for the people who are already invested in the community though - as was identified by Chandler they aren't working as well for new people. I'm an insanely confident Scotsman with just about zero fear of any/all social situations, and I've always found this mailing list to be utterly terrifying (thus I've been a 10 year mostly-lurker). My fear
2019 Feb 04
2
hostname is missing in the output from "smbstatus -b"
Hello Rowland, thanks for answering so fast. > > > > we have migrated our Samba server from version 3.6 to Samba 4.6. > > > > Everyting is working fine, but I have seen one difference in the > > output from "smbstatus -b". > > > > The hostname in the output is no longer displayed (see examples below) > > 1) The hostname must come from
2011 Feb 12
2
Regarding {KernSmooth} - Can a package on CRAN have non GPL copyrights?
Hi all, I'm not sure who to ask this, so I'm posting this here. I just ran: require(KernSmooth) And got (I bolded the text): Loading required package: KernSmooth KernSmooth 2.23 loaded *Copyright M. P. Wand 1997-2009* Warning message: package 'KernSmooth' was built under R version 2.12.1 What does that mean? Thanks, Tal ----------------Contact
2008 Oct 02
1
KernSmooth not loading in R 2.7.2
I just upgraded to R 2.7.2 (from 2.7.1) this morning (Ubuntu amd64 platform). Shortly afterwards, I ran into a problem loading the odesolve library, it could not find libRblas.so. I was able to fix this by rebuilding odesolve. Now, KernSmooth gives me the same problem... R> library(KernSmooth) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library