search for: perfromance

Displaying 20 results from an estimated 63 matches for "perfromance".

Did you mean: performance
2006 Oct 15
0
problems perfroming the vuong test
Dear All, I am using the function vuong of the package pscl to compare 2 non nested glm models with a numeric response. I did the following m1<-glm(y ~x ,data=xxx) m2<-glm(y ~z , data=xxx) When calling the vuong function I get the following message: > vuong(m1,m2) Error in predprob.glm(m1) : your object of class glm is unsupported by predprob.glmyour object of class lm is unsupported
2004 Dec 14
0
socket options and perfromance tuning
I'm trying to do some performance tuning on my company samba server. Currently users are getting timeout errors when trying to download large files <4GB. I was looking into performance tuning and socket options looked like a good candidate. In the Official Samba-3 HOWTO and Reference Guide it says, "It is strongly recommended that before specifying any setting for socket options the
2004 Jan 05
4
r: lm question
Hi all this is a silly question since i should know the answer. lm(y~x) perfroms linear regression with the intercept included. How do i estimate the equation without the intercept? cheers
2014 Jun 27
2
Fixed first cast-align warning
...gers. This was replaced with a single union containing all the requred array. This solution means that there are fewer pointer casts and actually gives the compiler more information with which to generate fast code. There has been at least one person on this list who is able to do perfromance tests on FLAC. I would appreciate it if someone could run such a performance test before and after the above commit. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2016 Jun 06
1
[PATCH] v2v:windows: prevent Parallels drivers from loading at boot
...rted since early P6 family, the drivers didn't even bother to check for the presence of the corresponding feature in CPUID. In QEMU/KVM, however, this instruction triggers #GP unless the VM is run with PMU (performance monitoring unit) enabled, which is often not the case (due to its impact on perfromance and migratability). So, to prevent crashes upon conversion, stop respective drivers from loading by disabling the corresponding services. Note that the services are being disabled ("Start" value set to 4) rather than their node removed, to avoid confusing the uninstaller which is schedu...
2003 Nov 08
2
help with hierarchical clustering
I have a large excel file with data in it. I converted it to a 'csv' format. I imported this dataset to R using the follownig command mldata <- read.csv("c:\\temp\\mldata.csv", header=T) all the column names and the rows seems to be correct. Now that I have this object, I need to perfrom hclust. I used the following hc <- hclust(dist(mldata), method="single")
2011 Jan 26
5
Regarding error in Asterisk dail plan:
Hi all, i am doing my master thesis on server perfromance evaluation i am using asterisk as sip proxy server and sipp tool as traffic generator... i have run basic testing of asterisk like as shown in website http://sipp.sourceforge.net/wiki/index.php/Howto_test_an_Asterisk_server_using_SIPp when i have copied sip.conf and extensions.conf from the site...
2005 Feb 10
2
Configuring Asterisk
Hey list, I'm having problems to get running *. I don't have any digium hardware yet. I just want to perfrom some tests using SIP. I compiled asterisk and zaptel with ztdummy enabled on Fedora Core 3. When I try to start ztdummy I get the following message: localhost# modprobe ztdummy Notice: Configuration file is /etc/zaptel.conf line0: Unable to open master device /dev/zap/ctl 1
2010 Aug 19
1
meta-analysis in R
Dear Sir or Madam, I am trying to explore the citation bias by perfroming meta-analysis. I need to plot a forest plot on some other proportions other than the usual effect size OR,RR, RD. I still do not have any idea after searching google and reading relevant books. Can anyone kindly help? Thank you in advance. Best wishes weiwei [[alternative HTML version deleted]]
2011 Jan 25
1
Paired data survival analysis
Hi, Im an honours student at Monash University. I'm trying to analyse some data for my project, which involved 2 treatments. My subjects were exposed to both treatments, and i gave them 60 minutes to perform a certain behaviour. 3 of my subjects performed the behaviour in one treatment but not the other. Therefore, i need to do a survival analysis using paired data. Im little confused about
2013 Jul 01
2
syslinux6 EFI fail to boot via pxe
> Gesendet: Donnerstag, 27. Juni 2013 um 17:44 Uhr > OK, now that's just weird. You don't see any response whatsoever from > tapping at the keys? > > If you set a TIMEOUT, can you run a DEFAULT even though you cannot type? > That's one way to figure out whether the machine is dead at that point > or not. A useful DEFAULT might be reboot.c32, that way even if the
2018 Mar 22
1
Opus configuration for ARM cortex M7
Hi, I'm planning to use Opus codec on a ARM cortex M7 device running at 400MHz. Con you please suggest the best configuration directives that I have to set in the config.h file in order to obtain the best perfromances on the cortex M7 architecture? Actually I have compiled libopus 1.2.1 with the following cnfiguration parameters: #define VAR_ARRAYS  1 #define FIXED_POINT  1 #define OPUS_BUILD  1 #define OPUS_ARM_INLINE_EDSP  1 Con I define something else to further improve the performances? Thank you in adv...
2016 Sep 08
2
CentOS 6.8 and samba
> 1. What is your output of testparm? No errors or warnings, apart from rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) > 2. If you run top, are any Samba related processes (winbindd, smbd, etc) consuming excessively high amounts of CPU? I did not observe this, although the machine was running at a load of 1+ with no apparent culprit. > 3. Have you
2011 Oct 09
1
help with using last observation carried forward analysis for a clinical trial please
Hi, I have a series of id's with multiple visits and questionnaire scores. This is a clinical trial that will be analyzed using the last observation carried forward method. In other words, in order to comply with intent to treat analysis when many subjects withdraw, data points for the last visit must be generated and filled in with the last observation. The ultimate goal is to tabulate the
2018 Feb 16
4
New LLD performance builder
>Hello everyone, > >I have added a new public LLD performance builder at >http://lab.llvm.org:8011/builders/lld-perf-testsuite. >It builds LLVM and LLD by the latest releaed Clang and runs a set of >perfromance tests. > >The builder is reliable. Please pay attention on the failures. > >The performance statistics are here: >http://lnt.llvm.org/db_default/v4/link/recent_activity > >Thanks > >Galina Great news, thanks ! Looking on results I am not sure how to explain them though....
2007 Jul 27
1
smbclient and netbios disabled question
Hello, I've a (maybe stupid?) question, can I use smbclient with domain auth. without netbios ? more explanations : I've 2 machines : PDC (acting as PDC and WINS server) MATISSE (as ROLE_DOMAIN_MEMBER) MATISSE joined the domain without problem with those parameters on MATISSE: [global] workgroup = LINUXVIRT security = DOMAIN passdb backend =
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
On Mon, 2018-08-06 at 23:35 +0300, Michael S. Tsirkin wrote: > > As I said replying to Christoph, we are "leaking" into the interface > > something here that is really what's the VM is doing to itself, which > > is to stash its memory away in an inaccessible place. > > > > Cheers, > > Ben. > > I think Christoph merely objects to the
2018 Aug 06
4
[RFC 0/4] Virtio uses DMA API for all devices
On Mon, 2018-08-06 at 23:35 +0300, Michael S. Tsirkin wrote: > > As I said replying to Christoph, we are "leaking" into the interface > > something here that is really what's the VM is doing to itself, which > > is to stash its memory away in an inaccessible place. > > > > Cheers, > > Ben. > > I think Christoph merely objects to the
2011 Aug 15
2
Extracting information from lm results (multiple model runs)
Just to inform: I posted that before in R-sig-ecology but as it might be interesting also for other useRs, I post it also to the general r-user list: Hello Alexandre, thank you very much. I also found another way to extract summarizing information from lm results over e.g. 1000 repeated model runs: results2 <- t(as.data.frame(results)) summary(results2) Although some questions popped up in
2008 Aug 18
15
How to upgrade domU
How do i upgrade my Xen guest (domu1) ? On a stand alone hardware one would insert DVD/CD/Network and perform the upgrade, What is the equivalent in Xen World ? Tahnks !!! -- Regards, mantra - Instrument of Thought _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users