I would like to save the output of a kernel density estimate function for 
future use. The KernelDensity package returns an object of the 
type UnivariateKDE{FloatRange{Float64}} (constructor with 1 method). 
Ideally, I would like to save upwards of 1000 of these for future use 
because the model I am simulating is computationally intensive. Any help 
would be greatly appreciated. 

Reply via email to