Page 1 of 1

Kernel density data from a vector

Posted: Wed Jul 29, 2020 9:07 am
by DBW
Hi there,

I'm trying to do something that I think should be relatively simple, but can't work out how to do it. Very grateful for any help.

I have a long vector of data, which I'm trying to transform into a kernel density distribution. I can plot a kernel density chart without any problem, but can't seem to extract the underlying data to recreate that chart.

The vector is longer than the number of observations I have in the workfile, so converting the vector into a timeseries and then extracting the distribution doesn't seem to be an option.

Any thoughts?

Thanks.

Re: Kernel density data from a vector

Posted: Wed Jul 29, 2020 9:08 am
by EViews Gareth
Create a new page the size of the vector, copy the vector over, convert to a series, then extract the data.

Re: Kernel density data from a vector

Posted: Wed Jul 29, 2020 9:24 am
by DBW
Thanks, Gareth.

I'll give that a go. Really appreciate the speedy response.