Search String: Display: Description: Sort:

Results:

References: [ +from:stefano.sofia@usa.net: 35 ]

Total 35 documents matching your query.

1. question about exporting graphs in eps format (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 03 Feb 2004 09:16:04 -0000
A trivial question about exporting graphs in eps format. I am using a basic function to plot some data, where the input parameter is a vector y1: x <- c(1:length(y1)) matplot(x, y1, type ="n") lines(
/archives/html/s-news/2004-02/msg00013.html (6,732 bytes)

2. dividind data from a very long time series (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Fri, 07 Nov 2003 18:31:50 -0000
My timeseries of daily data is composed by a dataframe of two columns; in the first column the date is dd/mm/yyyy, which in my case is not defined as dates but as character; in the second column ther
/archives/html/s-news/2003-11/msg00053.html (7,710 bytes)

3. Summary about how dividing a time series by day (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Sun, 09 Nov 2003 20:16:04 -0000
Thanks to David James, Sundar Dorai-Raj, Eric Zivot and Patrick Burns for their comments and hints. In particular Patrick Burns’ suggestion is straighforward and effective, exactly what I needed: day
/archives/html/s-news/2003-11/msg00062.html (6,524 bytes)

4. Query: position of the max within a vector (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Mon, 24 Nov 2003 12:24:19 -0000
a
/archives/html/s-news/2003-11/msg00149.html (6,677 bytes)

5. Summary about position of the max within a vector (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Mon, 24 Nov 2003 17:24:35 -0000
n
/archives/html/s-news/2003-11/msg00157.html (7,301 bytes)

6. Updating of the summary about the position of the max within a vector (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 25 Nov 2003 15:44:13 -0000
t
/archives/html/s-news/2003-11/msg00168.html (7,279 bytes)

7. question about converting dates into character (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 09 Oct 2003 16:30:27 +0100
Dear Splus users, this small problem made me waste a huge amount of time. Time to ask you some help. I am dealing with daily time series where the date is on the form mm/dd/yyyy I want to treat the d
/archives/html/s-news/2003-10/msg00083.html (6,916 bytes)

8. Query about a performing function (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 21 Oct 2003 17:05:22 +0100
umns. I would generall
/archives/html/s-news/2003-10/msg00213.html (6,831 bytes)

9. question about unpaste (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 16 Sep 2003 11:56:00 +0100
Dear Splus users, I am dealing with a daily timeseries. This is a dataframe formed by two columns; in the first column there is the date (dd/mm/yyyy), in the second there is the data. This time serie
/archives/html/s-news/2003-09/msg00104.html (7,038 bytes)

10. Summary about unpaste (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 23 Sep 2003 21:05:34 +0100
Dear Splus users, Sorry for the delay of my summary about a code involving unpaste. Many thanks to Matt Calder, James Holtman, Tom Burr, Nick Ellis, David L Lorenz and Michael Camilleri. All of you g
/archives/html/s-news/2003-09/msg00140.html (10,275 bytes)

11. Summary about the binomial coefficients (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Sun, 03 Aug 2003 14:46:26 +0100
Thanks to Gérald Jean, Paul H. Lasky and Spencer Graves; given the integer k, the command for the binomial coefficients is choose(k, 0:k) Mark, I simply needed the numerical values, not the symboli
/archives/html/s-news/2003-08/msg00015.html (6,576 bytes)

12. about the percentiles of a Gamma distribution (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 21 Aug 2003 09:12:50 +0100
I need a trivial confirm: given a Gamma distribution with shape = alpha and rate = beta I need to evaluate the p_th percentile. For the 10th percentile of a Gamma(12.51, 1.41), for example, it would
/archives/html/s-news/2003-08/msg00116.html (6,809 bytes)

13. Summary about percentiles of a Gamma distribution (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 21 Aug 2003 16:45:16 +0100
Thanks to Orestis Papasouliotis, Spencer Graves and David Maxwell who helped me in managing correctly the percentiles of a Gamma distribution. The right command is qgamma. Thank you Stefano
/archives/html/s-news/2003-08/msg00121.html (6,516 bytes)

14. how to use two tests (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 21 Aug 2003 23:51:32 +0100
Dear SPlus users, I am dealing with some research in time series. At this stage I need to use two tests; this is my first time, I have never used tests before. Altough I have got a lot of references
/archives/html/s-news/2003-08/msg00126.html (8,057 bytes)

15. calculations between a vector and a matrix (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 03 Jul 2003 17:27:00 +0100
Trivial issue, but I have already wasted enough time. Within a function be myvector a vector of mode numeric and mymatrix a 2 by n matrix of mode numeric where the first row of mymatrix is seq(-0.2,
/archives/html/s-news/2003-07/msg00023.html (7,118 bytes)

16. summary about calculations between a vector and a matrix (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 08 Jul 2003 12:52:30 +0100
Sorry for the delay of my summary. The original question was: Within a function be myvector a vector of mode numeric and mymatrix a 2 by n matrix of mode numeric where the first row of mymatrix is se
/archives/html/s-news/2003-07/msg00044.html (7,007 bytes)

17. Summary about Skewness (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Tue, 08 Jul 2003 13:15:33 +0100
Few weeks ago I was asking how to calculate the skewness of experimental Thanks to Richard Pugh who gave me the predefined functions of kurtosis and skewness of Splus6. Here below I report the two fu
/archives/html/s-news/2003-07/msg00046.html (7,670 bytes)

18. coefficients for a low pass binomial filter (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Thu, 31 Jul 2003 14:05:32 +0100
o
/archives/html/s-news/2003-07/msg00209.html (6,762 bytes)

19. always about rejection sampling (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Wed, 04 Jun 2003 11:23:50 +0100
Dear Splus users, few weeks ago I posted a question about rejection sampling, and suggestions offered by Dr.Ripley have been useful. Unfortunately it is not time, yet, to post a valid summary of the
/archives/html/s-news/2003-06/msg00021.html (7,888 bytes)

20. about skewness (score: 1)
Author: Stefano Sofia <stefano.sofia@usa.net>
Date: Mon, 30 Jun 2003 11:57:06 +0100
Dear Splus users, I need to evaluate the skewness of a set of data (temperature values). Is there any predefined Splus command for the skewness? I have been looking for, with no success. An easy way
/archives/html/s-news/2003-06/msg00208.html (6,715 bytes)


This search system is powered by Namazu