search for: cmf

Displaying 20 results from an estimated 24 matches for "cmf".

Did you mean: cmd
2007 Sep 04
2
Efficient sampling from a discrete distribution in R
...Googling also didn't bring back anything. So, here's my first attempt at a solution. I'm hoping someone here knows of a more efficient way. # Sample from a discrete distribution with given probability mass function rdiscrete = function(size, pmf) { stopifnot(length(pmf) > 1) cmf = cumsum(pmf) icmf = function(p) { min(which(p < cmf)) } ps = runif(size) sapply(ps, icmf) } test.rdiscrete = function(N = 10000) { err.tol = 6.0 / sqrt(N) xs = rdiscrete(N, c(0.5, 0.5)) err = abs(sum(xs == 1) / N - 0.5) stopifnot(err < err.tol) list(e = err, xs = xs) }...
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
...le(zope2.9,*,2) recv_file_name(zope2.9) [sender] make_file(zope2.9/zeo,*,2) recv_file_name(zope2.9/zeo) [sender] make_file(zope2.9/myextensions,*,2) recv_file_name(zope2.9/myextensions) [sender] make_file(zope2.9/instance,*,2) recv_file_name(zope2.9/instance) [sender] make_file(zope2.9/myextensions/CMF-1.3.3,*,2) recv_file_name(zope2.9/myextensions/CMF-1.3.3) [many similar line without an error meassage removed] [sender] make_file(zope2.9/instance/plone-site/var/pts/PloneTranslations.i18n-linguaplone-zh-hk.mo,*,2) recv_file_name(zope2.9/instance/plone-site/var/pts/PloneTranslations.i18n-lingua...
2011 Jan 22
0
how to call BayesX in R to see the graph
...:45 PM, Den <d.kazakiewicz@gmail.com> wrote: > Dear Henrique > Thank you again for helping me > Unfortunately, your code seems not to be working > > > aggregate(.~ id, lapply(df, as.character), FUN = paste, collapse = "") > id cycle1 cycle2 cycle3 > 1 1 cmf cmf cmf > 2 2 mfc mfc mfc > 3 3 cf cf cf > > (letter 'a' missing in df[3,c("cycle1",cycle2")] > > You suggested very interesting approach, however. Those '.~ id' and > 'as.character' gave me hope for success. &...
2000 Nov 23
1
Support Vector Machines
Does anybody know if a script for Support Vector Machines (SVM) exist? I would like to apply it to R-stat. Casper Frederiksen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !)
2003 Sep 08
0
New highlighting for NEdit 5.3
Hi, I've just put together a new R syntax highlighting file for Nedit 5.3. I've borrow the "base" functions of Jedit (thanks to Tobias Elze and Zed A. Shaw) so now NEdit highlights a little more than before :) You can download the file here: http://ernesto.freezope.org/cmf/starthere/r/R-5.3.pats Just import it into NEdit with > nedit -import R-5.3.pats and save your preferences when leaving the editor. If you want to use NEdit as your default editor inside R do > options(editor="nedit -lm R") I usually change NEdit fonts to lucida-mono 12 so if...
2004 Feb 09
1
nedit syntax highlighting patterns for R?
I tried to install the syntax pattern file, R-5.1.pats (obtained from www.nedit.org) in version 5.3 of nedit, but it gives the following errors. Does anyone have a more up-to-date copy? euclid: ~/nedit % nedit -import R-5.1.pats NEdit: language mode must be specified in highlight pattern: <== NEdit: style name required in style specification: Note:darkRed:Italic <== NEdit: expecting
2007 Feb 03
1
GSSAPI authentication behind HA servers
Hi all, We have 2 mail servers sitting behind linux-HA machines.The mail servers are currently running dovecot 1.0rc2. Looking to enable GSSAPI authentication, I exported krb keytabs for imap/node01.domain at REALM and imap/node02.domain at REALM for both mail servers. However, clients are connecting to mail.domain.com, which results in a mismatch as far as the keytab is concerned (and rightly
2010 Jul 10
1
Set the number of threads using openmp with .C
Hi everybody! Could somebody help me with the following? I'm trying to run a simple Hello World code in openmp using .C function. The C code i have is: #include <omp.h> #include <stdio.h> #include <R.h> void hello_omp(int *n) { int th_id, nthreads; omp_set_num_threads(*n); #pragma omp parallel private(th_id) { th_id = omp_get_thread_num();
2011 May 16
0
Six Feet Up - In Search of Systems Administrators
...anding attention to details. * Solid Shell scripting knowledge. * UNIX working experience (FreeBSD, CentOS a plus). * Strong Networking skills. * You must be authorized to work in the US. A Plus: * Professional experience with hosting web applications. * Python experience. * Zope and CMF/Plone Experience. * BSD Certification. * ZFS knowledge, expertise. * Working experience on Juniper routers, switches. Work Environment: * Fast-paced, dynamic and cutting-edge open source environment. * Opportunity to work on exciting, highly-visible and nationally-renowned projects. *...
2005 Jan 25
4
BroadVoice Help
Is the Broadvoice service up? I just signed up with them and started receiving calls in no time but could not make calls. And after a few minutes I cannot even place calls. register => [number]:[password]@sip.broadvoice.com [broadvoice] type=peer fromuser=[number] host=proxy.lax.broadvoice.com fromdomain=sip.broadvoice.com context=from-broadvoice dtmfmode=inband any help would be
2005 May 10
58
A quick straw poll
How many of you are using Rails: 1. As the primary development tool at your Day Job 2. As a small part of your Day Job 3. Not using Rails in your Day Job, but are using Ruby 4. For OS/outside work/hobby -- sam http://www.magpiebrain.com/
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...hao.mail@gmail.com> Charles Hardin <ckhardin@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang....
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...hao.mail@gmail.com> Charles Hardin <ckhardin@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang....
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Lin@ultra-3eti.com> Charles Hardin <ckhardin@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang....
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi <chenbaozi@gmail.com> Chen Gang <gang....
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Chen Baozi <baozich@gmail.com> Chen Baozi &l...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chayan Biswas <Chayan.Biswas@sandisk.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Ch...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chayan Biswas <Chayan.Biswas@sandisk.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Ch...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chayan Biswas <Chayan.Biswas@sandisk.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Ch...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...in@exablox.com> Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Charles Wang <muming.wq@taobao.com> Charlie Suffin <charlie.suffin@stratus.com> Charndeep Grewal <csgrewa@tycho.ncsc.mil> Charulatha V <charu@ti.com> chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Chas Williams <chas@cmf.nrl.navy.mil> Chase Douglas <chase.douglas@canonical.com> Chayan Biswas <Chayan.Biswas@sandisk.com> Che-Liang Chiou <clchiou@chromium.org> Chegu Vinod <chegu_vinod@hp.com> Chema Gonzalez <chema@google.com> Ch...