similar to: [newbie] how to do a 3d plot of bivariate density?

Displaying 20 results from an estimated 5000 matches similar to: "[newbie] how to do a 3d plot of bivariate density?"

2011 May 23
1
How is the relation between Frequency and Counts in hist/density defined?
Hi all, I'm looking to add a "density" smoother on top of a hist when Freq=T. In order to do this I can use the relation between count and density, but I would like to know if there is a way for me to predict it upfront. Here is an example: set.seed(242) z = rnorm(30) hist_z <- hist(z) hist_z$counts / hist_z$density # the relation is 15 # why is this 15 ?? # So I can now do:
2011 Feb 09
1
Plot bivariate density with densities margins
Dear R users, I would like to plot the bivariate density surface with its marginal densities on the sides of the 3D box, just like in the picture I attach. I tried to found information about how to do it but did not find anything. Does anyone know how to do it? Thanks in advance, Eduardo.
2010 Jan 01
2
How to calculate density function of Bivariate binomial distribution
Am trying to do some study on bivariate binomial distribution. Anyone knows if there is package in R that I can use to calculate the density function of bivariate binomial distribution and to generate random samples of it. Thanks, -- View this message in context: http://n4.nabble.com/How-to-calculate-density-function-of-Bivariate-binomial-distribution-tp992002p992002.html Sent from the R help
2004 Oct 12
1
bandwidths for bivariate density estimation
Hi, I am using the KernSmooth package to estimate nonparametrically bivariate density functions. However, it seems that the bandwidths (one for each co-ordinate direction) have to be selected manually. This does not apply for the univariate case, for which dpik (included in KernSmooth) uses up-to-date plug-in rules. Does anyone know about a package, or function, which estimates bandwidths
2006 Apr 23
3
bivariate weighted kernel density estimator
Is there code for bivariate kernel density estimation? For bivariate kernels there is kde2d in MASS kde2d.g in GRASS KernSur in GenKern (list probably incomplete) but none of them seems to accept a weight parameter (like density does since R 2.2.0) -- Erich Neuwirth, University of Vienna Faculty of Computer Science Computer Supported Didactics Working Group Visit our SunSITE at
2011 Oct 19
1
Estimating bivariate normal density with constrains
Dear R-Users I would like to estimate a constrained bivariate normal density, the constraint being that the means are of equal magnitude but of opposite signs. So I need to estimate four parameters: mu (meanvector (mu,-mu)) sigma_1 and sigma_2 (two sd deviations) rho (correlation coefficient) I have looked at several packages, including Gaussian mixture models in Mclust, but I am not sure
2008 Sep 18
3
Oja median
Hi, Can we get the code for calculating Oja median for multivariate data Thanks and Regards Rahul Agarwal Analyst Equities Quantitative Research UBS_ISC, Hyderabad On Net: 19 533 6363 [[alternative HTML version deleted]]
2005 Dec 15
0
bivariate kernel density estimates at point locations ( r ather than at grid locations)
You can try `locfit', though it does local likelihood, rather than garden-variety kernel density estimation. Here's an example: library(locfit) data(cldem) den.fit <- locfit(~ x1 + x2, data=cltrain) predict(den.fit, newdata=cltrain) Andy From: Strickland, Matthew > > Hi, > > My data consists of a set of point locations (x,y). > > I would like to know if there
2008 Jul 16
1
help with bivariate density plot question
Hi Spencer, I have seen your name on the web site, and perhaps you can help me with my R problem. I'm trying to use KernSur to put in evidence a substructure in a bidimensional plot. My problem is that, in order to get the density in the low density areas (in which the substructure is located) I should use different bandwidths. How I can do that? Also, I think that the best choice for my
2005 Dec 12
2
Migrating files with ACLS and Share properties
Hi list, I could'nt find specific info ion the subject on google, and I'm not sure if the list is appropriated, but, I need to migrate a complete directory-tree from one w2k server to 1st another w2kserver, an then, to a Samba Server (still to be installed). The biggest problem is, if I just copy the directory, I will loose all info over users and permissions. I will also loose the
2005 Feb 05
1
plot smooth density estimates for bivariate data
Hi, there. Suppose I have a bivarariate data matrix y1 and y2. I want to plot a 3-D picture of the estimated density f(y1, y2) against y1 and y2? How can I do that? Do I use persp() or density()? Thanks for your help. Yulei $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Yulei He 1586 Murfin Ave. Apt 37 Ann Arbor, MI 48105-3135 yuleih at umich.edu 734-647-0305(H) 734-763-0421(O) 734-763-0427(O)
2010 Dec 09
1
Bivariate kernel density bandwidth selection
I've been trying to implement bivariate kernel density estimation. For data like mine, function "kde" from package "ks" with bandwidth matrix derived by function "Hscv" seems like a very good choice. Unfortunately, Hscv seems unmanageably slow except for very small sample sizes (up to a few hundred) and my sample sizes are quite large (up to a few thousand).
2003 Jul 12
2
help with bivariate density plot question
Dear R users: I have a dataset with two variables (>20000 observations, two samples from same subject) and I used "kernSur" from library(Genkern) to get a estimated bivariate density and corresponding plots as follows: new.data.normal<-data.normal[!is.na(data.normal[,2]),] x<-new.data.normal[,2] y<-new.data.normal[,3] op <- KernSur(x,y, xgridsize=50, ygridsize=50,
2002 May 22
4
fitting non linear data
Hye every one, My question will certainly seem stupid as I am quite a beginner in R. I would like to trace a curve which fits these two vectors: x<-c( 2,3,4,5,6,7,8,10 ) y<-c( 20, 12, 8, 6, 5, 4.5, 4, 3.8) It seems to follow a non linear model. Could anyone help me because I could'nt find the answer I am looking for in the FAQs. In advance thank you for your time. G. Lefebvre
2004 Apr 30
1
Security - Encryption
Hi all, After googling a lot, could'nt find infos on securities or encryption capabilities of asterisk. what could be done to encrypt iax2, sip or directly rtp streams ? Is there any kind of integration of security features using EAS, or other alg. Thanks in advance for your responds. Marc
2006 Jan 26
1
Manager API mailing list
Hi all, I am new to this list. I have been looking for a Manager API mailing = list for a while, but could'nt find any. Is there a such list? Thnx. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060126/bf3b67e2/attachment.htm
2006 Mar 15
1
How Can I Add New Flags
Hi all, I am new in Dovecot. I wanna use Dovecot in the big mail system about 4 million active or passive users. We use recently Courier Imap, but search mails process is so slowly. I tried Dovecot that it is better then Courier so much. But I have a problem with integration Dovecot to my system. I am using some extra flags in mails to mark them from others. For example I use a private flag
2004 Apr 14
1
Big problem with the latest hotfix for win2k in comb. with a samba 3.0.2a PDC
Hi there, i've got many trouble using Win2k/SP4 (German) clients on a samba 3.0.2a PDC after applying a new hotfix by Microsoft (http://www.microsoft.com/technet/security/bulletin/MS04-011.mspx) with the number KB835732. Signing on with a local user works fine, but if any user is signing on with a domain-account, some strange things happend. The profile could'nt be loaded or some
2003 Jun 03
1
?if (PR#3179)
hello dear [R] experts, I use [R] 1.7.0 on Unix and have noticed that I could'nt load the help of the function "if" with the command >?if + + or the command > help(if) Error: syntax error I deeply thank you and congratulate you for all your work, [R] is a wonderfull programm :-) Regards, dc
2010 Sep 30
1
libvirt-qpid and live migration
I have troubles with live migration since I upgraded libvirt on my nodes 1) I have to change 'Libvirt::Domain::MIGRATE_LIVE' to '1' in taskomatic error : Error: uninitialized constant Libvirt::Domain::MIGRATE_LIVE and why '1' : http://libvirt.org/html/libvirt-libvirt.html 2) the migration fails with this error : Task action processing failed: RuntimeError: Timed out