Displaying 20 results from an estimated 26 matches for "steinhaus".
1997 Sep 09
2
R-beta: "Comparison of Mathematical Programs for Analysis"
Hi,
I have just seen Stefan Steinhaus' web page :
http://www.uni-franfurt.de/~stst/ncrunch.html
I think it would be nice to include "R" as well.
I have taken Forrest Young's email on stat-lisp list and changed the
stuff for "R" :) Here it is: (someone please check this so we can
also send it to Stefan St...
2015 May 04
3
[Bug 2393] New: Remote dynamic port forwarding for OpenSSH client
https://bugzilla.mindrot.org/show_bug.cgi?id=2393
Bug ID: 2393
Summary: Remote dynamic port forwarding for OpenSSH client
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
URL: http://d3s.mff.cuni.cz/~steinhauser/openssh.html
OS: All
Status: NEW
Keywords: openbsd, patch
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: steinhauser.anthony at gmail.com
Created attachmen...
2008 May 13
3
R benchmarking program
...quires additionnal libraries: Matrix, SuppDists
# Author : Philippe Grosjean
# eMail : phgrosjean at sciviews.org
# Web : http://www.sciviews.org
# License: GPL 2 or above at your convenience (see: http://www.gnu.org)
#
# Several tests are adapted from the Splus Benchmark Test V. 2
# by Stephan Steinhaus (stst at informatik.uni-frankfurt.de)
# Reference for Escoufier's equivalents vectors (test III.5):
# Escoufier Y., 1970. Echantillonnage dans une population de variables
# aleatoires r??les. Publ. Inst. Statis. Univ. Paris 19 Fasc 4, 1-47.
...
Error in getClass(Class, where = topenv(parent.fr...
2006 Oct 19
1
unique sets of factors
...d 3's,
is a different model.
Is there some computationally efficient way to remove such "factor
duplicates" from my large matrix? I have been banging my head
against the wall all morning.
Thanks!!
Tony
--
###########################
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody,
I am making a modified version of "Stephan Steinhaus' benchmark test for
number crunching, v. 2, (see
http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version),
comparing several functions of some math/stat software. R is not performing
bad at all... except for the sorting of a 1,100,000 random vector (test #3)
which is the worst...
2001 Apr 27
2
Benchmarking R, why sort() is so slow?
Hello everybody,
I am making a modified version of "Stephan Steinhaus' benchmark test for
number crunching, v. 2, (see
http://www.scinetificweb.com/ncrunch/ncrunch.pdf for the original version),
comparing several functions of some math/stat software. R is not performing
bad at all... except for the sorting of a 1,100,000 random vector (test #3)
which is the worst...
2003 Jul 24
1
scatterplot smoothing using gam
...to appreciate how to "control bandwidth" using gam. As
even if I apply something like the gam model above to the smoothed
"out$y" generated using ksmooth it tends to flatten out the smoothing
curve.
--
###########################
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
2000 May 02
1
tick marks on mfrow=c(3,3) plot (with simple example)
...ar, but
don't know what it is. The problem is the tick marks for the Y- axis are
only on plots in column #1 and for the X-axis in row # 2. Tony
x <- 1:10
y <- 1:10*5
par(mfrow=c(2,2))
plot(x,y)
plot(x,y)
plot(x,y)
plot(x,y)
par(mfrow=c(1,1))
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuw...
2006 Oct 06
3
Writing MSRs from Domain0
Hello,
I recently tried Xen 3.0.3-testing on my 2x Opteron-244 SMP machine.
Everything works well exept one detail, which is not unimportant to me:
the powernow-k8 driver fails to switch frequencies. A closer look on the
powernow-k8 source reveals, that some MSR write operations seem to be
without any effect. A rdmsr() before and after the wrmsr() call reveals
that no real change on the register
1999 Oct 08
1
error using dyn.load
...runa(double *x, long *n, long *k, double *r){
runavg(x,*n,*k,r);
}
/*
void main(void)
{
double x[20]={2,5,3,6,2,2,1,6,8,9,10,2,4,6,7,4,3,1,8,10}, r[20];
long n,k,i;
runavg(x,20,3,r);
for(i=0; i<20; i++) printf("%g\t%g\n",x[i],r[i]);
}
*/
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office) ****NOTE NEW AREA CODE****
Tel: (949) 824-5994 (lab) ****NOTE NEW AREA CODE****
Fax: (949) 824-2181 ****NOTE NEW AREA CODE****
email: tdlong at uci.edu...
2002 Jan 25
2
selecting clusters of points
...be returned of the same length as the points
plotted indicating logical membership in the circled cloud). Perhaps
someone has done something with the locator() function that would
allow this (or can suggest a way I could do this). Thanks. Tony
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...
1999 May 15
2
vsize and nsize
...no effct on the size of the allocated Ncells as
determined using gc(). Yes, I have that much data....
That is if I envoke R with
R --vsize 100 --nsize 5000000
then type
gc()
I get
free total
Ncells 92202 200000
Vcells 12928414 13107200
Thanks
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office) ****NOTE NEW AREA CODE****
Tel: (949) 824-5994 (lab) ****NOTE NEW AREA CODE****
Fax: (949) 824-2181 ****NOTE NEW AREA CODE****
email: tdlong at uci.edu...
2001 Sep 25
3
Error in optim(p, fun,...)
...non-finite finite-difference value [0]
If I add a trace=6 option to my control list the last message before
this error is:
At X0, 0 variables are exactly at the bounds
Any ideas on where I should start would be appreciated. Tony
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...
1999 Apr 21
1
Variance component estimation
All:
Any ideas on how to do variance component estimation, or at least
get Expected Mean Sqaures out of the modeling commands. Thanks. Tony
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office) ****NOTE NEW AREA CODE****
Tel: (949) 824-5994 (lab) ****NOTE NEW AREA CODE****
Fax: (949) 824-2181 ****NOTE NEW AREA CODE****
email: tdlong at uci.edu...
2001 Mar 01
2
How to plot two variables in one histogram?
Dear R members,
Is there a way I can include more than one variable in a histogram? Many
thanks in advance,
Liqing,
Liqing Zhang
Department of Ecology & Evolutionary Biology
321 Steinhaus Hall
U.C. Irvine
Irvine, CA 92697-2525
Phone:(949)-824-7703
Fax: (949)-824-2181
Email: lzhang at uci.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hor...
2001 Mar 20
0
error starting R 1.2.2 in Redhat 7.0 (GLIB 2.2 not defined...)
...th link time reference
Of course, I do not really understand what this message
implies I do. Any advice would be appreciated. Thanks. Tony
PS (I still haven't carried out the "backward upgrade" of the gcc
compiler)....later today
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...
2001 Oct 02
0
default library locations under Linux
...arting
R, and using the install.packages() {this function is cool to the
point of being dangerous}. Maybe I should be running the
install.packages option from another directory. Any advice here
would also be appreciated.
Any suggestions. Tony
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...
2002 Mar 22
1
binom.test and small N
...., upper 2.5% of distribution
I would think I generally want a 95% CI on the observed 9 out of 20,
not 8 out of 20 LB and 9 out of 20 UB. I am missing something or is
this strictly a function of the beta approximation used in the source
code??
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://st...
1999 Apr 20
1
eigenvalue calculations
...h eigen() in
0.64.0. In the patched versions of R-release (available under
src/devel at the CRAN sites) that bug has been fixed.
In case anyone else is interested, I redid the determinant
calculations in
Version 0.64.0 Patched (unreleased snapshot) (April 19, 1999)
using the method from Stephan Steinhaus's script (det0), the method
based on calculating the eigenvalues alone (det1) and the method based
on the QR decomposition (det2). The results from the three methods
are consistent except that the eigenvalue methods both produce a
non-trivial imaginary component.
I enclose the timing results...
2001 Jun 14
2
3 dimensional matrix??
...e
object with has more than 2 dimensions. I want to estimate a bunch
of var/cov matrices inside an index loop. It would be more
computationally efficient to do this in C...but R makes many of the
operations inside the loop really easy! Thanks.
--
Tony Long
Ecology and Evolutionary Biology
Steinhaus Hall
University of California at Irvine
Irvine, CA
92697-2525
Tel: (949) 824-2562 (office)
Tel: (949) 824-5994 (lab)
Fax: (949) 824-2181
email: tdlong at uci.edu
http://hjmuller.bio.uci.edu/~labhome/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mai...