www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Extended math library

reply "Martijn Pot" <martijnpot52 gmail.com> writes:
To make a long story short:

Is there any math library with e.g. mean, std, polynomial 
fitting, ...?
Jul 15 2014
next sibling parent reply "ponce" <contact gam3sfrommars.fr> writes:
On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
https://github.com/kyllingstad/scid https://github.com/dsimcha/dstats
Jul 15 2014
parent reply "Martijn Pot" <martijnpot52 gmail.com> writes:
On Tuesday, 15 July 2014 at 22:09:43 UTC, ponce wrote:
 On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
https://github.com/kyllingstad/scid https://github.com/dsimcha/dstats
Thanks for the links. I think they're perfect for me. Besides that, I think they are too hard to find. How can we solve that? Should we put thema on the library page?
Jul 16 2014
next sibling parent reply "bachmeier" <no spam.com> writes:
On Wednesday, 16 July 2014 at 19:43:26 UTC, Martijn Pot wrote:
 On Tuesday, 15 July 2014 at 22:09:43 UTC, ponce wrote:
 On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
https://github.com/kyllingstad/scid https://github.com/dsimcha/dstats
Thanks for the links. I think they're perfect for me. Besides that, I think they are too hard to find. How can we solve that? Should we put thema on the library page?
Have you tried them? Do they work? I couldn't get scid to work last year. I've never heard of dstats before, but it hasn't seen any activity in two years. I'd be surprised if it worked with the latest release of DMD.
Jul 16 2014
parent reply "ponce" <contact gam3sfrommars.fr> writes:
On Wednesday, 16 July 2014 at 21:12:00 UTC, bachmeier wrote:
 Have you tried them? Do they work? I couldn't get scid to work 
 last year. I've never heard of dstats before, but it hasn't 
 seen any activity in two years. I'd be surprised if it worked 
 with the latest release of DMD.
Can't speak for scid, but dstats shouldn't be hard to bring up-to-date.
Jul 16 2014
parent "John Colvin" <john.loughran.colvin gmail.com> writes:
On Thursday, 17 July 2014 at 00:28:19 UTC, ponce wrote:
 On Wednesday, 16 July 2014 at 21:12:00 UTC, bachmeier wrote:
 Have you tried them? Do they work? I couldn't get scid to work 
 last year. I've never heard of dstats before, but it hasn't 
 seen any activity in two years. I'd be surprised if it worked 
 with the latest release of DMD.
Can't speak for scid, but dstats shouldn't be hard to bring up-to-date.
I've just brought dstats up to date and got it passing the unittests. I'm not sure how comprehensive they are.Also, there's a certain amount of printout from the tests that I don't know enough to judge.). I'm getting a segfault on dmd git HEAD* but the latest releases of gdc and ldc are working fine.
Jul 17 2014
prev sibling parent "Kagamin" <spam here.lot> writes:
On Wednesday, 16 July 2014 at 19:43:26 UTC, Martijn Pot wrote:
 On Tuesday, 15 July 2014 at 22:09:43 UTC, ponce wrote:
 On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
https://github.com/kyllingstad/scid https://github.com/dsimcha/dstats
Thanks for the links. I think they're perfect for me. Besides that, I think they are too hard to find. How can we solve that? Should we put thema on the library page?
How about this? http://code.dlang.org/?sort=updated&category=library.scientific
Jul 19 2014
prev sibling parent reply "John Colvin" <john.loughran.colvin gmail.com> writes:
On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
http://forum.dlang.org/post/nscscdomihmvqplxfpdr forum.dlang.org
Jul 17 2014
parent reply "Martijn Pot" <martijnpot52 gmail.com> writes:
On Thursday, 17 July 2014 at 15:21:40 UTC, John Colvin wrote:
 On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
http://forum.dlang.org/post/nscscdomihmvqplxfpdr forum.dlang.org
Thanks John! You saved me a lot of time. I have actually checked if it runs this time and it works like a charm.
Jul 17 2014
parent "John Colvin" <john.loughran.colvin gmail.com> writes:
On Thursday, 17 July 2014 at 18:21:12 UTC, Martijn Pot wrote:
 On Thursday, 17 July 2014 at 15:21:40 UTC, John Colvin wrote:
 On Tuesday, 15 July 2014 at 20:46:32 UTC, Martijn Pot wrote:
 To make a long story short:

 Is there any math library with e.g. mean, std, polynomial 
 fitting, ...?
http://forum.dlang.org/post/nscscdomihmvqplxfpdr forum.dlang.org
Thanks John! You saved me a lot of time. I have actually checked if it runs this time and it works like a charm.
No problem, It made for a more entertaining few hours than the work I was supposed to be doing :)
Jul 17 2014