Jon Smit
|
1bb3019e48
|
Added unit tests for new Rsquared method.
|
10 years ago |
Jon Smit
|
30c4d38fcd
|
Added another version of the Rsquared test.
|
10 years ago |
Christoph Ruegg
|
0602352705
|
BREAKING: Statistics: Ranks and RankInplace of single precision to return single precision arrays #364
|
8 years ago |
Christoph Ruegg
|
67295a7a7e
|
Distributions: rework CommonDistributionTests to use test cases
|
8 years ago |
Christoph Ruegg
|
9f03564208
|
Release v4.0.0-beta07
|
8 years ago |
Christoph Ruegg
|
169db7919e
|
Benchmark: cleanup conditional compiling after dropping netcoreapp1.1 target
|
8 years ago |
Christoph Ruegg
|
d972f5f478
|
Build: NuGet push no longer passes outdated source URI
|
8 years ago |
Christoph Ruegg
|
45b437aa63
|
Benchmark: support netcoreapp2.0
|
8 years ago |
Christoph Ruegg
|
79fa123650
|
Benchmarks: rework, cleanup
|
8 years ago |
Christoph Ruegg
|
543164462e
|
Build: trial to switch to FSharp.Core 4.3.3 (better netstandard2.0 support)
|
8 years ago |
Christoph Ruegg
|
94477de4a0
|
Build: trial to switch to latest .Net Core Runtime
|
8 years ago |
Christoph Ruegg
|
30f51a6e1d
|
Build: trial to switch to latest .Net Core SDK on travis
|
8 years ago |
Christoph Ruegg
|
938bfc909d
|
Build: trial to remove explicit runtime packages
|
8 years ago |
Christoph Ruegg
|
c2de0dd7da
|
Build: framework restrictions: drop net45 for .Net Core
|
8 years ago |
Christoph Ruegg
|
83e0302bcd
|
Build: trial to remove RuntimeIdentifiers
|
8 years ago |
Christoph Ruegg
|
1128ba4e66
|
Build: clean using msbuild
|
8 years ago |
Christoph Ruegg
|
a101a8f709
|
Paket: try storage:none for Benchmark group, nuget3 feed, reinstall
|
8 years ago |
Christoph Ruegg
|
41ce5dc1aa
|
Benchmark: add back to solution, migrate to Paket
|
8 years ago |
Christoph Ruegg
|
ef506bd08b
|
MKL: bind to Intel Compiler 18
|
8 years ago |
Christoph Ruegg
|
d8eef7b3aa
|
Tests: clearer and simpler naming pattern for test projects
|
8 years ago |
Christoph Ruegg
|
748a8abe58
|
Release Data Extensions v4.0.0-beta01
|
8 years ago |
Christoph Ruegg
|
1ec37fa663
|
Update Contributors
|
8 years ago |
Christoph Ruegg
|
adf8345089
|
Regression: Fit.LineThroughOrigin
|
8 years ago |
Christoph Ruegg
|
aab2d77b3e
|
Examples: upgrade dependencies, uncomment api usage which is now available again
|
8 years ago |
Christoph Ruegg
|
cdd4d21209
|
Release v4.0.0-beta06
|
8 years ago |
Christoph Ruegg
|
fd2e040bc6
|
Examples: convert F# scripts to normal F# source files
|
8 years ago |
Christoph Ruegg
|
2bbecb0480
|
Examples: migrate from 'src' to 'examples'
|
8 years ago |
Christoph Ruegg
|
8d34eb3d7c
|
Integration examples into different environments
|
8 years ago |
Christoph Ruegg
|
bef1641d69
|
Control: Describe gives an overview over the current configuration
|
8 years ago |
Christoph Ruegg
|
66df283892
|
BREAKING: Providers: providers now own the active instance, support for hint path
|
8 years ago |
Christoph Ruegg
|
9944c469f0
|
BREAKING: Providers: implementation types are no longer public
|
8 years ago |
Christoph Ruegg
|
7fac4c61e6
|
Tests: restructure test build targets
|
8 years ago |
Christoph Ruegg
|
5e4ab3a94b
|
Tests: disable 3 tests not supported in .Net Core 1.1
|
8 years ago |
Christoph Ruegg
|
8ba423a8a6
|
Build: rework and simplify compiler constants, bring native provider tests back
|
8 years ago |
Christoph Ruegg
|
3b864ccd9d
|
Build: try to switch Paket to magic mode
|
8 years ago |
Christoph Ruegg
|
8a1186f0dd
|
Merge pull request #544 from jnyrup/Dictionary
Use TryGetValue instead of ContainsKey+indexer
|
8 years ago |
Christoph Ruegg
|
5ed05975a0
|
Merge pull request #549 from jnyrup/typos
Fix typos
|
8 years ago |
jnyrup
|
83441365c0
|
Fix typos
|
8 years ago |
Christoph Ruegg
|
1af6254087
|
Release v4.0.0-beta05
|
8 years ago |
Christoph Ruegg
|
9ee599f029
|
Merge tag 'v3.20.2'
Math.NET Numerics v3.20.2
Bugfixes backported from v4:
BUG: Distributions: BetaScaled no longer ignores optional random source parameter
BUG: Trigonometry: Complex trigonometric functions behave on large imput ~diluculo
|
8 years ago |
Christoph Ruegg
|
a7cc9def57
|
Release v3.20.2
|
8 years ago |
Christoph Ruegg
|
0263f20c3d
|
BUG: Distributions: BetaScaled no longer ignores optional random source parameter #547
|
8 years ago |
diluculo
|
118a3c028e
|
Apply approximation to Asinh(x) and Acosh(x)
|
9 years ago |
diluculo
|
7d28c17082
|
Set huge = 22.0
Apply approximation to Sinh(z) and Cosh(z).
|
9 years ago |
diluculo
|
9a67b5d9fd
|
To avoid overflow, widen the range of x to apply the approximation of sinh^2(x).
Simplify Coth(z), Tan(z), and Cot(z)
|
9 years ago |
diluculo
|
7589568a8a
|
Trig: updated Tan(z), Cot(z), Tanh(z), Coth(z), Csch(z), and Sech(z) based on the Kahan algorithm.
|
9 years ago |
Christoph Ruegg
|
c9a203728c
|
BUG: Distributions: BetaScaled no longer ignores optional random source parameter #547
|
8 years ago |
Christoph Ruegg
|
b75260ab00
|
Code Quality: drop redundant if-statement conditions #546
|
8 years ago |
Christoph Ruegg
|
e53e3cac5b
|
Merge pull request #542 from jnyrup/ArgumentChecks
Argument checks
|
8 years ago |
Christoph Ruegg
|
77d8b3b5c1
|
Merge pull request #543 from jnyrup/DelayVariables
Move variables into scopes
|
8 years ago |