Hi I'm trying to "translate" a complex matlab script in C++ using armadillo. I implemented some functions that are not present in armadillo, but I'm currently blocked with ksdensity In particular I need to use ksdensity with the following parameters
[ky kx] = ksdensity(vector,pts,'function','cdf'); for probability density estimate. Is there any implementation of such function using mlpack/armadillo? Thanks in advance Angelo
_______________________________________________ mlpack mailing list [email protected] http://knife.lugatgt.org/cgi-bin/mailman/listinfo/mlpack
