Re: [mlpack] Implementation of matlab ksdensity function

2018-02-13 Thread Ryan Curtin
On Tue, Feb 13, 2018 at 02:44:03PM +, Angelo DI SENA wrote: > Hi Ryan > > Thanks for your answer. > Hi partially understood your suggestion. > This is due to my poor knowledge of the math behind. > > In the mathlab script I'm trying to convert > Vector is 3000 element (1x3000) > With value

Re: [mlpack] Implementation of matlab ksdensity function

2018-02-13 Thread Angelo DI SENA
Sent: martedì 13 febbraio 2018 15:16 To: Angelo DI SENA Cc: mlpack@lists.mlpack.org Subject: Re: [mlpack] Implementation of matlab ksdensity function On Tue, Feb 13, 2018 at 01:30:42PM +, Angelo DI SENA wrote: > Hi > > I'm trying to "translate" a complex matlab scrip

Re: [mlpack] Implementation of matlab ksdensity function

2018-02-13 Thread Ryan Curtin
On Tue, Feb 13, 2018 at 01:30:42PM +, Angelo DI SENA wrote: > 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 w

[mlpack] Implementation of matlab ksdensity function

2018-02-13 Thread Angelo DI SENA
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