EdwardRaff / JSAT

Java Statistical Analysis Tool, a Java library for Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernal Density Estimation

shanums opened this issue · comments

commented

Hi,
I have a 1D array of some certain values.I want to plot the kernel density estimation of my array. I want to play with the bandwidth and all. I have been using matlab and there I have a function called ksdensity. Now I want to create a kernel density estimation using java. Could you please help me, How can I find the kernel density estimation of a 1D array.?

@chhh Has pointed you to the right class. You can adjust all that from there.