mcwu
2013-Mar-06 09:35 UTC
[R] how to construct bivariate joint cumulative pdf from bivariate joint pdf
Hello, I am using sm.density() to find the bivariate joint PDFof events: For eg, x<-cbind(rnorm(30),rnorm(30)) den<-sm.density(x) Then I get the joint pdf from den$estimate in order to constructthe joint cumulative PDF. However, summing up all the values from den$estimateisnot equal to 1(have multipliedby the grid size). Anyone could help? Thanks. mc [[alternative HTML version deleted]]
Seemingly Similar Threads
- Plot bivariate joint pdf
- Generating a bivariate joint t distribution in R
- P-value from the joint cumulative distribution of an n-dimensional order statistic
- Maximum likelihood estimate of bivariate vonmises-weibull distribution
- Theoretical confidence regions for any non-symmetric bivariate statistical distributions