cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to use Accelerated Life Testing (ALT) to evaluate reliability. Register for June 5 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
FN
FN
Level VI

Multivariate kernel density estimator in JMP

I would like to obtain a column with the denisity of the points using a kernel density function.

 

In 1 D, it will be something like histograms:

Comparison of the histogram (left) and kernel density estimate (right) constructed using the same data. The 6 individual kernels are the red dashed curves, the kernel density estimate the blue curves. The data points are the rug plot on the horizontal axis.

https://en.wikipedia.org/wiki/Kernel_density_estimation

 

Densities can be visualized in the graph builder, and calculated for 1 dimensional data. But I wonder how to do that systematically for multivariate data (more than one dimmension).

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Multivariate kernel density estimator in JMP

See Help > Scripting Index. Search on 'kernel.' I found this function that could be used to populate a column:

 

Screen Shot 2019-04-05 at 4.49.40 PM.png

View solution in original post

1 REPLY 1

Re: Multivariate kernel density estimator in JMP

See Help > Scripting Index. Search on 'kernel.' I found this function that could be used to populate a column:

 

Screen Shot 2019-04-05 at 4.49.40 PM.png

Recommended Articles