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
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
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
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
55db448f90
LA: fix bug in Complex and Complex32 SparseMatrix.ToTypeString #347
The Complex and Complex32 implementation of SparseMatrix.ToTypeString
was reporting a filling percentage that was too large by a factor of 100
because the conversion to percentage was done twice (once by `P2` string
format)
11 years ago
lionpeloux
9be0a955a6
Update MKL native provider build script for OSX
11 years ago
Christoph Ruegg
13f7163f96
Statistics: geometric and harmonic mean
11 years ago
Christoph Ruegg
b2e9445a88
Minor optimization how we call Array.Copy
Reasoning and motivation see dotnet/corefx#3615
11 years ago
BenHewins
cdf1679c57
Minor comment corrections
Comments on some properties on most Distributions incorrectly stated
that they were setters as well.
One comment on an array statistic stated it was returned the smallest
instead of largest member.
11 years ago
Christoph Ruegg
c564ed2a63
Native: update linux build for MKL 11.3
11 years ago
Christoph Ruegg
b8ae065e0f
Release OpenBLAS Native Provider v0.2.0 (rev 1, linear algebra v1.0)
11 years ago
Christoph Ruegg
2662df1c3f
Release v3.8.0
11 years ago
Christoph Ruegg
b26b03c006
Release MKL Native Provider v2.0.0 (rev 9, linear algebra v2.0)
11 years ago
Christoph Ruegg
69520be5b5
Native: MKL: increment linear argebra major version due to breaking change
regarding work array handling.
11 years ago
Christoph Ruegg
206ee4179a
Distributions: Migrate PERT from Beta to BetaScaled #321
11 years ago
Christoph Ruegg
fc9f33826b
Distributions: new BetaScaled distribution #322
11 years ago
Christoph Ruegg
d3da6e67f6
Tooling: upgrade native provider projects to tooling version 14 (VS2015). Fix MKL Test project.
11 years ago
Christoph Ruegg
53dc96e4f5
Tooling: reinstall dependencies with current paket release
11 years ago
Christoph Ruegg
3edc64018d
Release v3.7.1
11 years ago
Christoph Ruegg
5ff5a75389
LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341
11 years ago
Christoph Ruegg
26657680b4
LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341
11 years ago
Christoph Ruegg
adb8f96d79
Tooling: update dependencies (FAKE 4.1, FSharp.Core, FsUnit, NUnit)
11 years ago
Christoph Ruegg
fc187af5a2
Distributions: test for Weibull.Estimate #339
11 years ago
Christoph Ruegg
e9df319867
Tests: fix build warning in MatrixStructureTheory tests
11 years ago
Christoph Ruegg
4b1c9e784a
C#: Explicitly set language version
11 years ago
Christoph Ruegg
a1149de5a5
Compatibility: do not provide actualValue to out of range exception since not available on some platforms.
11 years ago
Christoph Ruegg
5423cfd465
Tests: restore test project to use wildcards again, Resources PCL patch #338
11 years ago
Jon Larborn
4966036b86
Comment Adjustment
11 years ago
Jon Larborn
e64adc609d
Estimate extention
11 years ago