22
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 16 hours ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed Task class to not extend WaitHandle since there can only be at most 64 waithandles More... over 14 years ago
Ported dnA random number generators. More... over 14 years ago
Fixed DiGammaInv bug for 0 and infinity arguments. Added more more special functions. More... over 14 years ago
Added inverse DiGamma unit tests. More... over 14 years ago
Added inverse DiGamma function. More... over 14 years ago
functions: stable x -> exp(x)-1, used in weibull cdf
Christoph Rüegg
as Christoph Ruegg
More... over 14 years ago
Added Multinomial distribution Added MersenneTwister Fixed namespace error in unit tests More... over 14 years ago
Documentation fixes. More... over 14 years ago
Work Item # 4650 More... over 14 years ago
Added Weibull distribution. Fixed bug in Dirichlet distribution (when one of the dimensions is singular). More... over 14 years ago
Parallel: maybe I should check in something that actually compiles More... almost 15 years ago
Parallel: added zero check, but aggregates still need fast forwards More... almost 15 years ago
Parallel: first take on aggregate parallel methods More... almost 15 years ago
Vector: used Parallel.ForEach where we could More... almost 15 years ago
added AbstractRandomNumberGenerator.cs More... almost 15 years ago
functions: CR factorial
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
Parellel: found problem with tests, they were only testing the list version - added set versions More... almost 15 years ago
Parellel: added missing 'wait for threads' to complete code - not sure how the tests passed before. there might be a problem with the tests More... almost 15 years ago
Parallel: First take on Parallel.ForEach More... almost 15 years ago
combinatorics: permutations
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
combinatorics: combinations
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
combinatorics: variations
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
functions: Binomial, BinomialLn
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
functions: Factorial, FactorialLn
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
globalization: double dense vector parsing
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago
vector: added equals and gethashcode methods More... almost 15 years ago
Added extension methods for System.Random that sample additional value types. More... almost 15 years ago
Fix bug in F# unit tests. More... almost 15 years ago
Added F# projects to the build More... almost 15 years ago
globalization: fix complex parsing asymmetry bug introduced in aa4ec834
Christoph Rüegg
as Christoph Ruegg
More... almost 15 years ago