search for: bertola

Displaying 17 results from an estimated 17 matches for "bertola".

Did you mean: bertolt
2002 Aug 09
2
time series and R
Hi, Are there some texts about time series that teatches it with R? And site 'bout time series "for dummies" , can anyone indicate them for me? thanks a lot Rafael Bertola Undergraduate in Statistics at UNICAMP - Brasil -------------------------------------------------- -------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik...
2004 Aug 06
3
[Fwd: Icecast2 and ices]
...t2 servers. take a look at our pricing http://mediacast1.com/icecast2.php If you need more bandwidth capacity, we can take care of those needs for you. Let me know if you have any questions. <p><p>Dave St John CEO Mediacast1 www.mediacast1.com - Got Bandwidth? (720) 641-7586 -- Drew Bertola <drew@drewb.com> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is neede...
2003 Jan 02
2
nonparametrics databank for analisys
...fessor). I choose nonparametrics statistics to make the project. But in this project i must have to use a databank and present analisys. So, if somebody give me indications where i can find databanks for nonparametric statistics analisys (on the internet or other sources), i will thank you. Rafael Bertola Unicamp www.ime.unicamp.br rafaelbertola at yahoo.com.br -------------------------------------------------- Email PLus Estad?o Agora voc? pode ter mais ferramentas e espa?o para armazenar seus emails. http://www.estadao.com.br/webmail/pago/ -------------------------------------...
2004 Aug 06
5
capturing pid from command line
On Mon, 2003-11-03 at 21:53, Dave St John wrote: > Anyone know of or how to capture the pid via the command line in bash? pidof ??? $ pidof httpd 827 825 824 788 -- Drew <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only
2004 Aug 06
3
[Fwd: Icecast2 and ices]
...d more bandwidth capacity, we can take care of those needs for > you. > > Let me know if you have any questions. > > > > > > > > Dave St John > > CEO Mediacast1 > > www.mediacast1.com - Got Bandwidth? > > (720) 641-7586 > > -- > > Drew Bertola <drew@drewb.com> > > > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to > 'icecast-request@xiph.org' > > containing only...
2004 Aug 06
2
[Fwd: Icecast2 and ices]
...pe. I'm currently able to do a 24K mono stream, but 11K would do the trick. I've seen references to <downsample>, but can't find any hard documentation on it (other than a couple sample configs and a statement about how it might not work with live streams). Any tips? -- Drew Bertola <drew@drewb.com> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is neede...
2004 Aug 06
0
[Fwd: Icecast2 and ices]
Sorry for trying to help. <p>Dave St John CEO Mediacast1 www.mediacast1.com - Got Bandwidth? (720) 641-7586 ----- Original Message ----- From: "Drew Bertola" <drew@drewb.com> To: <icecast@xiph.org> Sent: Friday, August 22, 2003 9:03 PM Subject: [icecast] [Fwd: Icecast2 and ices] <p>> I got this offlist from someone on the list. This is abuse and should > be punished. This didn't anwser my post and was directed to me...
2002 Mar 17
1
translate octave code to R
...disp('try again'); end; end; #start of pseudo-random numbers generation m = 2**35; a = (2**7)+3; c = a; x(1)=n;#seed u(1)=0; i=1; while (i<=500) x(i+1)=((a*x(i)+c) - (m*floor(((a*x(i)+c)/m)))); u(i)=(x(i+1)/m); i++; endwhile; hist(u); Thank you for attention, Rafael Bertola (UNICAMP (University of Campinas) - Brasil) _________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help...
2003 Jun 10
1
estimating a density by selecting the bandwidth
I?ve a data set and i want fit a kernel density estimate to the data. but using the k-nearest neighbour method. How i do this with R. thanks -- bertola at fastmail.fm --
2003 Jun 25
1
robust regression
Is there a command in R that make the same regression like l1fit in S-plus? -- bertola at fastmail.fm --
2003 Aug 30
1
3D plot of a bivariate normal distribution
...; 3d graph rotation Do[ Plot3D[NB[x,y],{x,-1.5,1.5},{y,-1.5,1.5}, PlotPoints->20, Mesh ->False, SphericalRegion ->True, Axes ->None, Boxed ->False, ViewPoint->{2 Cos[t], 2 Sin[t], 1.3}, BoxRatios->{1,1,1} ],{t, 0, 2Pi-2Pi/36, 2Pi/36}] Thanks, Rafael -- bertola at fastmail.fm -- love email again
2004 Aug 06
0
[Fwd: Icecast2 and ices]
On Mon, 2003-08-25 at 23:45, Drew Bertola wrote: > On Mon, 2003-08-25 at 14:10, Dave St John wrote: > > Sorry for trying to help. > > You tried to sell me a solution, not assist me in working out my own. Oh... let it go, guys. You have a problem, he has a solution. He shouldn't have contacted you offlist. Granted...
2003 Jun 12
0
rigde regression and influence measures
I make a regression using the lm.rigde function from library MASS. Now i want some measures of influence. Is there a way to use a lm.ridge object into the function influence.measures? -- bertola at fastmail.fm --
2003 Sep 01
0
Re: Plotting bivariate normal distributions.
...; 3d graph rotation Do[ Plot3D[NB[x,y],{x,-1.5,1.5},{y,-1.5,1.5}, PlotPoints->20, Mesh ->False, SphericalRegion ->True, Axes ->None, Boxed ->False, ViewPoint->{2 Cos[t], 2 Sin[t], 1.3}, BoxRatios->{1,1,1} ],{t, 0, 2Pi-2Pi/36, 2Pi/36}] Thanks, Rafael -- bertola at fastmail.fm -- love email again
2004 Aug 06
1
Newbie questions: icecast streaming live radio...
Hey all, I'm a newbie to icecast and to streaming in general. I have gotten as far as downloading and compiling the icecast2, ices, and required libraries. I have started to configure icecast and ices and I can point a browser to my icecast server, but then I get stuck. So, this all leads me to some questions that I can't answer myself from the available HowTo, FAQ, or man pages.
2004 Aug 06
2
capturing pid from command line
...<p>Dave St John (CEO) Mediacast1.com ----- Original Message ----- From: "Karl Heyes" <karl@xiph.org> To: <icecast@xiph.org> Sent: Tuesday, November 04, 2003 4:51 AM Subject: Re: [icecast] capturing pid from command line <p>> On Tue, 2003-11-04 at 07:13, Drew Bertola wrote: > > On Mon, 2003-11-03 at 21:53, Dave St John wrote: > > > Anyone know of or how to capture the pid via the command line in bash? > > > > pidof ??? > > > > $ pidof httpd > > 827 825 824 788 > > pidof is ok if there is only on instance of the...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...7 -0500 (CDT) writes: Roger> On Thu, 26 Jun 2003, Martin Maechler wrote: >>>>> "BDR" == Prof Brian Ripley <ripley at stats.ox.ac.uk> >>>>> on Wed, 25 Jun 2003 20:06:49 +0100 (BST) writes: BDR> On Wed, 25 Jun 2003, Rafael Bertola wrote: >> Is there a command in R that make the same regression >> like l1fit in S-plus? BDR> You can use the quantreg package. MM> MM> This is an quite-FAQ, really. Maybe we need a list of MM> "quite frequently asked questions"...