similar to: Re: Plotting bivariate normal distributions.

Displaying 20 results from an estimated 600 matches similar to: "Re: Plotting bivariate normal distributions."

2003 Aug 30
1
3D plot of a bivariate normal distribution
Hi, I've used the Mathematica to produce 3D graphics, contour plots of a bivariate normal distribution Now I want make these graphics in R, but i do not know how. I would like to: - Plot a 3D graph for some different variance matrix - Plot the contour plots - Find and try to plot (in the 3d graph ou contour plot) the (1-a)% confidence region based in a chi-square(a) with the degrees of
2007 Aug 10
1
Unexpected behavior in PBSmapping package
Using R 2.5.1 on Windows XP Professional, and PBSmapping package version 2.51, I have encountered some behavior which puzzles me. I am including the package's listed maintainer on this email but also seek the thoughts of the R-help community. I have a set of EventData, which I want to plot as points, and to color the points according to some criterion. It turns out that some of my
2003 Jul 10
0
clim.pact (fwd)
I'm trying to use the clim.pact package but I cannot find the descritions of "map object or "field object". For example, according to the man page of function "map": " Description Produces maps. Usage map(x,y=NULL,col="black",lwd=1,lty=1,sym=TRUE, plot=TRUE,inv.col=FALSE) Arguments x A map object. ... " and according to the man page of
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 >
2008 Feb 27
2
png and pdf : point size, font size, etc.
Hi, I am new to this mailing list. Didn`t find the answer in the archives. But I guess, there are people out there, who know the solution: In an automatic script, I want to produce simple plots. First I prefer pdf, because of scalability and standardization. But when I have too many datapoints (say 300.000) the viewing and printing is very, very slow. So I decided to take some bitmapped format
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 -------------------------------------------------- --------------------------------------------------
2003 Jan 02
2
nonparametrics databank for analisys
I'm looking for data to use with nonparametrics exploration technics. I'm a undergraduate student in statistics at the Unicamp (Brazil), and i've to make a project (with orientation of a professor). 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
2004 Aug 06
2
[Fwd: Icecast2 and ices]
On Mon, 2003-08-25 at 17:04, W. Kevin Pedigo wrote: > But if your problem is serving more bandwidth than you've got, you gotta > serve less (narrower or fewer streams) or get more bandwidth. It's that > simple. Tell us what you want to do about it, and we'll try to help. OK. I've gotten everything running with one problem. I'd like to downsample a live stream.
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 --
2002 Mar 17
1
translate octave code to R
Hello, I'd like to translate de code below, write in octave, to R. I'm learning to operate R a few time ago, and an example of translation will be useful for me. This code is my lectures in an undergraduate course of statistical computing. echo off; k=0; while (k<>1) n = input('a prime: '); D = 2; r = n - D * floor((n/D)); while((D <= sqrt(n) & (r <>
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 --
2004 Aug 06
3
[Fwd: Icecast2 and ices]
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. I don't think that's what this list was intended for. I and most others would shy away from a list where this type of abuse is tolerated. As it is, the traffic is eerily quiet. Next thing you'd know, only you would be left. >
2004 Aug 06
3
[Fwd: Icecast2 and ices]
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 off-list without invitation. All it was was a promotion. -----Forwarded Message----- From: Dave St John <groups@mediacast1.com> To: drew@drewb.com Subject: Icecast2 and ices Date: 22 Aug 2003 19:22:17 -0600 Hello Drew, saw your post on the xiph list
2011 Aug 17
0
Help with calc_sde
I cannot seem to get this to work? I have weighted data points that I want to fit an sd-ellipse to, but the ellipse is not right? I have attached a .tiff of what I get. I'm wondering if it's not looking at my actual data, but taking the data from the example? I ask this because I don't know where "Title" comes from in the graph? Also, I want to put calcentre=FALSE, but if I
2007 Nov 28
0
Plotting Vector Fields
Plotting vector fields as we know it from Wolfram Mathematica's PlotVectorField[{f1(x1), f2(x2)}, {x1, min, max}, {x2, ymin, ymax}, PlotPoints -> ...] ### FUNCTION DEFINITION #! Outer product with vector function ### # expand.outer joins functionality of "expand.grid" and "outer", so that # a vector function can be applied, values of which are then stored in
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 --
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. We all agree with you. It's poor netiquette to
2004 Aug 06
2
capturing pid from command line
tried that already but it doesnt catch the parent, it captures one of the children. Would the fact that the server runs as a user and not as root having anything to do with $! not working, since it works with shoutcast running as root? <p>Dave St John (CEO) Mediacast1.com ----- Original Message ----- From: "Karl Heyes" <karl@xiph.org> To: <icecast@xiph.org> Sent:
2004 Oct 04
0
simulate bivariate life time distributions
Dear helpers, I was wondering if there are some bivariate distribution simulation functions in any R packages. Specifically, I want to simulate bivariate log logistic, bivariate Weibull, or other common bivariate life time functions, and I can specify the correlations. Any comments about this will be appreciated. Thanks, Zhu Wang
2012 Dec 19
1
Theoretical confidence regions for any non-symmetric bivariate statistical distributions
Respected R Users, I looking for help with generating theoretical confidence regions for any of non-symmetric bivariate statistical distributions (bivariate Chi-squared distribution<Wishart distribution>, bivariate F-distribution, or any of the others). I want to to used it as a benchmark to compare a few strategies constructing confidence regions for non-symmetric bivariate data. There is