similar to: 'asymmetric span' for 2D loess?

Displaying 20 results from an estimated 800 matches similar to: "'asymmetric span' for 2D loess?"

2003 Oct 15
1
nnet: Too many weights?
I am using library(nnet) to train up an ANN with what I believe is a moderately sized dataset, but R is complaining about too many weights: --- > nn.1 <- nnet(t(data), targets, size = 4, rang = 0.1, decay = 5e-4, maxit = 200) Error in nnet.default(t(data), targets, size = 4, rang = 0.1, decay = 5e-04, : Too many (1614) weights > dim(targets) [1] 146 2 > dim(data) ## Note
2010 Apr 16
4
logging details
Are there plans to expand the logging capabilities in OpenSSH, so that the details of what files were moved using sftp is included? If not, does anyone know of a good way to capture this information? Thanks in advance, - Sue Susan K. Diller UNIX Systems Administration PAETEC Communications, Inc. 600 WillowBrook Office Park Fairport, New York 14450 *(585) 413-2320 * susan.diller at
2018 Nov 14
3
New ID registration
Hi, Martijn, Thank you for reaching out, and apologies for late reply It is a dedicated metadata for volume normalization on our player. Please kindly refer to our company information here: https://labelgate.com/ application ID: SONN application name: Sony Normalizer contact e-mail address: taku.kurosawa at labelgate.com<mailto:taku.kurosawa at labelgate.com> Taku From: flac-dev
2018 Dec 11
2
New ID registration
Hi Martjn, and everyone, Apologies if I have missed the reply, but I think I have not got any comment so far on this. That means our new ID request is accepted? What should I do next to proceed?? Apparently this is my first time here, so appreciate any advice assistance. Best regards, Taku From: Kurosawa, Taku Sent: Thursday, November 22, 2018 8:41 PM To: 'Martijn van Beurden'
2018 Nov 07
2
New ID registration
To whom it may concern, Hi, I would like to register a new ID hrere, application ID: SONN application name: Sony Normalizer contact e-mail address: taku.kurosawa at labelgate.com<mailto:taku.kurosawa at labelgate.com> please advise what the next step would be. Best regards, Taku Kurosawa -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Feb 18
1
[Announce] Samba 4.0.15 Available for Download
===================================================================== "Housework can't kill you, but why take a chance? Phyllis Diller ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.0. Changes since 4.0.14: --------------------- o Michael Adam <obnox
2014 Feb 18
1
[Announce] Samba 4.0.15 Available for Download
===================================================================== "Housework can't kill you, but why take a chance? Phyllis Diller ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.0. Changes since 4.0.14: --------------------- o Michael Adam <obnox
2013 Jun 20
3
USB ports on Lenovo T400 do not work after a suspend/resume
Hi, FreeBSD-9 works fine on this Lenovo T400 - except that suspending with no USB devices plugged in result in no ports working after resume. If I have a device plugged in during suspend - on any port - then all the ports work fine after resume. I've attached usbconfig and acpidump output. here's what is logged in the kernel buffer during suspend and resume: Her'es the suspend:
2010 Apr 29
3
control span in panel.loess in xyplot
Dear R gurus.. Is it possible to control span settings for different values of a grouping variable, when using xyplot? an example code shown below d=data.frame(x=rep(sample(1:5,rep=F),10),y=rnorm(50),z=rep(sample(LETTERS[1:2],rep=F),25)) xyplot(y~x,data=d,groups=z,panel=panel.superpose,panel.groups=panel.loess(span=c(2/3, 3/4,1/2)) or something like..
2005 Nov 17
3
loess: choose span to minimize AIC?
Is there an R implementation of a scheme for automatic smoothing parameter selection with loess, e.g., by minimizing one of the AIC/GCV statistics discussed by Hurvich, Simonoff & Tsai (1998)? Below is a function that calculates the relevant values of AICC, AICC1 and GCV--- I think, because I to guess from the names of the components returned in a loess object. I guess I could use
2018 Dec 11
2
New ID registration
"Kurosawa, Taku" wrote: > Hi Martijn, > > Sorry for the late reply again, > The application we are preparing this time is not exactly similar to > Replaygain. > > Replaygain as we understand is something which normalize the loudness at > content provider side, but our application takes different approach. It is > designed to normalize the loudness at player
2011 Jun 14
0
2d loess question
Hi, We have been trying to use loess on 2D data (basically a matrix) in the following way: x <- 1:256 y <- 1:256 z <- data # input from data z.loess = loess(z ~ x + y) We get a 256 x 1 vector of fitted values with a 256 x 256 array of residuals, but not a 256 x 256 array of fitted values. Why would this be? I think we are using loess incorrectly but can't figure out what is
2004 Aug 05
0
FW: expiring passwords
> Hi, > > I've just started managing some servers and I'm not very familiar > with samba. The drive mappings are > supposed to fail when the users' UNIX password is expired, but this > is not happening. If anyone can > tell me what settings I need or point me to the correct > documentation, I'd be grateful. > > HP-UX B.11.11 (trusted) >
2018 Dec 26
0
New ID registration
A few comments: 1) Many embedded devices that have FLAC support only handle a subset of the FLAC capabilities. It seems highly unlikely that an embedded device would have the ability to parse Vorbis file format wrappers around FLAC data. In other words, depending upon how broad you want the support to be, it might be best to make this addition to FLAC rather than Vorbis. 2) In general, changes
2018 Nov 16
0
New ID registration
Hi, I'm sorry, but that link doesn't seem to include anything specific about the metadata itself. The reason I'm asking is because, for player compatibility, it is probably much easier to use a vorbiscomment to store metadata. Replaygain normalisation uses Vorbiscomment too. Most FLAC players already read vorbiscomment, so for implementing plugins, this is probably much easier. Kind
2015 Feb 03
2
Re: [PATCH v5 REBASE 0/4] virt-resize: add support for resizing logical
On Wed, Jan 28, 2015 at 03:43:19PM +0000, Richard W.M. Jones wrote: > On Wed, Jan 28, 2015 at 02:24:15PM +0800, Hu Tao wrote: > > On Wed, Dec 17, 2014 at 03:07:11PM +0800, Hu Tao wrote: > > > On Thu, Oct 30, 2014 at 10:46:52AM +0800, Hu Tao wrote: > > > > Hi Rich, > > > > > > > > This is rebase of v5 series. Meanwhile, I found a bug when
2004 Sep 09
1
Confused about loading other packages from a package
In my package, I create a new method for plot with the following signature: setMethod("plot", signature(x="marrayNorm", y="formula"), plot.ma) where marrayNorm is a class defined in the marray package. After building and installing my package, I get the following warnings when I load my package (with library(maVis)): Warning messages: 1: In the method signature
2009 May 17
0
Asymmetric t - copula code in R
Hi R-users, Where can I find the code for asymmetric t-copula in R? Thank you for any help given. [[alternative HTML version deleted]]
2012 Sep 27
3
Drawing asymmetric error bars
Hello, I have data which I have arcsin transformed to analyse. I want to plot my data with error bars however as my data is back-transformed my standard errors are uneven. Is there a simple way to draw these asymmetric error bars in R? Thanks for your help. [[alternative HTML version deleted]]
2009 May 18
0
asymmetric t-copula in R
Hi R-users, Where can I find the code for asymmetric t-copula in R? Thank you for any help given. [[alternative HTML version deleted]]