search for: verteilung

Displaying 14 results from an estimated 14 matches for "verteilung".

2005 Jun 27
1
problem with postcript() and umlauts
...---BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I am running R 2.01 on SuSE 9.2 and I use GNU-Emacs and ESS. When using umlauts like ?? ?? ?? ?? for e.g. plot titles , I enter them directly in the code, like plot(seq(from=-4,to=4,length=100),dnorm(seq(from=-4,to=4,length=100)),main="Gau??-Verteilung") I get a dotted box just after the "Gau" and before the "??" in the title. Using the postscript device postscript() plot(seq(from=-4,to=4,length=100),dnorm(seq(from=-4,to=4,length=100)),main="Gau??-Verteilung") dev.off() I get two warning messages: Warning m...
2007 Mar 28
2
fitting data with conditions
Mich besch?ftig folgende Fragestellung. Ich kenne die Verteilung (lognormal) zus?tzlich weiss ich das 99%, das 90% und das 1% Quantil. Gibt es in R eine M?glichkeit die Lognormalverteilung zu finden, das heisst den korrespondierenden logmean und logsd? Vielen Dank f?r ihre Hilfe Gruss Yvonne
2002 Jul 12
2
Crosstabs in R
Before I reinvent the wheel, I have need for a relatively straightforward crosstabulation (2 x n) function. I know that R has table(), ftable(), xtabs(), and summary(xtabs()), but none of these produce a fully "tricked" out cross-tabulation with marginal totals, expected cell frequencies, and an array of statistics about the contingency table. Is there a more complete (something
2011 Jul 14
2
Add a density line to a cumulative histogram - second try
...icture of the histograms here: http://www.jochen-bauer.net/downloads/histo-cumulative-density.png Source: # Histogramm histo <- hist( hgd$V1, freq=FALSE ) # Dichte-Sch?tzer-Funktion reinzeichnen denspoints <- density( hgd$V1 ) lines( denspoints, col="GREEN", lwd=2 ) # Kumulative Verteilung relativer H?ufigkeiten relcum <- cumsum( histo$counts ) / sum(histo$counts) barplot( relcum, names.arg=round( histo$mids, 2), col="green", ylab="Wahrscheinlichkeit") # Kumulative Dichtefunktion ? Thanks in advance - Jochen -- View this message in context: http://r.789695.n...
2005 Aug 11
0
NTBackup on WinServer2003 and SAMBA problem
...p-poland.pl member of the ALTEN group Wichtiger Hinweis: Diese Information ist f?r den Gebrauch durch die Person oder Firma/Organisation bestimmt, die in der Empf?nger- adresse benannt ist. Wenn Sie nicht der angegebene Empf?nger sind, nehmen Sie bitte zur Kenntnis, dass Weitergabe, Kopieren, Verteilung oder Nutzung des Inhalts dieser Email-?bertragung unzul?ssig ist. Falls Sie diese Email irrt?mlich erhalten haben, benachrichtigen Sie den Absender bitte unverz?glich telefonisch oder durch eine Email. ************************************************************ Important Note: This e-mail may...
2012 Mar 22
1
Warning from ExtUtils::MakeMaker
...Technology Verwaltungs GmbH AG Osnabr?ck - HRB 200359, Gesch?ftsf?hrer: Ansas Meyer ----------------------------------------------------------- Die in dieser Email enthaltenen Informationen sind vertrau- lich zu behandeln und ausschlie?lich f?r den Adressaten be- stimmt. Jegliche Ver?ffentlichung, Verteilung oder sonstige in diesem Zusammenhang stehende Handlung wird ausdr?cklich untersagt. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20120322/08bb43a0/attachment-0001.html>
2016 Jul 25
1
Xapian 1.4.0 released
Kevin writes: > Of course, I can fix it by myself and check every terms length, but > that will add more overhead to big data computing. How is the overhead different whether your code checks it or Xapian does? Best regards, Adam -- "Oh, we all like motorcycles, to some degree." Adam Sj?gren asjo
2012 Oct 04
1
Synonyms of Abbreviations
Hello, I am looking for a documentation or an example to use the synonym function. I tried this db.add_synonym("omega","xapain"); and this works by adding the flag FLAG_AUTO_SYNONYMS. If i try to use the db.add_synonym("omega","xapain is search engine "); it fails why? Can xapian use synonym for Abbreviations like MBA => Master of business
2013 Feb 20
1
Sticky results
Hi there, I have a xapian index whose results are being sorted by a value, with (PHP bindings): $enquire->set_sort_by_value($sort_data_value); This is because I want the results returned in chronological order of publication date. However, I now have a need to have certain results be 'sticky' at the top of the resultset, regardless of their publication date. Obviously there are
2012 Jan 20
2
Perl version of sortable_serialize missing?
I attempted to use the sortable_serialize function from perl, however doesn't seem to exist. The only occurrence of the string "sortable" in the /usr/local/perl/5.10.1/Search/ tree is in the pod in Xapian.pm. What am I doing wrong? use Search::Xapian; ... $doc->add_value(4,sortable_serialize($recdate)); Undefined subroutine &main::sortable_serialize called
2015 Mar 11
2
stub-file and get_doccount
Hello, i switched from one big index to a stub file with many indexes and running into a problem. i have a tool to fetch a random document via: get_doccount random id up to get_doccount get_document with that id after changing to stub file this failes. Is there a nice way to get a random document from a stub file? ?MfG? Felix Ostmann
1999 Jul 19
11
clearcase and samba
FYI:, I'm fairly new to samba (a couple of months now), and have experimented - unsuccessfully - with getting it to work with clearcase. Does anyone have a how-to, or a list of gotcha's for setting up clearcase with samba? Thanks in advance for any information you can send me. Ozzie,
1999 Sep 09
1
SAMBA digest 2226
...//www.siemens.at > >Wichtiger Hinweis: Diese Information ist fuer den Gebrauch durch die Person >oder die Firma/Organisation bestimmt, die in der Empfaengeradresse benannt >sind. Wenn Sie nicht der angegebene Empfaenger sind, nehmen Sie bitte zur >Kenntnis, dass Weitergabe, Kopieren, Verteilung oder Nutzung des Inhalts >dieser Email-Uebertragung unzulaessig ist. Falls Sie diese Email irrtuemlich >erhalten haben, benachrichtigen Sie den Absender bitte unverzueglich >telefonisch oder durch eine Email > > > > > > >------------------------------ > >Date:...
2008 Oct 15
0
R-help Digest, Vol 67, Issue 31
...(quant15) 96. calculating weighted correlation coefficients (Elena Wilson) 97. Re: Desperatly seeking Parallel R simulation with Windows XP (Rainer M Krug) 98. Re: par() default values (Eik Vettorazzi) 99. rpvm for windows anyone ? (tolga.i.uzuner at jpmorgan.com) 100. Weibull Verteilung (Hoeks, Luis) 101. Re: Weibull Verteilung (Tsjerk Wassenaar) ---------------------------------------------------------------------- Message: 1 Date: Mon, 29 Sep 2008 10:56:13 +0100 From: Simon Wood <s.wood at bath.ac.uk> Subject: Re: [R] GAMSetup To: r-help at r-project.org Message-ID: &...