Thread overview | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
July 15, 2014 Extended math library | ||||
---|---|---|---|---|
| ||||
To make a long story short: Is there any math library with e.g. mean, std, polynomial fitting, ...? |
July 15, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martijn Pot | 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 |
July 16, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to ponce | 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?
|
July 16, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martijn Pot | 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.
|
July 17, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to bachmeier | 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.
|
July 17, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to ponce | 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.
|
July 17, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martijn Pot | 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 |
July 17, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Colvin | 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.
|
July 17, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martijn Pot | 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 :)
|
July 19, 2014 Re: Extended math library | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martijn Pot | 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 |
Copyright © 1999-2021 by the D Language Foundation