Displaying 9 results from an estimated 9 matches for "stochastik".
Did you mean:
stochastic
2005 Mar 22
2
lattice xyplot() postscript (?) problem in R 2.0.0
...-------------------
AR Dr. Gerrit Eichner Mathematical Institute
gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen
Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany
Fax: +49-(0)641-99-32029 http://www.math.uni-giessen.de/Stochastik
2009 Jan 27
1
uninitialised value in R (PR#13476)
...-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=C
Search Path:
.GlobalEnv, package:stats, package:graphics, package:grDevices,
package:utils, package:datasets, package:methods, Autoloads, package:base
--
Prof. Dr. Martin Schlather
Institut f?r Mathematische Stochastik & Zentrum f?r Statistik
Georg-August-Universit?t G?ttingen
Goldschmidtstr. 7, 5.111
D -- 37077 G?ttingen
schlather at math.uni-goettingen.de
http://www.stochastik.math.uni-goettingen.de/~schlather
http://zfs.uni-goettingen.de/
phone: +49 (0)551 39 17 2131 fax : +49 (0)551 39 13 505
2007 May 21
1
size limit in R?
...ineering and Computer Science
>> Assistant Master of Shepard Residential College
>> Northwestern University
>> 2145 Sheridan Road, EECS Dept.
>> Evanston, IL 60208
>> 847-332-4750
>>
>>
>
>
--
Prof. Dr. Martin Schlather
Institut für Mathematische Stochastik & Zentrum für Statistik
Georg-August-Universität Göttingen
Maschmühlenweg 8-10
D -- 37073 Göttingen
email: schlather@math.uni-goettingen.de
http://www.stochastik.math.uni-goettingen.de/research/index.phpphone: +49 (0)551 39 13 509 fax : +49 (0)551 39 13 505
===========End of original messa...
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
...matter much when jitter is used for plotting, but it can cause problems when jitter is used to break ties.
best regards,
Martin
--------------------------------
Martin Keller-Ressel
Professor f?r Stochastische Analysis und Finanzmathematik
Technische Universit?t Dresden
Institut f?r Mathematische Stochastik
Willersbau B 316, Zellescher Weg 12-14
01062 Dresden
--------------------------------
[[alternative HTML version deleted]]
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
...matter much when jitter is used for plotting, but it can cause problems when jitter is used to break ties.
best regards,
Martin
--------------------------------
Martin Keller-Ressel
Professor f?r Stochastische Analysis und Finanzmathematik
Technische Universit?t Dresden
Institut f?r Mathematische Stochastik
Willersbau B 316, Zellescher Weg 12-14
01062 Dresden
--------------------------------
[[alternative HTML version deleted]]
2020 Sep 23
0
[R] jitter-bug? problematic behaviour of the jitter function
...but it can cause problems when jitter is used to break ties.
>
> best regards,
> Martin
>
> --------------------------------
> Martin Keller-Ressel
> Professor f?r Stochastische Analysis und Finanzmathematik
> Technische Universit?t Dresden
> Institut f?r Mathematische Stochastik
> Willersbau B 316, Zellescher Weg 12-14
> 01062 Dresden
> --------------------------------
>
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https:...
2001 Nov 10
2
Goodness-of-fit on Burr distributed data
I simulate a uniform data and then transformed into Burr(1,3,1) data,
which is of pdf:
f(x)=[3*(x^2)] / [(1+x^3)^2], x>0
How can I perform a goodness-of-fit test (k-s,
anderson-darling,chisq,cramer-von mises,...) on it (should highly accept)
to get test-statistics & p-values?
Thanks!
Sincerely,
Shelton Jin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2003 Nov 20
3
Problem with Trellis graphics in nlme
Hi,
I would be grateful for help with a problem which is irritating me.
I am quite sure that I am doing something stupid, but I can't see what it
is.
I am running R 1.7 on Windows 2000. The graphics device is the PC screen.
The graphics from the nlme demonstration in Bates an Pinheiro's manual work
just as advertised. The CO2 data and the Orthodont data dsiplay
2000 Mar 24
3
quantiles of the hypergeometric distribution (PR#502)
Hello!
I use R-version 1.0.0
To get the 0.95 quantile of the hypergeometric
distribution with the parameters m=45000,n=5000 and
k=600 I use the R-command
> qhyper(0.95,45000,5000,600).
The value obtained is 600. However, the true value
is 552. The latter can be obtained for example by
calling the corresponding distribution function
with the R commands
> x<-540:580
>