I am using the ksdensity function, which objective is to ive an kernel estimator for a probability density function. This kernel estimator is continous and given by the sum of simple functions. Matlab gives me the value of the kernel at a predetermined set of points. But I need the analytical formula. How can I get this analytical formula?
If, for example, Matlab gives me which "simple function" it is using and the coefficient it attributed to each "simple function", I can do the sum myself and get the analytical formula.
I am asking this because I will need to compute the conditional copula, as sugested in this answer to my original problem. Now I have a Matlab/programming problem.