Christoph Ruegg
6f3bc678bf
Update unconstrained dependencies
6 years ago
Christoph Ruegg
ec820b90b9
Release v4.12.0
6 years ago
Christoph Ruegg
43297a0366
Get rid of resources
6 years ago
Christoph Ruegg
0e66772966
Merge pull request #707 from Evangelink/zero-length-vector-matrix
Allow empty Vector and Matrix
6 years ago
Christoph Ruegg
213fd09437
More Code Style and Cleanups
6 years ago
Christoph Ruegg
e51123cda0
Code Style and Cleanups
6 years ago
Christoph Ruegg
8a1ffc64a5
Mark Complex32 and GradientProjectionResult structs as readonly
6 years ago
Christoph Ruegg
36c5ee21e1
Distributions: make more properties available on the type (instead of explicit interface impl)
6 years ago
Christoph Ruegg
028a55c9e5
Merge pull request #706 from ajwillshire/master
Beta-Binomial distribution, and related functions
6 years ago
Christoph Ruegg
021f4f570f
Merge pull request #712 from Evangelink/use-test-parameter-rayleigh
Fix RayleightTests.ValidateMaximum test to use testcase parameter
6 years ago
Christoph Ruegg
b2ffaa089b
Merge pull request #713 from Evangelink/use-test-parameters-geometric
Fix GeometricTests.ValidateProbabilityLn to use expected value parameter
6 years ago
Christoph Ruegg
be7c150192
Merge pull request #711 from Evangelink/tests-invariant-culture
Fix thread culture for some tests
6 years ago
Amaury Levé
544d7b08b3
Revert un-needed change
6 years ago
Evangelink
531e684c7c
Fix remaining broken tests
6 years ago
Evangelink
89be530938
Fix some more tests
6 years ago
Evangelink
a08c76b7ac
Fix GeometricTests.ValidateProbabilityLn to use expected value parameter
6 years ago
Evangelink
956a4f5259
Fix test to use testcase parameter
Fix RayleightTests.ValidateMaximum test to use the scale parameter instead of the hardcoded value.
6 years ago
Evangelink
b414bc7464
Fix thread culture for some tests
Refactor code to force CultureInfo.InvariantCulture on the main thread for some tests
6 years ago
Evangelink
5cf6948064
Allow empty Vector and Matrix
6 years ago
Andrew Willshire
5cef0b7ea2
Beta-Binomial distribution, Generalized Hypergeometric Function, Rising and Falling Factorials.
6 years ago
Christoph Ruegg
07cf1f68e1
Release v4.11.0
6 years ago
Christoph Ruegg
64f8e1cd8d
Linear Algebrea: fix range in non-suqare diagonal sparse mixed products
6 years ago
Alex Hildebrand
d6e5de0f69
Fixed Moore-Penrose Pseudo-Inverse for complex cases
6 years ago
Alex Hildebrand
ac189ad25d
Testing Moore-Penrose Pseudo-Inverse
6 years ago
Christoph Ruegg
7306226559
Distributions: fix sampling wiring of new Skewed Generalized distributions
Related to #654
6 years ago
Christoph Ruegg
da99060a8e
Distributions: minor code maintenance
6 years ago
mikael
fe0e680f4b
Use specialzied distributions depending on param values in InvCDF
7 years ago
mikael
04a8fa8dc5
Add skewness and mode calculation
7 years ago
mikael
332251d99c
Add Skewed Generalized T distribution and Skewed Generalized Error distribution
7 years ago
Christoph Ruegg
982966f704
Release v4.10.0
6 years ago
Christoph Ruegg
0686faa293
Merge pull request #662 from diluculo/fractionalCalculus
Fractional calculus
6 years ago
Christoph Ruegg
b5fa485b0b
Release MKL Provider v2.4.0 (r13 with Intel MKL 2020.0 Update 1)
6 years ago
Christoph Ruegg
6ad0baf983
Build: fix reference restrictions for benchmark
6 years ago
Christoph Ruegg
22f65667a8
Managed Provider: move depending algorithms into provider; providers must be self-contained
6 years ago
Christoph Ruegg
bca56038cf
Docs: xbuild and msbuild are no longer supported thus no longer mention them. Refine MKL section.
6 years ago
Christoph Ruegg
2a774e61bf
MKL: switch from v141 (2017) to v142 (2019) platform toolset, drop old project file
6 years ago
Christoph Ruegg
0a936cba31
Docs: declare required Windows 10 SDK and Platform Toolset for building MKL
6 years ago
Christoph Ruegg
99d0bbdc34
Build: roll-forward .NET Core SDK to feature (instead of latestPatch)
The change doesn't affect CI or those with the chosen SDK installed, but unbreaks those affected by the VisualStudio installer automatically uninstalling older feature versions. #698 #699
6 years ago
Christoph Ruegg
d6a9f385a0
Tests: explicitly configure MKL with AVX-consitency mode to get at least some level of consistency between different machines, resolve more tests failing with MKL on some environments
6 years ago
Christoph Ruegg
9e8df1d133
Tests: linear algebra Cholesky tests adjust required accuracy
#690
6 years ago
Christoph Ruegg
a6e6e6405c
Distributions: Inverse Wishart Sample uses pseudo inverse
#690
6 years ago
Christoph Ruegg
905c65041c
Tests: polynomial root finding does not expect specific ordering
#690
6 years ago
Christoph Ruegg
3e91e51b6d
Root Finding: Brent behavior more consistent between managed and native providers
#690
6 years ago
Christoph Ruegg
b545e274ba
Root Finding: argument checking also for other algorithms
6 years ago
Christoph Ruegg
b22a3333bc
Root Finding: drop redundant argument checking
In cases where we merely redirect to another function which does the same range checking already.
6 years ago
Christoph Ruegg
49740efdd0
Cleanup: drop unused variable and suppress a warning
6 years ago
Christoph Ruegg
193f9e2e1f
Docs: explicitly mention .NET Core SDK 3.1.1 as requirement
6 years ago
Christoph Ruegg
ef3cc17391
Build: streamline dependency constraints
6 years ago
Christoph Ruegg
1b4218d17b
Readme: remove deprecated azure devops build status
6 years ago
Christoph Ruegg
8736b54561
Merge pull request #697 from RyanGrange/issue642
Root Finding: Throw exception for invalid accuracy values.
6 years ago