search for: ker

Displaying 20 results from an estimated 117 matches for "ker".

Did you mean: keir
2012 Jul 17
1
about different bandwidths in one graph
...05; thumb rule(Epanech.)--0.00452; Plug-in (normal)--0.0009; Plug-in(Epanech.)--0.002. this is the condition: N=1010 data sample is from normal distribution N(0,0.0077^2). The grid points are taken to be [-0.05,0.05] and increment is 10. Bandwidth is taken the above h value r respectively and the kernel can be Epanechnikov kernel or Gaussian kernel. The following is my code: ######################################################### # Define the Epanechnikov kernel function kernel<-function(x){0.75*(1-x^2)*(abs(x)<=1)} ############################################################### # De...
2010 Jun 01
1
BreastCancer Dataset for Classification in kknn
...codes are as follow: rm = (list = ls()) library(mlbench) data(BreastCancer) library(kknn) BCancer = na.omit(BreastCancer) d = dim(BCancer)[1] i1 = seq(1, d, 2) i2 = seq(2, d, 2) t1 = BCancer[i1, ] t2 = BCancer[i2, ] y2 = BCancer[i2, 11] x = 10 k = array(1:x, dim = c(x,1)) ker = array(c( "rectangular", "triangular", "epanechnikov", "biweight", "triweight", "cos", "inv", "gaussian"), dim = c(8,1)) f = function(x, ker){ BreastCancer.kknn <- kknn(Class~., train = t...
2009 Jun 30
2
odd behaviour in quantreg::rq
...q(). An example is below. Could this have something to do with replication in the data? # example: library(quantreg) # load data x <- read.csv(url('http://169.237.35.250/~dylan/temp/test.csv')) # with weights summary(rq(sand ~ method, data=x, weights=area_fraction, tau=0.5), se='ker') # without weights # note error message summary(rq(sand ~ method, data=x, tau=0.5), se='ker') # without weights, no error message summary(rq(sand ~ method, data=x, tau=0.5, method='fn'), se='ker') -- Dylan Beaudette Soil Resource Laboratory http://casoilresource.law...
2017 Jul 25
0
[ovirt-users] ovirt 4.1 hosted engine hyper converged on glusterfs 3.8.10 : "engine" storage domain alway complain about "unsynced" elements
...mail.com> wrote: > Hi, > > UI refreshed but problem still remain ... > > No specific error, I've only these errors but I've read that there is no > problem if I have this kind of errors: > > > 2017-07-24 15:53:59,823+02 INFO [org.ovirt.engine.core.vdsbro > ker.gluster.GlusterServersListVDSCommand] (DefaultQuartzScheduler2) > [b7590c4] START, GlusterServersListVDSCommand(HostName = > node01.localdomain.local, VdsIdVDSCommandParametersBase:{runAsync='true', > hostId='4c89baa5-e8f7-4132-a4b3-af332247570c'}), log id: 29a62417 > 20...
2012 May 28
2
R quantreg anova: How to change summary se-type
...=rq(Y~X1+X2,tau=i) tifunrestrited=rq(Y~X1+X2+X3,tau=i) a[i]=anova(fitrestricted,fitunrestricted)$table$Tn) #gives the Test-Value } supW=max(a) As anova is using the summary.rq function I want to change the Standard error method used (default: se="nid" leads to mistakes, I prefer se="ker"). Do you know how to handle this information in the anova syntax? Thank you very much Stefan -- View this message in context: http://r.789695.n4.nabble.com/R-quantreg-anova-How-to-change-summary-se-type-tp4631576.html Sent from the R help mailing list archive at Nabble.com.
2017 Jul 24
3
[ovirt-users] ovirt 4.1 hosted engine hyper converged on glusterfs 3.8.10 : "engine" storage domain alway complain about "unsynced" elements
Hi, UI refreshed but problem still remain ... No specific error, I've only these errors but I've read that there is no problem if I have this kind of errors: 2017-07-24 15:53:59,823+02 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterServersListVDSCommand] (DefaultQuartzScheduler2) [b7590c4] START, GlusterServersListVDSCommand(HostName = node01.localdomain.local, VdsIdVDSCommandParametersBase:{runAsync='true', hostId='4c89baa5-e8f7-4132-a4b3-af332247570c'}), log id: 29a62417 2017-07-24 15:54:01,06...
2011 Jan 19
8
Xen on two node DRBD cluster with Pacemaker
Hi all, could somebody point me to what is considered a sound way to offer Xen guests on a two node DRBD cluster in combination with Pacemaker? I prefer block devices over images for the DomU''s. I understand that for live migration DRBD 8.3 is needed, but I''m not sure as to what kind of resource agents/technologies are advised (LVM,cLVM, ...) and what kind of DRBD config (seperate devices for each DomU I guess?) Th...
2009 Feb 05
2
Security update missing - kernel-2.6.18-128.el5
Please, do not delay this "Important" multiple security update. See https://rhn.redhat.com/errata/RHSA-2009-0225.html for more info. This update is "5.3" kernel but has been released as security update too. RHN pushed this kernel one day ahead of rest of 5.3 packages (on my servers). RH maintains API and ABI (!) compatibility so there is no problem to use this kernel AFAIK. So please, do not delay it anymore, this contains multiple security vulner...
2005 May 31
2
Null space (or kernel) and image of a matrix
Hello! Does anyone now if there exist a function that would compute a "null space" (or "kernel" - "Ker") of a matrix and maybe also one that would compute an "image" ("Im") of a matrix. I tried R-site search and google, However I found notnihg useful! Thanks for any sugestions! I am also not sure what an "image" of a matrix is, so suggestio...
2011 May 17
8
VGA Passthrough on Xen 4.1: succees (IGD) and failure (ATI) report
...tem with vt-d support: CPU: Intel core2duo E8400 MB: Asus p5q-vm do mem: 8GB So I''m succeed at Intel IGD: 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) with Debian Sid''s XEN 4.1/Linux 2.6.39-rc7+ (from git:// git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git) and WinXP SP2 with Intel''s drivers version 6.14.10.5157 but no success with two ATI cards: ATI X800GTO ATI 5450 (on same m.board) with empty screen. When I run HVM screen went from "empty" to another "empty ", HVM not b...
2004 May 07
1
ENC: ENC: Unresolved Symbols on Uniprocessor Ker nel
Hi, Is this "Unresolved Symbols" issue only occurring on VMware with e.38? We have OCFS users want to update their kernel to e.34 or e.38 without VMware. Please advise, Thanks! Roger--- -----Original Message----- From: Wim Coekaerts [mailto:wim.coekaerts@oracle.com] Sent: Friday, April 30, 2004 12:20 PM To: Sunil Mushran Cc: ocfs-users@oss.oracle.com Subject: Re: ENC: ENC: [Ocfs-users] Unresolved Symbols on Unipr...
2004 Jul 12
2
Vaseplots
In The American Statistician vol 42 (1988) pages 257 - 280, Yoav Benjamini investigates some variations on the box plot, including vaseplots, which maek the width of each box vary proportionally to he estimated density at a particular point. Has anyone implemented these in R ? Thanks as always Peter
2003 Dec 18
1
Help on share from Linux. :'(
Hi all, I'm new on this List, I'm having troubles with samba at share from Linux <Gentoo Ker 2.4.20> to Win2k (Samba version 2.2.8a). For now I can start the daemons normally, but when I try to access from win2k or the same Linux with smbclient this return errors, I already have to configured the smb.conf file, I can connect without problems to the sharing point's on the NT domain,...
2006 Mar 04
29
Getting RJS / EgdeRails working
Hi, using Rails 1.0 on windows (without svn yet) I just wrote "rake freeze_edge". Are the RJS-templates already included then ? When I write "rake update_javascripts" I receive this error: svn: ''.'' is not a working copy Any tipps for a newbie on how to get the update done (if neccessary) ? thx Jan
2017 Jul 25
2
[ovirt-users] ovirt 4.1 hosted engine hyper converged on glusterfs 3.8.10 : "engine" storage domain alway complain about "unsynced" elements
...s are because not having glusternw assigned to the correct > interface. Once you attach that these errors should go away. This has > nothing to do with the problem you are seeing. > Hi, You talking about errors like these? 2017-07-24 15:54:02,209+02 WARN [org.ovirt.engine.core.vdsbro ker.gluster.GlusterVolumesListReturn] (DefaultQuartzScheduler2) [b7590c4] Could not associate brick 'gdnode01:/gluster/engine/brick' of volume 'd19c19e3-910d-437b-8ba7-4f2a23d17515' with correct network as no gluster network found in cluster '00000002-0002-0002-0002-00000000017a'...
2014 Jun 16
1
Samba fails joining domain
Does anyone have a guess as to where I should be looking to fix this? I can run wbinfo -u wbinfo -g and all the names come up right. Kinit works and I get a Ker ticket.. This is an Ubuntu 14.04 with samba 4. THIS IS THE FIRST LINUX COMPUTER I HAVE EVER BUILT!!!!!!! I knew absolutely ZERO about linux last week so I don't even know how to explain the issue. What I want to do is share some folders and have the authentication run through my 20...
2006 Jan 02
1
wbinfo-t fails but other wbinfo items works
...R_NAME (0xc0000122) Could not check secret I assume that this might be the problem, i was able to join the samba box fine, net getlocalsid works, kinit and klist also and i dont know why my setup doesnt work. My current debian versions are: ii krb5-config 1.7 Configuration files for Kerberos Version 5 ii krb5-user 1.3.6-5 Basic programs to authenticate using MIT Ker ii libkadm55 1.3.6-5 MIT Kerberos administration runtime librarie ii libkrb53 1.3.6-5 MIT Kerberos runtime libraries ii libldap2 2.1.30-3 OpenLDAP libraries ii samb...
2013 Apr 20
5
configure error using Lustre 2.3 and OFED 3.5
...arch/x86/include/generated -I /admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/include -I/admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/include -I/admin/extra/l inux-2.6.32-358.2.1.el6.x86_64.crt1/include2 -include include/linux/autoconf.h -o tmp_include_depends -o scripts -o include/config/MAR KER -C /admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1 EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/mhebenst/lustre -2.3.0/libcfs/include -I/home/mhebenst/lustre-2.3.0/lnet/include -I/home/mhebenst/lustre-2.3.0/lustre/include -I/usr/local/ofed/3.5/sr c/compat-rdma-3.5/include M=/hom...
2006 Mar 07
12
Edge Rails doesn''t work for my app
My app was fine before "rake freeze_edge" but after, I can no longer boot up webrick. I''m on Win Xp MySql backend and this is what I get => Booting WEBrick... ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/ker nel/agnostics.rb:7:in ``'': Exec format error - rake tmp:create (Errno::ENOEXEC) from ./script/../config/../vendor/rails/activesupport/lib/active_support /core_ext/kernel/agnostics.rb:7:in ``'' from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:...
2006 Jun 02
4
RoR on Apache not working
Hi I''m a RoR newbie, in fact i''ve been using it for less than 24 hours, but I''m not an internet/pc/apache/developement newbie so I expected this to go much easier :) Ok, here it goes. I''ve been trying to get RoR working with apache both on a RH server and after i didn;t managed there I tried on my machine, an windows XP/Apache2 machine. I don''t like