search for: mathematik

Displaying 20 results from an estimated 213 matches for "mathematik".

2010 Nov 12
3
Partition of a set
Hi I am new on this forum. I am searching for a function in R which provides all partitions of a set, say for the set {1,2,3} you get {{1,2,3}} {1,{2,3}} {2,{1,3}} {3,{1,2}} {{1},{2},{3}} . The number of partitions of a set is given by Bellsche`s number. The number of possibilities of length (this is the number of subsets included in the partition) of the partition is given by the partition
2003 Feb 26
4
[2.5.6] File table overflow
...r transmission of many files I get the error message rsync error: some files could not be transferred (code 23) at main.c(1045) According to /usr/include/asm/errno.h the code 23 says File table overflow What can I do about that? Many thanks for a hint, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Aachen University D 52056 Aachen, Germany
2004 Apr 16
2
Masked help page
...x-gnu status major 1 minor 8.0 year 2003 month 10 day 08 language R *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2004 Apr 08
2
How to draw a tree?
Hi, I have run rpart to construct a regression tree. Is there any simple method to draw a nice picture of it, as it is usually done in books and paper to visualize the tree? Thank you, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2002 Jan 29
2
Non-standard usage of rsync
...directory. Is this already possible? Is it probably difficult to patch rsync to do so? If yes, can the backup option be told to record new/deleted files as well. In that case my aims can be achieved at (much) higher disk space. Thanks for any hints, Helmut Jarausch Lehrstuhl fuer Numerische Mathematik Institute of Technology, RWTH Aachen D 52056 Aachen, Germany
2003 Feb 06
1
svm
...;m more interested in the syntax than what the weight should be, but if you know, please tell me...) Best, Christian -- *********************************************************************** Christian Hennig Seminar fuer Statistik, ETH-Zentrum (LEO), CH-8092 Zuerich (currently) and Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at stat.math.ethz.ch, http://stat.ethz.ch/~hennig/ hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag.de
2004 Jun 29
1
Goodness of fit test for estimated distribution
...s that neither ks.test nor chisq.test handle estimated parameters. I am aware of function goodfit in package vcd, which seems to it for some discrete distributions. Thank you for help, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2008 Feb 27
0
Call for abstracts: Innovative Tools in Data Analysis (ERCIM08)
...in the text field and let us also know informally. Deadline for early registration: March 3, 2008 Deadline for submission of abstracts: April 30, 2008 Kind regards, Bettina and Achim -- ------------------------------------------------------------------- Bettina Gr?n Department f?r Statistik und Mathematik Wirtschaftsuniversit?t Wien Augasse 2-6 A-1090 Wien, ?sterreich Tel: (+43 1) 31336 5032 Fax: (+43 1) 31336 734 ------------------------------------------------------------------- -- ------------------------------------------------------------------- Bettina Gr?n Department f?r Statistik und M...
2011 Aug 16
1
License question
...question: Am I allowed to include R.dll and Rblas.dll in other software ? In my case I'm want to run some R commands from a Python script and save the results. I tried RPy2 which has some trouble running on Windows. Regards, Uwe -- Dr. rer. nat. Uwe Schmitt Forschung & Entwicklung Mathematik mineway GmbH Geb?ude 4 Im Helmerswald 2 66121 Saarbr?cken Telefon: +49 (0)681 8390 5334 Telefax: +49 (0)681 830 4376 uschmitt at mineway.de www.mineway.de Gesch?ftsf?hrung: Dr.-Ing. Mathias Bauer Amtsgericht Saarbr?cken HRB 12339
2012 Oct 22
1
Shared folders not shown if "INBOX.shared.%.%" is used with dovecot 2.1.10
...= /usr/local/dovecot/etc/dovecot/users driver = passwd-file } protocol imap { imap_client_workarounds = tb-extra-mailbox-sep mail_max_userip_connections = 20 mail_plugins = acl imap_acl acl } Cheers, Christoph -- Christoph Bu?enius Rechnerbetriebsgruppe der Fakult?ten Informatik und Mathematik Technische Universit?t M?nchen +49 89-289-18519 <> Raum 00.05.040 <> Boltzmannstr. 3 <> Garching
2005 Feb 21
4
49 histograms on one page
...nt the essential histogram area without main, labs and axes large enough that it looks well but small enough that 49 fit on one page? (If I would draw them by hand, no problem...) Best, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ >From 1 April 2005: Department of Statistical Science, UCL, London ####################################################################### ich empfehle www.boag-online.de
1998 Nov 11
1
Wavelets in R
On Wed, Nov 11, 1998 at 01:00:34PM -0500, Norm Josephy wrote: > > Sir: > > I find your version of R excellent. I am teaching a course > next semester on Graphical Exploratory Data Analysis, and am > looking forward to having my students use this software. > Thank you for making it available. > ............................................................ > I am
2006 Feb 05
1
wireframe zlim option
...he z-values lying in the range from 0 to 30) did not work for the wireframe function of the lattice package. The call I tried was >library(lattice) >wireframe(z~x*y,zlim=c(0,30),drape=T,distance=0,colorkey=list(tick.number=6)) Any hints are appreciated Thanks in advance Marius mhofert at mathematik.uni-ulm.de
2004 Jan 20
1
random forest question
...st,]), ytest=as.factor(testgroups),classwt=c(0.49,0.02,0.49)) > x1rf$test$confusion 1 2 3 class.error 1 9948 35 20 0.00549835 2 170 1823 0 0.08529854 3 439 0 65 0.87103175 *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2005 Jan 17
3
How do I format something as "0.000"?
...;0.000". It seems that it is not possible to force format to print a "0.000", i.e. without any significant decimal places. Is it possible to do this somehow in R? Thanks, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2005 Nov 29
1
cheb_poly_eva using Clenshaw's recurrence formula
> > I don't really know if it's a little improvement or not, so I'd like > > to have feedback from the Speex experts here. I'd have to test, but it looks right. I don't expect much improvement, but it makes the code simpler, especially for memory. Would also have to test on fixed-point and see if it works. > Maybe a new implementation should use the algorithm
2005 Mar 03
2
X problem (radeon/intel-agp) on unstable
...an the X cursor. The rootwindow looks kind of strange. Please see http://www.fs.tum.de/~meyerm/XonRadeon.jpg since I can''t explain it ;-) gcc 3.4.3 X.org 6.8.2 Radeon 9200 i845 Any idea what I could try? Thanks, Marcel -- Marcel Meyer | Netzwerk- und Rechnerorganisation | Fachschaft Mathematik/Physik/Informatik | Technische Universität München ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading...
2002 Aug 06
1
Rd: more than one list
...this true? What can I do to get both value lists documented without writing a separate page for foo2? Best, Christian -- *********************************************************************** Christian Hennig Seminar fuer Statistik, ETH-Zentrum (LEO), CH-8092 Zuerich (current) and Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at stat.math.ethz.ch, http://stat.ethz.ch/~hennig/ hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag.de -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2004 Jan 19
1
qda problem
...ata (apart from random sampling of cvtrain/traingroups, but I tried more than one version), and even under the same version of R (1.8.0). Can anybody tell me what goes wrong now? Best, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de
2003 Oct 07
4
Installing R with all packages
...; but how to download a list of 30 packages at once? (The sysadmin would really appreciate if we could do it in a way that later additions of packages are reduced to a minimum.) Best, Christian *********************************************************************** Christian Hennig Fachbereich Mathematik-SPST/ZMS, Universitaet Hamburg hennig at math.uni-hamburg.de, http://www.math.uni-hamburg.de/home/hennig/ ####################################################################### ich empfehle www.boag-online.de