Marcus Cuda
|
5c2efa6c86
|
Vector: used Parallel.ForEach where we could
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
94af0578c8
|
Parellel: found problem with tests, they were only testing the list version - added set versions
fixed bug when no tasks were ran
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
b6562f14da
|
Parellel: added missing 'wait for threads' to complete code - not sure how the tests passed before. there might be a problem with the tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
85dcab23f9
|
Parallel: First take on Parallel.ForEach
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Jurgen Van Gael
|
be85f223b4
|
Ported dnA random number generators.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
f5f81a11ab
|
Fixed DiGammaInv bug for 0 and infinity arguments.
Added more more special functions.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Christoph Ruegg
|
3331edfcfc
|
functions: stable x -> exp(x)-1, used in weibull cdf
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
2d5561539b
|
Added Multinomial distribution Added MersenneTwister Fixed namespace error in unit tests
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
671953de02
|
Added inverse DiGamma unit tests.
|
17 years ago |
Jurgen Van Gael
|
16a3223c28
|
Added inverse DiGamma function.
|
17 years ago |
Jurgen Van Gael
|
513d715bdd
|
Documentation fixes.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
e347eb2740
|
Work Item # 4650
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
f4d2fa0c76
|
Added Weibull distribution.
Fixed bug in Dirichlet distribution (when one of the dimensions is singular).
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
ab86ca23c6
|
added AbstractRandomNumberGenerator.cs
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
7592ccb50b
|
Added extension methods for System.Random that sample additional value types.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Christoph Ruegg
|
0d58018eb9
|
functions: CR factorial
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2fe6a9efcb
|
combinatorics: permutations
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
1d13f8da96
|
combinatorics: combinations
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c0f8112267
|
combinatorics: variations
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
7d80e506da
|
functions: Binomial, BinomialLn
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2629bed00d
|
functions: Factorial, FactorialLn
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
61cb43ed81
|
globalization: double dense vector parsing
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Marcus Cuda
|
478991b870
|
vector: added equals and gethashcode methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Jurgen Van Gael
|
83355ad1c4
|
Fix bug in F# unit tests.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Marcus Cuda
|
eafe76800f
|
Added F# projects to the build
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
1219b46e1f
|
globalization: fix complex parsing asymmetry bug introduced in aa4ec834
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
3a046b27dc
|
globalization: vector, matrix using provided formatter
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
85b19ee4cb
|
globalization: complex ToString and Parse
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
cf31c5b285
|
globalization: parsing and formatting helpers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
2f9b6690a7
|
Finished the initial F# interface for Double.DenseVector.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
165942ea18
|
Bug fixes in Bernoulli distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
581e4b12bb
|
Fixed some style warnings.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
c7db7cd590
|
Extended F# API (doesn't compile just yet).
Added Bernoulli distribution.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
11cfdde911
|
Fixed some F# interface issues.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Jurgen Van Gael
|
c818f441bb
|
Added initial F# interface.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
|
17 years ago |
Marcus Cuda
|
eeed394686
|
Vector: added norm methods and broke up unit tests
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
720abbdb74
|
Vector: Added array constructor - keeps a reference, does not make a copy
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
e3e6dc94d6
|
Vector: added scaling methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
844ad6a51f
|
Vector: added subtraction and corrected addition interface in ILinearAlgebra
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
aa2ef064d9
|
reverting the changes I made to the resharper settings file
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
882a48e040
|
Vector: Added addition methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
1c07cacf5f
|
started sketching linear algebra algos. trying out the individual provider approach
modified Resharper settings to match StyleCop on typeof spacing
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Christoph Ruegg
|
36b925390b
|
threading: removing misguided comment
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
8bf88a71bf
|
sampling: applying random sampling to unit tests
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
2025f50897
|
sampling: random
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c2a756bb7f
|
sampling: applying to unit tests to replace custom sampling providers
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
93caa4a1f8
|
sampling: equidistant, chebyshev
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
c3635141d1
|
constants: new Pi2 = 2 * pi
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
d31ff5ea49
|
code style
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Christoph Ruegg
|
64090f15d9
|
resharper: fixed math.net class file template
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |