Christoph Ruegg
|
147c7bf04f
|
Special Functions: migrating usage of obsolete functions
|
13 years ago |
Christoph Ruegg
|
a7e247ecd4
|
Fitting: rename from LeastSquares to Fit for discoverability
|
13 years ago |
Christoph Ruegg
|
68f73d5c0e
|
Examples: update to using new curve fitting routines
|
13 years ago |
Christoph Ruegg
|
f01a95d23d
|
Fitting: Tweaks to F# linear combination fitting
|
13 years ago |
Christoph Ruegg
|
d9518826be
|
Upgrade FsUnit (now as NuGet package)
|
13 years ago |
Christoph Ruegg
|
8fc3ba9470
|
Fitting: Idiomatic least squares curve fitting for F#
|
13 years ago |
Christoph Ruegg
|
dcade5cb90
|
Fitting: New Least Squares Linear Curve Fitting
|
13 years ago |
Christoph Ruegg
|
b2be48f200
|
Categorical: consistent pmf vs cdf parameters, do not expect them to be normalized
|
13 years ago |
Christoph Ruegg
|
dbac1e1de5
|
Categorical: rename inverse CDF function
|
13 years ago |
paulvarkey
|
4a6cba0061
|
Adding static inverse CDF calculation method
|
13 years ago |
Christoph Ruegg
|
565baee686
|
Tests: require 1 digit less accuracy in 2 complex number tests so they don't break in mono
|
13 years ago |
Christoph Ruegg
|
4060899bcd
|
Tests: fix test bug where GetHashCode was tested against known result
|
13 years ago |
Christoph Ruegg
|
36189dc780
|
IO: Fix perf bug causing regex not to be requested as compiled
|
13 years ago |
Christoph Ruegg
|
adc079de71
|
Merge pull request #131 from rneatherway/master
Minor XML doc fixes
|
13 years ago |
Robin Neatherway
|
45b45301b9
|
Update LinearAlgebra.Double.Vector.fs
|
13 years ago |
Robin Neatherway
|
56fac98527
|
Update Matrix.cs
typo
|
13 years ago |
Robin Neatherway
|
b0d3ca8ebc
|
Update LinearAlgebra.Double.Vector.fs
Correct `create` docstring
|
13 years ago |
Christoph Ruegg
|
f9a99f542a
|
Vagrant support for testing against mono/fsharp
|
13 years ago |
Christoph Ruegg
|
f55cc8b928
|
Merge pull request #125 from tibel/vector_modulus
LA: add missing vector modulus operators
|
13 years ago |
Christoph Ruegg
|
5d1de5a5ef
|
Update release-notes
|
13 years ago |
Christoph Ruegg
|
935e38726a
|
Update CONTRIBUTORS.md
|
13 years ago |
Christoph Ruegg
|
7342083989
|
Clarify some points in MAINTAINING.md, add links
|
13 years ago |
Christoph Ruegg
|
e958c82abe
|
Make CONTRIBUTING.md a bit shorter, drop unnecessary parts.
|
13 years ago |
tibel
|
0e3bc09408
|
add missing vector modulus operators
|
13 years ago |
Christoph Ruegg
|
24ff22c704
|
Finally adding a CONTRIBUING.md file
|
13 years ago |
Christoph Ruegg
|
9d6dbb54df
|
document maintainer tasks in MAINTAINING.md file
|
13 years ago |
Christoph Ruegg
|
e411befb40
|
Merge pull request #124 from tibel/master
LA: Add vector operations (scalar/vector and scalar-vector)
|
13 years ago |
tibel
|
274df148d4
|
use At() instead of indexer if possible
|
13 years ago |
tibel
|
62f745884b
|
add Vector.DivideByThis(scalar)
|
13 years ago |
tibel
|
4b64bbf24f
|
add Vector.SubtractFrom(scalar)
|
13 years ago |
Christoph Ruegg
|
5a4f050eb8
|
Mention linux MKL packages in release-notes
|
13 years ago |
Iain McDonald
|
3af161b168
|
Add Spearman Rank Correlation Coefficient
More more info see
https://en.wikipedia.org/wiki/Spearman_rank_correlation
|
13 years ago |
Christoph Ruegg
|
d737faaab3
|
Attribute more contributors within release-notes
|
13 years ago |
Christoph Ruegg
|
38bfbbd4c8
|
Update release-notes with recent changes
|
13 years ago |
Christoph Ruegg
|
d120f048dc
|
Merge pull request #122 from ArtyomBaranovskiy/FixStableDistributionSampling
Distributions: Incorrect values are passed to sampleUnchecked inside Stable.Sample static methods
|
13 years ago |
Artyom Baranovskiy
|
44233320bb
|
Fix Stable.Sample static method to pass correct params to SampleUnchecked
|
14 years ago |
Christoph Ruegg
|
cedff536f7
|
RootFinding: cubic tests now use EvaluatePolynomial
|
13 years ago |
Christoph Ruegg
|
4bd78fa017
|
New Evaluate.Polynomial overload that is easier to use
|
13 years ago |
Christoph Ruegg
|
dc942b947a
|
RootFinding: cubic tests
|
13 years ago |
Christoph Ruegg
|
ed55a086e7
|
Update NuGet to v2.5
|
14 years ago |
Christoph Ruegg
|
7b73cc34ef
|
Tests: mark percentile tests covering obsolete code as obsolete
|
14 years ago |
Christoph Ruegg
|
50d1cef552
|
RootFinding: proper zero comparison early at boundaries; xml doc
|
14 years ago |
Christoph Ruegg
|
ca033cbae2
|
RootFinding: merge bracketing class into ZeroCrossingBracketing
|
14 years ago |
Christoph Ruegg
|
72b86504fe
|
RootFinding: s/FloatingPointRoots/RealRoots/
|
14 years ago |
Christoph Ruegg
|
ccf89f8186
|
RootFinding: protect newton-raphson better against singularities, more tests
|
14 years ago |
Christoph Ruegg
|
7ed6c6f887
|
RootFinding: Update Brent to TryFindRoot pattern as well
|
14 years ago |
Christoph Ruegg
|
c70c07b6d7
|
RootFinding: more robust hybrid newton-raphson
|
14 years ago |
Christoph Ruegg
|
7d80ad6e69
|
RootFinding: add hybrid newton-raphson/bisection algorithm
|
14 years ago |
Christoph Ruegg
|
7dfa4a083f
|
RootFinding: separate bracketing from algorithm, unify error behavior
|
14 years ago |
Christoph Ruegg
|
fd18c32f25
|
RootFinding: align algorithms, no need for objects
|
14 years ago |