similar to: Incorrectness of mean()

Displaying 20 results from an estimated 500 matches similar to: "Incorrectness of mean()"

2010 Sep 03
1
How to use lm() output for systemfit() 'Seemingly unrelated regression'
I am having problem using output of lm() function for further analysing using systemfit package. Basicaly, the problem s following - I generate several formulas using lm() > fo1 <- lm(r98[,2] ~ f98[,1] + f98[,2] + ... + f98[,43]) > fo2 <- lm(r98[,1] ~ f98[,1] + f98[,2] + ... + f98[,43]) and than I want to estimate a general model using package systemfit. > fitsur <-
2011 Feb 25
5
Substituting inside expression
I am having following problem: I?m constructing model for calculation of area of triangle. I know sides a, b, and gamma angle. I wish to calculate the area using heron?s formula: S <- sqrt(s*(s-a)*(s-b)*(s-c)) where s <- (a+b+c)/2 and c is calculated using law of cosines: c <- sqrt(a^2 + b^2 -2*a*b*cos(gamma)) since i am calculating a regression model, i need derivation of this
2010 Dec 20
2
How to optimize function parameters?
Hi, I have a dataset and I want to fit a function to it. The function is variogram model (http://en.wikipedia.org/wiki/Variogram) The variogram model is defined by three parameters and I want them to be automatically optimized for real time data. I tried to use gafit {gafit} for this, but there are some data configuration, where optimal results given by gafit() are negative, which is not correct
2010 Dec 16
2
How can I draw a line in empirical distribution function?
I've got the graphic with this: a=c(120,40,75,85,55,75,55,90,90,55,155) plot(ecdf(a)) How can I draw lines to show the lower quatile and upper quartil? I only know there is the argument lines(), but I don't know how to use it -- View this message in context: http://r.789695.n4.nabble.com/How-can-I-draw-a-line-in-empirical-distribution-function-tp3090675p3090675.html Sent from the R
2019 Aug 21
1
Core dumped - net ads dns gethostbzname
Hi. Performing a DNS search for a hostname results in a segmentation fault: ## Debian 10 Buster 64bit root at hostxzy:~# net ads dns gethostbyname name $(hostname) Bad talloc magic value - unknown value PANIC (pid 15749): Bad talloc magic value - unknown value BACKTRACE: 12 stack frames: ?#0 /lib/x86_64-linux-gnu/libsamba-util.so.0(log_stack_trace+0x32) [0x7f0827 a408d2] ?#1
2003 Jan 15
1
Double NATed VPN
Hello, 1) Thanks - shorewall save me a lot of time! 2) I try - exactly: I must :-) - configure a VPN server behind 2 NATs. My situation: RoadWarior - INet - ISP Router (NAT+PortForwarding) - Inetranal Router (running Shorewal, NAT+PortForwarding) - Inetranl VPN Server If RoadWariror try to connect Internal VPN Server then connection failed with "GRE: Bad check chcksum from pppd"
2019 Aug 13
3
winbind - frequent high CPU utilization
Hi. I use winbind + squid on Debian Buster to authenticate users + authorize them based on groups they are in. It all works, well, good, but winbind's CPU utilization peaks can reach up to 100%. The same solution ran OK on Debian Jessie with up to 20% CPU utilization at most. The configuration of Buster must have been updated based on the samba version leap/shift compared to Jessie. On
2006 Apr 05
0
samba client
Hi, I installed absolutely new installation of CentOS 4.3 from DVD media and I unchecked every additional packages. After that I perform # yum upgrade and install wanted packages # yum install samba-client installed packages are samba-common-3.0.10-1.4E.6 samba-client-3.0.10-1.4E.6 SELinux and iptables are disabled. But if I can try to mount my server public share #mount -t smbfs -o
2013 Jul 09
5
[Bug 2127] New: incorrectness of do_print_resource_record()
https://bugzilla.mindrot.org/show_bug.cgi?id=2127 Bug ID: 2127 Summary: incorrectness of do_print_resource_record() Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: FreeBSD Status: NEW Severity: minor Priority: P5 Component: ssh-keygen Assignee: unassigned-bugs at
2003 Jan 20
0
localization - dead keys
Hi, I'm new user of wine. I've fatal problem with keyboard driver - don't work "dead keys" and keyboard produce some other errors. I work on FreeBSD 4.7-STABLE, XFree86 4.2, with Czech environment; Wine 20021219. Is there enybody, who work with czech, slovak or polish (or another) environment with national keyboard, which uses "dead keys"? thanx Zbynek
2011 Mar 25
0
applying random functions to multisets
Hi, I am solving following problem: Suppose I have some multiset: > multiset <- c("a","a","c","d","d") and rules, which operate with it (for simplicity not writen in R functions) > rule1: "a" -> c("a","b") > rule2: "a" -> c("a","c") > rule3: "c" ->
2010 Apr 19
1
Grouping rows of data by day
Hi all, I have a set of data in hourly time steps with each row identified as time data column1 data column2 1 9999 9999 1.042 9999 9999 1.083 9999 9999 1.125 9999 9999 1.167 9999
2011 Nov 18
3
tip: large plots
Hi all, I'm working with a bunch of large graphs, and stumbled across something useful. Probably many of you know this, but I didn't and so others might benefit. Using pch="." speeds up plotting considerably over using symbols. > x <- runif(1000000) > y <- runif(1000000) > system.time(plot(x, y, pch=".")) user system elapsed 1.042 0.030 1.077
2005 May 27
1
Using R for classifying new samples
Hello, I do not have any statistical background, So I shall apologise if I am asking trivial question or help. I am trying to work with R. The problem I have on hand is: I have 2 sets of data(means & SD for each sample in the group of both sets). The sample size is massive(2000+ in each grp). I have a new set of experimental data and I like to classify this to either of the grps based on
2010 Aug 11
2
glusterfs on 32 bit - experiences?
I was wondering about general stability of glusterfs on 32 bit x86 Linux. I have it running without problems on some lightly used 32 bit systems, but this scares me a bit if I decided to use it in production[1]: While the 3.x versions of Gluster will compile on 32bit systems we do not QA or test on 32-bit systems. We strongly suggest you do NOT run Gluster in a 32-bit environment. I was
2011 Feb 18
6
sort a 3 dimensional array across third dimension ?
I'm attempting to sort a 3 dimensional array that looks like this > x , , 1 [,1] [,2] [1,] 9 9 [2,] 7 9 , , 2 [,1] [,2] [1,] 6 5 [2,] 4 6 , , 3 [,1] [,2] [1,] 2 1 [2,] 3 2 Such that it ends up like this .... > y , , 1 [,1] [,2] [1,] 2 1 [2,] 3 2 , , 2 [,1] [,2] [1,] 6 5 [2,] 4 6 , , 3 [,1] [,2]
2008 Jun 12
3
Problem with rowMeans()
Hi all, I have a matrix called 'data', which looks like: > data[1:4,1:4] Probe_ID Gene_Symbol M1601 M1602 1 A_23_P105862 13CDNA73 -1.6 0.16 2 A_23_P76435 15E1.2 0.18 0.59 3 A_24_P402115 15E1.2 1.63 -0.62 4 A_32_P227764 15E1.2 -0.76 -0.42 > dim(data) [1]
2005 Jul 22
2
--- Problem with queues.conf and extensions.conf ---
Hi Asterisk-Users, We have a problem with queues.conf / extensions.conf queues.conf file reads like ... member => SIP/8399 extensions.conf reads like ... exten => 8399, 1, SetCIDNum(${AccountNumber}|a) exten => 8399, 2, Dial(SIP/8399,10,Ttrf) When somebody calls to the queue, we observed that it is not going through extensions.conf (previous two lines) That mean's it is not
2007 Mar 15
12
performance counters
In order to be meaningful and usable together with other measuring methods, their use in my opinion should impose as little overhead as possible. With that, I wonder why per-cpu counters use atomic operations. Thanks, Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2002 Jan 14
1
newbie: table,mean for all variables
Hello, (1) what is the way to use table for the hole dataSet ? I would get a cross-table with x1 and other variables in the dataSet which have got 100 columns : table(x1,data[variable2 until variable 100])/length([variable2 until variable 100])*100 like this but it's wrong ? table(x1,data[,2:100])/length(data[,2:100])*100 if i type: table(data[,1:10]) to get the frequency