Displaying 8 results from an estimated 8 matches for "kerasha".
Did you mean:
keras
2007 Jan 31
4
possible spam alert
...ably unaware that this sort of thing can happen in ones that do:
37 N 25 Jan Luis Silva ( 34) [R] plot/screen
38 N 25 Jan Uwe Ligges ( 55) `->
39 N 25 Jan Fernando Henrique Ferra ( 20) [R] Plotting coloured
histograms
-> 40 N 26 Jan Mohamed A. Kerasha ( 12) |->[R] Distributions.
41 N 26 Jan ripley at stats.ox.ac.uk ( 26) | |->
42 26 Jan Qin Xin ( 9) | `->[R] how could I add
legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R...
2002 Nov 19
0
Kalman Filter
help.search("Kalman") says to look at help(KalmanLike, package=ts).
Andy
-----Original Message-----
From: Mohamed A. Kerasha [mailto:mohamed at engr.uconn.edu]
Sent: Tuesday, November 19, 2002 9:27 AM
To: r-help at stat.math.ethz.ch
Subject: [R] Kalman Filter
Hi all,
Does any one know if there is Kalman Filter code or library in R.
Thanks,
Mohamed.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Nov 23
1
Branch and Bound
Hi,
Is there a Branch and Bound routines or library for R?.
Thanks,
-Mohamed
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2003 Jan 27
0
Please begin a new subject if your post isn't a response to a previous one
...ably unaware that this sort of thing can happen in ones that do:
37 N 25 Jan Luis Silva ( 34) [R] plot/screen
38 N 25 Jan Uwe Ligges ( 55) `->
39 N 25 Jan Fernando Henrique Ferra ( 20) [R] Plotting coloured histograms
-> 40 N 26 Jan Mohamed A. Kerasha ( 12) |->[R] Distributions.
41 N 26 Jan ripley at stats.ox.ac.uk ( 26) | |->
42 26 Jan Qin Xin ( 9) | `->[R] how could I add legends
43 27 Jan Ko-Kang Kevin Wang ( 31) | `->
44 N 26 Jan Remigijus Lapinskas ( 32) |->Re: [R...
2003 Feb 10
1
DSC 2003: Workshop on Distributed Statistical Computing
Dear R users,
the preliminary program for the 3rd international workshop on
'Distributed Statistical Computing' (DSC 2003) is now available at
http://www.ci.tuwien.ac.at/Conferences/DSC-2003/
The workshop will take place at the Technische Universit?t Wien in
Vienna, Austria from March 20-22. The deadline for registrations is
March 14, but the deadline for early registration ends on
2003 Apr 05
3
slides in linux R
Hello,
In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device?
Fredrik Lundgren
2003 Jan 25
7
Plotting coloured histograms...
Hi, I am having some trouble trying to plot a histogram in more than one
colour. What I want to do is, plot two vectors in the same histogram, but
with different colours, for instance:
> x <- rnorm(1000,20,4);
> y <- rnorm(1000,10,2);
Then I'd like to have x and y ploted on the same hist (I can do that
already doing w <- c(x,y) then hist(w)) but the bars
2013 Oct 21
3
speeding up "sum of squared differences" calculation
All,
I am using a sum of squared differences in the objective function of an optimization problem I am doing and I have managed to speed it up using the outer function versus the nested for loops, but my suspicion is that the calculation could be done even quicker. Please see the code below for a simple example. If anyone can point out a faster way I would appreciate it greatly.
Thanks,
Roger