Re: Extended math library

2014-07-19 Thread Kagamin via Digitalmars-d-learn
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://gith

Re: Extended math library

2014-07-17 Thread John Colvin via Digitalmars-d-learn
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:/

Re: Extended math library

2014-07-17 Thread Martijn Pot via Digitalmars-d-learn
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/nscscdomihmvqplxf...@forum.dlang.org Th

Re: Extended math library

2014-07-17 Thread John Colvin via Digitalmars-d-learn
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/nscscdomihmvqplxf...@forum.dlang.org

Re: Extended math library

2014-07-17 Thread John Colvin via Digitalmars-d-learn
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

Re: Extended math library

2014-07-16 Thread ponce via Digitalmars-d-learn
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

Re: Extended math library

2014-07-16 Thread bachmeier via Digitalmars-d-learn
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://gith

Re: Extended math library

2014-07-16 Thread Martijn Pot via Digitalmars-d-learn
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 Than

Re: Extended math library

2014-07-15 Thread ponce via Digitalmars-d-learn
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

Extended math library

2014-07-15 Thread Martijn Pot via Digitalmars-d-learn
To make a long story short: Is there any math library with e.g. mean, std, polynomial fitting, ...?