Thomas Ibel
|
8eafbcb88c
|
build Parallel class for portable
|
12 years ago |
Thomas Ibel
|
a95529f6e4
|
create Partitioner for NET35
|
12 years ago |
Christoph Ruegg
|
b0ed692ab2
|
RootFinding: new implementation for complex cubic roots, tests
|
12 years ago |
Christoph Ruegg
|
035c5e2915
|
Evaluate: routine to evaluate a compley polynomial
|
12 years ago |
Christoph Ruegg
|
abadd146ff
|
Complex: routines to get all square and cubic roots of a complex number
|
12 years ago |
Christoph Ruegg
|
8249d26267
|
RootFinding: expose cubic in facade class
|
12 years ago |
Christoph Ruegg
|
ee073698b5
|
Docs: special functions, trigonometry
|
12 years ago |
Christoph Ruegg
|
fdad2f1a83
|
Docs: linear equation systems
|
12 years ago |
Christoph Ruegg
|
74fa541feb
|
Docs: MKL
|
12 years ago |
Christoph Ruegg
|
1a4fa126bb
|
Docs: euclid
|
12 years ago |
Christoph Ruegg
|
b09795455c
|
Docs: minor tweaks
|
12 years ago |
Christoph Ruegg
|
efd0b14ae2
|
Constants: sqrt(3) #194
|
12 years ago |
Christoph Ruegg
|
93585db5f8
|
Docs: group navigation links
|
12 years ago |
Christoph Ruegg
|
d2eb0091d4
|
Docs: improve wording on delimited files docs
|
13 years ago |
Christoph Ruegg
|
48941eb37f
|
Docs: delimited files (CSV)
|
13 years ago |
Christoph Ruegg
|
5ea5de07a1
|
Distributions: fix Geometric distribution sampling
|
13 years ago |
Christoph Ruegg
|
07237fc703
|
Distributions: Fix Zipf CDF at x=1
|
13 years ago |
Christoph Ruegg
|
bca96c569d
|
Distributions: separate sample histogram test for continuous and discrete distributions
|
13 years ago |
Christoph Ruegg
|
44b0b12db3
|
Distributions: extend sample distribution test to all continuous and most discrete distributions
|
13 years ago |
Christoph Ruegg
|
9e064e827a
|
Docs: minor tweaks
|
13 years ago |
Christoph Ruegg
|
a7b7194d42
|
Generate: fix/adapt unit test to new separation betwen Impulse and PeriodicImpulse
|
13 years ago |
Christoph Ruegg
|
dfa9483c3b
|
Generate: clarifications and simplifications, F# module, docs
|
13 years ago |
Christoph Ruegg
|
3763328189
|
Docs: spellcheck
|
13 years ago |
Christoph Ruegg
|
4f2319670f
|
Docs: updated distance and special functions
|
13 years ago |
Christoph Ruegg
|
4537870567
|
Build: fix FAKE tool casing in build.sh/cmd
|
13 years ago |
Christoph Ruegg
|
29bc58398f
|
Generate: LogSpacedMap, F# func argument support in F# module
|
13 years ago |
Christoph Ruegg
|
ed940a85b2
|
Fsharp functions should use 'Func' instead of just 'F' as suffix
|
13 years ago |
Christoph Ruegg
|
31274f7d85
|
Distance: add cosine distance
|
13 years ago |
Christoph Ruegg
|
a0c2668cc4
|
Docs: code samples for statistics docs
|
13 years ago |
Christoph Ruegg
|
e82b38223c
|
Statistics: add Statistics F# module for higher order functions
|
13 years ago |
Christoph Ruegg
|
21c596700b
|
Docs: tweak side menu structure
|
13 years ago |
Christoph Ruegg
|
9b440b3e14
|
Docs: descriptive statistics
|
13 years ago |
Christoph Ruegg
|
464542379c
|
Docs: special functions; various backport for Codeplex docs
|
13 years ago |
Christoph Ruegg
|
ff4911c17f
|
Build: cleaning can now be omitted with the incremental parameter
|
13 years ago |
Christoph Ruegg
|
be8498e6c1
|
Build: do not copy FSharp.Core to out (fixes docs)
|
13 years ago |
Christoph Ruegg
|
9fd4dc8dfc
|
Docs: random numbers, probability distributions
|
13 years ago |
Christoph Ruegg
|
41c35b6a63
|
Docs: distance metric contour plots
|
13 years ago |
Christoph Ruegg
|
c45544ed93
|
Docs: distance metrics tweaks
|
13 years ago |
Christoph Ruegg
|
3354347576
|
Docs: distance metrics
|
13 years ago |
Christoph Ruegg
|
332ce45d42
|
Docs: add MathJax, hide logo
|
13 years ago |
Christoph Ruegg
|
035ca0ba6d
|
Docs: initial setup
|
13 years ago |
Christoph Ruegg
|
cc572d9182
|
Build FAKE: generate NuGet packages
|
13 years ago |
Christoph Ruegg
|
bdd1433874
|
Update readme (cosmetics)
|
13 years ago |
Christoph Ruegg
|
3b9a609d7d
|
RootFinding: fix .Net 3.5 build
|
13 years ago |
Christoph Ruegg
|
5ff8cf36bf
|
Merge pull request #194 from candychiu/master
Added class Cubic to find the real roots of a cubic polynomial.
|
13 years ago |
Candy Chiu
|
09c89cc400
|
Added class Cubic to find the real roots of a cubic polynomial.
Added unit test class CubicTest.
|
13 years ago |
Christoph Ruegg
|
b157a1398d
|
Merge pull request #193 from jack-pappas/fs-bignum-cleanup
General cleanup of Complex and BigRational code imported from the F# PowerPack
|
13 years ago |
Jack Pappas
|
1e8e105cd5
|
Removed Complex.fsi from secondary project files.
|
13 years ago |
Jack Pappas
|
eb21dc0281
|
Merge branch 'master' into fs-bignum-cleanup
|
13 years ago |
Jack Pappas
|
ec90ead1de
|
General cleanup and reformatting of some F# code originally imported from the F# PowerPack. Functionality is unchanged, but this will make it easier to implement new functionality in the future.
|
13 years ago |