similar to: Sheather Jones Plug-In Bandwidth

Displaying 19 results from an estimated 19 matches similar to: "Sheather Jones Plug-In Bandwidth"

2004 Dec 28
3
plots
Is there a way to save plots and use in a word document. Thanks for your help in advance. durai __________________________________ Send holiday email and support a worthy cause. Do good.
2005 Jan 04
1
Histogram
I have data on a single variable LOGT. It has about 300,000 observations. I am trying to make a Histogram out of this data set. Following is my effort. Could anyone help me to solve this error. > hist(x) Error in hist.default(x) : `x' must be numeric > class(x) [1] "data.frame" > is.object(x) [1] TRUE > is.vector(x) [1] FALSE > is.numeric(x) [1] FALSE >
2016 Apr 21
1
Security patches list not showing
On 04/21/2016 11:20 AM, Jon LaBadie wrote: > On Thu, Apr 21, 2016 at 06:52:47PM +0530, Selvin Durai Masilamani wrote: >> Hi team, >> >> Security patches isn't not showing from Centos 5,6 and 7. >> >> Tried Steps: >> >> First I installed yum install yum-security package >> >> Then I tried yum update --security >> >> But
2011 Nov 03
2
variable transformation for lm
Hello, I am doing a simple regression using lm(Y~X). As my response and my predictor seemed to be skewed and I can't meet the model assumptions. Therefore I need to transform my variables. I wanted to ask what is the preferred way to find out if predictor and/or response needs to be transformed and if yes how (log-transform?). I found a procedure in "A modern approach to Regressoin in
2008 Mar 25
1
bandwidth estimation using bw.SJ
Hello All, When I use bw.SJ (based on Sheather & Jones, 1991) in R to estimate the bandwidth for a highly skewed data, I get the following message: "sample is too sparse to find TD". I played around with the parameters such as no. of bins (nb), lower, upper (range over which to minimize) to no avail. My sample size is 50,000. Can anyone tell me what this means and of some
2016 Apr 21
2
Security patches list not showing
Hi team, Security patches isn't not showing from Centos 5,6 and 7. Tried Steps: First I installed yum install yum-security package Then I tried yum update --security But getting these message No need to update for security patches , 80 available Thanks, Selvin
2010 Dec 26
1
Calculation of BIC done by leaps-package
Hi Folks, I've got a question concerning the calculation of the Schwarz-Criterion (BIC) done by summary.regsubsets() of the leaps-package: Using regsubsets() to perform subset-selection I receive an regsubsets object that can be summarized by summary.regsubsets(). After this operation the resulting summary contains a vector of BIC-values representing models of size i=1,...,K. My problem
2013 Jan 24
12
group by + sum
Hi.. I need some support... table: week_id, user_id, project_id, hours ex. => 33, 2, 1, 10 34, 2,1,15 33, 2, 2, 20 35, 3, 1,20 etc. Want to display a sum of hours per week_id per user_id I have: @hours = HourUser.includes(:user).group_by { |h| h.week_id } @hours.keys.sort.each do |hour| @hours[hour].collect(&:stunden).sum Hours are summed up, but not sorted by user_id.. How to get
2008 Nov 04
1
problem with plot style (pch) with lattice in legend
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081104/b667d8da/attachment.pl>
2016 Apr 21
0
Security patches list not showing
On Thu, Apr 21, 2016 at 06:52:47PM +0530, Selvin Durai Masilamani wrote: > Hi team, > > Security patches isn't not showing from Centos 5,6 and 7. > > Tried Steps: > > First I installed yum install yum-security package > > Then I tried yum update --security > > But getting these message > > No need to update for security patches , 80 available
2017 Sep 06
1
Using quantmod to obtain current Dow Jones index
R 3.4.1 OS X Colleagues, I am just learning to use the quantmod package and I have encountered something that I don?t understand. This works: getSymbols("^DJI") This does not work: getQuote("^DJI?) It returns only NAs: Trade Time Last Change % Change Open High Low Volume ^DJI <NA> N/A N/A N/A N/A N/A N/A N/A Two questions: 1. Is there some way to obtain the
2012 Jan 10
0
"tau + h > 1: error in summary.rq"
Dear all, I am doing a simulation for my model that works when I use only the rq() command. However, since I need to use the varcov matrix for my Wald test, I need to compute summary(rq(), cov=TRUE). But the simulation does not work because of the error: tau + h > 1: error in summary.rq I tried to use: if (tau + h > 1) stop("tau + h > 1: error in summary.rq") But the
2010 Sep 22
0
bctrans: Box-Cox Transformation Problem
Hello, I'm currently trying to model the movement of a slope (v.obs) with a regression model. The data can be found following the given links: either http://www.sendspace.com/file/dnugwc or http://rapidshare.com/files/420569660/sel.day.txt I want to use the Box-Cox transformation to normalize the response as well as the predictor variables. The scatterplot looks like this: library(zoo)
2011 Oct 12
36
ROR setup on ubuntu machine
I am new to ROR, i need to setup ROR on my ubuntu machine. can u give some steps to follow for ROR? or some effective tutorials link to setup this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ciRx6txsgY4J. To post to this group, send
2014 Sep 19
1
Samba4 joning Windows 2012 Foundation
Dear all, when joining Windows Server 2012 Foundation to samba 4.1 there is an error: The server did not finish checking the license compliance. If the server is joined to a domain, make sure that the server can connect to a domain controller. Is there a way to extend samba4 to avoid this error? EDV Daniel M?ller Leitung EDV Tropenklinik Paul-Lechler-Krankenhaus Paul-Lechler-Str. 24 72076
2010 Aug 19
1
Create virtual appliance + deployment + manage
Dear all, I am working on a virtualization project that involves setting up virtual appliances over cloud. to implement the same, which tool is required to 1) create virtual appliances 2) deploy virtual appliances 3) manage virtual appliances/virtual machines Could you please guide me with some pointers or resources to get started with the implementation. Thank you. Saravanan Sundaramoorthy
2010 Aug 31
1
How to discover the baremetal resources & install a VM image on the same
Hi all How do I discover the MAC address of machines that are available just with only BIOS installed (no Operating System present). And I need to find the mac address of such machines that are up with just BIOS. How do i do image installations on * bare-metal *? Please Guide me. Thanks. Saravanan Sundaramoorthy Red Hat Certified Engineer http://www.google.com/profiles/dearsaravanan#about
2010 Aug 20
2
how to Create virtual machine
Hi, I am working on a virtualization project that involves setting up virtual appliances to implement the same, which tool is required to 1) create virtual appliances 2) deploy virtual appliances 3) manage virtual appliances/virtual machines Could you please guide me with some pointers or resources to get started with the creation of virtual machines? I am little confused with libvirt with Xen
2013 Mar 18
0
Re: zfs-discuss Digest, Vol 89, Issue 12
You could always use 40-gigabit between the two storage systems which would speed things dramatically, or back to back 56-gigabit IB. ---------------------------------------- From: zfs-discuss-request@opensolaris.org Sent: Monday, March 18, 2013 11:01 PM To: zfs-discuss@opensolaris.org Subject: zfs-discuss Digest, Vol 89, Issue 12 Send zfs-discuss mailing list submissions to