Re: Adding statistical capabilities to uBLAS
meghana madhyastha <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <CAOVK=_HYu+ke3J3vMee7B2a7UKJ_d2C1if3SP0Un0ZWU2aKO6Q@mail.gmail.com> |
Hi David, Thank you for the information and sorry for the late reply. I have submitted a pull request to the development fork of ublas. I have added functions to compute the mean and variance of elements in a vector. It would be good if someone can review this. The next step might be to add functions to compute covariance (for matrix inputs as well as vector inputs). Thanks, Meghana On Mon, Apr 25, 2016 at 5:13 PM, David Bellot <[email protected]> wrote: > Hi, > > as far as I know, nobody is really working on this kind of problem. As for > contributing, you are most welcome and I think these kind of functions are > desirable. > You can fork ublas on git and submit your patch whenever you want. It > would be great to see such capabilities in ublas. > > Best, > David > > On Mon, Apr 25, 2016 at 7:37 AM, meghana madhyastha < > [email protected]> wrote: > >> Hi all , >> >> In my opinion, adding statistical measures such as mean, variance and >> standard deviation would be very useful for this library. Is anyone >> currently working on it ? If that's not the case, I would like to submit a >> patch for this. Patches must be submitted as pull requests right ? Or do I >> have to send the patch on this mailing group ? >> >> Regards, >> Meghana >> >> _______________________________________________ >> ublas mailing list >> [email protected] >> http://lists.boost.org/mailman/listinfo.cgi/ublas >> Sent to: [email protected] >> > > > _______________________________________________ > ublas mailing list > [email protected] > http://lists.boost.org/mailman/listinfo.cgi/ublas > Sent to: [email protected] >