Jon Smit
2442a96ffd
Corrected comments.
10 years ago
Jon Smit
2c83a519b8
Statistics: Fixed incorrect formula in WeightedPearson that could cause the correlation to be greater than 1.
10 years ago
Jon Smit
34016386ea
UnitTest: checked whether some correlations are equal to 1.
10 years ago
Christoph Ruegg
58b6dc4198
Merge pull request #407 from wojcech/master
fixed documentation of Vector.MaximumIndex()
10 years ago
IgorK
c120c73158
fixed documentation of Vector.MaximumIndex()
"returns Index of absolute maximum -> returns Index of Maximum"
10 years ago
Christoph Ruegg
d98c9680f3
Merge pull request #399 from skosukhin/patch-1
Update GaussLegendrePointFactory.cs
10 years ago
Sergey Kosukhin
9585431e72
Update GaussLegendrePointFactory.cs
10 years ago
Christoph Ruegg
e81eeffdea
Merge pull request #397 from yoon-gu/ab-ode
ODE Solver : Adams-Bashforth
10 years ago
Yoonku Hwang
0476e390db
add Adams-Bashforth 3rd order and verify the order
10 years ago
Yoonku Hwang
38d3c39515
add comments for return object
10 years ago
Yoonku Hwang
883bf35c71
correct explanation for N
10 years ago
Yoonku Hwang
e1559fe5e1
add comment for ab4
10 years ago
Yoonku Hwang
98c0a7004b
add adams-bashforth 4th order method
10 years ago
Yoonku Hwang
93ddbe6337
changed initialization method (optimal rk2 -> rk2)
10 years ago
Yoonku Hwang
7de883a41a
done Adams-Bashforth second order method to solve ODE
10 years ago
Yoonku Hwang
72e9d21040
change schem to fill y1 step ( need to convergence test )
10 years ago
Yoonku Hwang
467717436b
partially fixed (not enough order of convergence)
10 years ago
Yoonku Hwang
75dd96c987
blowing up error when adding second order AB method
10 years ago
Yoonku Hwang
40e32aaf57
add Adams-Bashforth First Order(same as Euler method) solver and test
10 years ago
Yoonku Hwang
d31e1ed327
rename file
10 years ago
Christoph Ruegg
280d09f0f3
Merge pull request #394 from yoon-gu/odesolver
ODE Solvers(RK2 & RK4)
10 years ago
Yoonku Hwang
dc75e1589c
change NUnit using lines
10 years ago
Yoonku Hwang
b2c3fcaf32
add comments and check the error convergence
10 years ago
Yoonku Hwang
72ed2931fe
typo
10 years ago
Yoonku Hwang
b204ac0dcf
add RK2 and RK4 to solve ODE System
10 years ago
Yoonku Hwang
02a0af61a2
add RK4 and its test to verify convergence order
10 years ago
Yoonku Hwang
1bbe6c897a
add RK2 and its test to verify RK2 erro convergence order
10 years ago
Christoph Ruegg
4614132d03
Release v3.11.1
10 years ago
Christoph Ruegg
ebbe6d8da1
Linear Algebra: fix bug in Vector.ToVectorString if the first column is wider than maxWidth #387
ToVectorString now enforces maxPerColumns >= 3 and maxCharactersWidh >= 16. Renamed arguments and updated docs to clarify confusion about character width vs number of columns.
10 years ago
Christoph Ruegg
bc3cd95dfd
Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed
10 years ago
Christoph Ruegg
b3bb2d1e73
Linear Algebra: fix bug in sparse vector pointwise multiply/divide to itself #390
10 years ago
Christoph Ruegg
0b6d5c852f
Merge pull request #385 from mjmckp/master
Fix indirect dependencies on native dlls
10 years ago
Christoph Ruegg
112d371ec8
Release Data Extensions v3.2.0
10 years ago
Christoph Ruegg
94935977ac
Merge pull request #389 from OpportunityLiu/master
improve memory usage of parsing.
10 years ago
liuzh
5924f068a3
reduce memory usage of parsing.
10 years ago
matthew-peacock
d3efddae52
Fix indirect dependencies on native dlls
Suppose Lib1 is a C# proejct uses the NuGet package containing the native dll, and Lib2 depends on Lib1, and finally Lib3 depends on Lib2. With the current setup, the native dlls will be copied into the output directory of both Lib1 and Lib2, but not Lib3. Using 'None' instead of 'Content' fixes this.
I don't have a reference for this behaviour, but I have replicated it with three dummy projects to be sure. I originally got the hint from Benoit Blanchon's comment at http://stackoverflow.com/questions/19478775/
10 years ago
Christoph Ruegg
8291d7b619
Build: fix 'test quick' test category filter
10 years ago
Christoph Ruegg
b866a4cb32
Build: try migrating to NUnit v3.2 (from v2)
Includes a workaround for a type collision when using NUnit3's .Net 2.0
build on .Net 3.5, see nunit/nunit#1349 for details.
Leverage Paket file-dependencies for FsUnit instead of NuGet packages
since it makes sense and the FsUnit NuGet package no longer supports
.Net 3.5. Partially migrate to FsUnitTypes where possible.
Since every unit test file had to be touched anyway, also fixes file headers
where they were broken.
No longer commit packages folder (.gitignore). Use restore.cmd to restore.
10 years ago
Christoph Ruegg
ced3049437
Tests: disable 4 tests which Mono is known to have problems with
10 years ago
Christoph Ruegg
49a1bb740b
Build: file permissions
10 years ago
Christoph Ruegg
ef6210e007
Build: CI and soft dependencies
10 years ago
Christoph Ruegg
8d0d8610f4
Build: try to run quick tests on Mono again
10 years ago
Christoph Ruegg
2611f852c7
Docs: typo
10 years ago
Christoph Ruegg
45b1f36dad
Build: clarify need to run restore.cmd once when using VisualStudio
10 years ago
Christoph Ruegg
d31dce972a
Build: update build tools, fix native provider unit test project references
10 years ago
Christoph Ruegg
9aaa8e9015
Build: update Paket bootstrapper
10 years ago
Christoph Ruegg
36a46bd7fc
Cleanup: no longer mention CodePlex in file headers, deprecate its release archive
10 years ago
Christoph Ruegg
4f6d42d061
Release v3.11.0
10 years ago
Christoph Ruegg
5e444fd5f0
Merge pull request #375 from hickford/patch-1
Add link to list of MKL-accelerated functions
10 years ago
Christoph Ruegg
d63d47e6ff
Integration: align Integrate-facade functions with use cases
10 years ago