How to get a 2D matrix estimate from Ksdensity for bivariate data
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I'm trying to get the function ksdensity to return a matrix instead of a vector when I use it for a bivariate input (signal of I and Q).
The problem is that ksdensity only returns a vector even if the points are inputted as a 2 column matrix.
Can anybody help ?
0 comentarios
Respuestas (1)
Nagasai Bharat
el 21 de Oct. de 2020
Hi,
From my understanding you are trying to get a 2D output from the bivariate data and using the ksdensity function you are getting a vector. The following MATLAB Answer would likely help you achive your objective.
2 comentarios
Nagasai Bharat
el 23 de Oct. de 2020
Hi,
There is an entry in the file exchange that does 2-d kernel density esimation:
You could try this.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!