Christoph Ruegg
fa1c97abbc
LA: more sensible choice of return storage type, with tests #146
13 years ago
Ethar Alali
8334454fad
Added RSquared class (and test - in TD like you mean it style) to the project.
13 years ago
Christoph Ruegg
89c76125c6
Build: VS12 (2013) support, build config simplification
13 years ago
Christoph Ruegg
2f275c1fb0
Build: make whole unit test suite hybrid so it can run against all portable profiles
13 years ago
Christoph Ruegg
c50297f890
Build: add portable profile 47 (in addition to 136) with System.Numerics
13 years ago
Christoph Ruegg
907d05682c
Drop Numerics.IO project (now developed in separate repository)
13 years ago
taschna
64aefa8077
RootFit: Implemented simple N-dim root finder.
Implemented simple version of Broyden's method.
Added all 1D test cases and a simple 2D test case from
http://www.polymath-software.com/library/problemlist.shtml for Broydens
root finder.
13 years ago
taschna
a12684649e
RootFinding: Add fallback to Bisection in FindRoots.OfFunction.
Add fallback to Bisection in FindRoots.OfFunction.
Add test cases for FindRoots.OfFunction.
13 years ago
Christoph Ruegg
c5c1cb9654
RootFinding: add pure newton-raphson (in addition to existing robust one)
13 years ago
Christoph Ruegg
a7e247ecd4
Fitting: rename from LeastSquares to Fit for discoverability
13 years ago
Christoph Ruegg
dcade5cb90
Fitting: New Least Squares Linear Curve Fitting
13 years ago
Christoph Ruegg
7d80ad6e69
RootFinding: add hybrid newton-raphson/bisection algorithm
13 years ago
Christoph Ruegg
e523675a43
RootFinding: move bisection to root-finding namespace, update portable project
13 years ago
Scott Stephens
35ccfec740
First commit working on optimization tools
(Patched by cdrnet: only taking root finding algorithm for now, rest
later)
14 years ago
Christoph Ruegg
04a5f30d99
RootFinding: refactoring, simplify
13 years ago
Christoph Ruegg
a177228238
RootFinding: simplify unit test
13 years ago
Christoph Ruegg
be5d8b9ebc
RootFinding: move files, namespace, tests, projects
13 years ago
Christoph Ruegg
5f5d29cb6a
LA: matrix OfColumns/OfRows more usable, basic tests
13 years ago
Phil
b8f4e66770
Updated financial calcs and unit tests to deal with NaN return
13 years ago
Phil
f9af5aa844
Added GainLossRatio Tests
Added tests around GainLossRatio, but I still have some questions as
noted per test.
13 years ago
Phil
28f025e23b
Addition of Financial bases absolute risk stats
Addition of stats and unit tests. Still need test for GainLossRatio.
The tests may be a bit sparse compared to what is required for a pull.
Will need to talk to Chrisoph about that.
13 years ago
Marcus Cuda
2782913139
replaced zlib.net with DeflateStream
14 years ago
Artyom Baranovskiy
7dd31a162d
Implement test case for DescriptiveStatistics which proves
that it computes kurtosis incorrectly for large samples
14 years ago
Christoph Ruegg
136bdbb113
Special Functions: modified bessel & struve functions
Also extracted evaluation functions into dedicated Evaluation class.
14 years ago
Marcus Cuda
fb7b2dcd82
added force symmetric helper methods so we can get the EVD solve tests to pass
14 years ago
Christoph Ruegg
1c328db9d7
Tests: Action Attributes instead of global setup (simplifies hierarchy), some net4.5 fixes
14 years ago
Christoph Ruegg
7a967df1ad
Build: clean up libs & NuGet
14 years ago
Christoph Ruegg
2fa4232f64
Build: new 'Release-Signed' profile for signing assemblies (strong name)
14 years ago
Christoph Ruegg
bbb23e662e
Tests: replace matrix structural tests with theory (part 5) - Submatrix, Insert; Fix DiagonalMatrix InsertRow
14 years ago
Christoph Ruegg
9330413bcb
Tests: replace matrix structural tests with theory (part 1)
14 years ago
manyue
7447ddbab7
Implementation of Hybrid Monte Carlo method
14 years ago
manyue
051e9e47f4
Implementation of Hybrid Monte Carlo and tests.
14 years ago
Christoph Ruegg
43c4608cce
Solution: extract IO into separate IO project
Linear Algebra comes with a set of IO classes for reading and writing text
files as well as files compatible with Matlab. These classes have now been
extracted into a separate MathNet.Numerics.IO project and assembly. The
core project no longer has zlib.net as dependency (only Numerics.IO has).
14 years ago
Christoph Ruegg
8c90a8932f
Build: do not sign assemblies (strong name)
14 years ago
cureos
7e17434889
Updated interpolation classes to prevent non-unique and/or non-monotonically ascending sample points. Fixes issue #1 .
15 years ago
Christoph Ruegg
880da46657
Unit Tests: generic to avoid duplication (tests not performance critical)
15 years ago
Christoph Ruegg
7798dba82f
Unit Tests: Linear algebra vectors: arighmetic theories (failing, gh-18)
15 years ago
Abratiychuk
3f470bc0bc
Fixed unit tests for Silverlight
Signed-off-by: abratiychuk <18.05.2011>
15 years ago
Marcus Cuda
ee933111e3
native: fixed several native interface bugs
15 years ago
Marcus Cuda
404e4c6ec2
native: added unit tests for other data types and a bunch of bug fixes
15 years ago
Marcus Cuda
782612e2c7
added a mechanism to set the linear algebra provider when running the full unit test suite
15 years ago
Christoph Ruegg
c271cea4cc
Unit Tests: Interpolation V
15 years ago
Christoph Ruegg
820804b237
Unit Tests: Interpolation IV
15 years ago
Christoph Ruegg
0783c34fa4
Unit Tests: Interpolation III
16 years ago
Christoph Ruegg
a7a94551bd
Unit Tests: Interpolation II
16 years ago
Christoph Ruegg
2529512a85
Unit Tests: Interpolation I
16 years ago
Christoph Ruegg
2b84d8dd5c
fixed order statistics/median bug #5667 that caused a potential stackoverflow on platforms where tail-recursion is not optimized. Fixed by turning the recursion into a loop manually. Unit tests.
16 years ago
Christoph Ruegg
6af6c0fdc3
CI: Move unit test binaries to out folder
16 years ago
Marcus Cuda
4dc3789447
removed refenernce to nonexistent file
16 years ago
Marcus Cuda
e429fe363d
testing: Merged Andriy new NUnit tests
16 years ago