Christoph Ruegg
|
aad5c5303e
|
Merge pull request #366 from MaLiN2223/master
More accurate algorithms for Complex
|
11 years ago |
MaLiN2223
|
6d16f809e0
|
Corrected remark
|
11 years ago |
MaLiN2223
|
9877041344
|
added if's in magnitude calculation
|
11 years ago |
MaLiN2223
|
75ba3f8279
|
Added remark for Magnitude
|
11 years ago |
MaLiN2223
|
0f49428b8b
|
Changed || back to && because of MinimumMagnitudePhaseOfNaNIsNaN test in StatisticsTests.
|
11 years ago |
MaLiN2223
|
1d71dc53c9
|
|| instead of && in complex division. More tests.
|
11 years ago |
MaLiN2223
|
769764464c
|
Corrected typo, corrected float/complex, added more tests.
|
11 years ago |
MaLiN2223
|
9382d19f00
|
Magnitude of Complex(inf,inf) == inf
|
11 years ago |
MaLiN2223
|
30132b285c
|
formatting changes
|
11 years ago |
MaLiN2223
|
5b9aced350
|
Changed dividing and magintude algorithms for more accurate.
|
11 years ago |
Christoph Ruegg
|
3e15a2ac89
|
Docs: extend Users
|
11 years ago |
Christoph Ruegg
|
cdd2f54e18
|
Build: git-ignore test-related NuGet packages
|
11 years ago |
Christoph Ruegg
|
ecebdbe850
|
Merge pull request #362 from DanSmith/patch-1
Add Colectica as a mathnet numerics user
|
11 years ago |
Dan
|
1151f24c1e
|
Add Colectica as a mathnet numerics user
|
11 years ago |
Christoph Ruegg
|
1d01002cdb
|
Build: fix path to NuGet.CommandLine
|
11 years ago |
Christoph Ruegg
|
270a322c43
|
Release v3.10.0
|
11 years ago |
Christoph Ruegg
|
1147c24168
|
Random: RandomSource convenience methods to sample arrays without preallocating
|
11 years ago |
Christoph Ruegg
|
b209ed9d58
|
Random: RandomSource.DoSampleInteger for direct integer sampling without floating points #359
MersenneTwister integer sampling now matches standard implementation.
|
11 years ago |
Christoph Ruegg
|
df15a21782
|
Statistics: Min/Max Absolute, MagnitudePhase (complex)
|
11 years ago |
Christoph Ruegg
|
90115f7fb8
|
Build: fix path for doc generation
|
11 years ago |
Christoph Ruegg
|
748513675e
|
Precision: drop no longer needed PCL fallback
|
11 years ago |
Christoph Ruegg
|
35f12a62e6
|
Linear Algebra: Matrix Rank should use effective epsilon #334
Previously it was using the normalized epsilon at 1.0.
See http://discuss.mathdotnet.com/t/wrong-compute-of-the-matrix-rank/120
for discussion.
|
11 years ago |
Christoph Ruegg
|
8736508a2f
|
Precision: single-precision EpsilonOf, simplify PCL variation
|
11 years ago |
Christoph Ruegg
|
3a72370069
|
LinearAlgebra: extensions to convert between single and double precision, real and complex vectors/matrices
|
11 years ago |
Christoph Ruegg
|
1f4e9892f2
|
Build: drop redundant MathNet.Numerics.Portable solution file
|
11 years ago |
Christoph Ruegg
|
3b3346e130
|
LinearAlgebra: Complex primitives DataContract to support ephemeral serialization
|
11 years ago |
Christoph Ruegg
|
5b60f6ba00
|
Build: downgrade FsUnit to <1.4 since it dropped .Net 3.5 support
|
11 years ago |
Christoph Ruegg
|
f28e6844a1
|
Build: use paket groups, project file cleanups
|
11 years ago |
Christoph Ruegg
|
550d71bef0
|
Linear Algebra: VectorStorage and MatrixStorage DataContract for ephemeral serialization #350
|
11 years ago |
Christoph Ruegg
|
3a0d55fd2e
|
Statistics: single precision order statistics #235
|
11 years ago |
Christoph Ruegg
|
f8e2ffda5c
|
Statistics: FiveNumberSummary to use Median instead of R8 0.5-quantile
|
11 years ago |
Christoph Ruegg
|
442c6d39ef
|
Statistics: refactoring: move single precision implementations to partial class
|
11 years ago |
Christoph Ruegg
|
d5b2fef037
|
Statistics: Int32 support on mean, variance and related #235
|
11 years ago |
Christoph Ruegg
|
516d2d71f0
|
Statistics: single precision support on geometric, harmonic mean #235
|
11 years ago |
Christoph Ruegg
|
d3ec875011
|
Statistics: single precision support on Covariance #235
|
11 years ago |
Christoph Ruegg
|
c75c9a5e79
|
Statistics: single precision support on Mean/Variance/StandardDeviation #235
|
11 years ago |
Christoph Ruegg
|
1a05798c53
|
Statistics: single precision support on Minimum/Maximum #235
|
11 years ago |
Christoph Ruegg
|
30421c7033
|
Regression: more helpful exceptions and messages
|
11 years ago |
Christoph Ruegg
|
f8d6e5d937
|
Release v3.9.0
|
11 years ago |
Christoph Ruegg
|
58e09fea8c
|
Build: try to fix doc generation on OS X #346
Adapt and apply patch from fsprojects/ProjectScaffold#217
|
11 years ago |
Christoph Ruegg
|
0fbbc4b3eb
|
Merge branch 'serialization'
|
11 years ago |
Christoph Ruegg
|
e2b1df7112
|
Statistics: doc remarks on limited scope of DataContracts
|
11 years ago |
Christoph Ruegg
|
adcec36d97
|
Statistics: serialization unit tests
|
11 years ago |
Christoph Ruegg
|
9a8f731708
|
Statistics: DescriptiveStatistics DataContract for ephemeral serialization #350
|
11 years ago |
Christoph Ruegg
|
59e32d7e11
|
Statistics: Histogram DataContract for ephemeral serialization #350
|
11 years ago |
Christoph Ruegg
|
761cfc331a
|
Statistics: RunningStatistics DataContract for ephemeral serialization #350
|
11 years ago |
Christoph Ruegg
|
8879f15f7d
|
Merge pull request #353 from vkb/histogram_boundary_fix
Histogram: Adding data equal to the lower bound
|
11 years ago |
Volker Breuer
|
518a79045c
|
bugfix: adding data equal to the lower bound of a histogram threw an exception while lower values were fitted appropriately
|
11 years ago |
Christoph Ruegg
|
4369ee09cf
|
Distributions: Normal.CDF to use same Erfc implementation as the instance method, avoiding a problematic subtraction (accuracy) #348
|
11 years ago |
Christoph Ruegg
|
6cb5f634e4
|
Tools: upgrade to new version of FSharp.Formatting, FCS and FAKE
|
11 years ago |