Christoph Ruegg
|
ad208ae9c7
|
Special Functions: inverse of Gamma lower regularized
|
13 years ago |
Christoph Ruegg
|
a24a52634c
|
Update contributing.md to clarify it is ok not to use real names
|
13 years ago |
Christoph Ruegg
|
2ecd8aa110
|
Distributions: cosmetics
|
13 years ago |
Christoph Ruegg
|
566ec8d695
|
Merge pull request #184 from Superbest/triangular-distribution
Triangular distribution
|
13 years ago |
Superbest
|
eb537256b9
|
Added triangular distribution example (this time for real)
Signed-off-by: Superbest <arpharazon0@gmail.com>
|
13 years ago |
Superbest
|
cf1530d8ee
|
Added Triangular distribution.
Signed-off-by: Superbest <arpharazon0@gmail.com>
|
13 years ago |
Superbest
|
5e63d1c889
|
Added example for Triangular distribution.
Signed-off-by: Superbest <arpharazon0@gmail.com>
|
13 years ago |
Superbest
|
2164c799f0
|
Initial commit
Signed-off-by: Superbest <arpharazon0@gmail.com>
|
13 years ago |
Christoph Ruegg
|
99d104b752
|
Interpolation: add missing algorithms to Interpolate facade
|
13 years ago |
Christoph Ruegg
|
cf5bd78dca
|
Interpolation: drop old redundant barycentric interpolation classes
|
13 years ago |
Christoph Ruegg
|
54a63dc0d5
|
Interpolation: migrate rational floater hormann to Barycentric class
|
13 years ago |
Christoph Ruegg
|
be60421844
|
Interpolation: Barycentric class, migrate equidistant polynomial to it
|
13 years ago |
Christoph Ruegg
|
c2e948fc3d
|
Interpolation: implement IInterpolation.Supports explicitly
|
13 years ago |
Christoph Ruegg
|
749fc5709b
|
Interpolation: use more common terms in Interpolate facade
|
13 years ago |
Christoph Ruegg
|
27866408af
|
Drop old redundant spline interpolation classes
|
13 years ago |
Christoph Ruegg
|
94b5c448e6
|
Interpolation: migrate cubic spline to CubicSpline class
|
13 years ago |
Christoph Ruegg
|
fb35625def
|
Interpolation: migrate akima and hermite cubic spline to CubicSpline class
|
13 years ago |
Christoph Ruegg
|
8f0195dd5b
|
Interpolation: CubicSpline class (intended to replace old model)
|
13 years ago |
Christoph Ruegg
|
01ed5cf41f
|
Interpolation: add QuadraticSpline (without solver yet)
|
13 years ago |
Christoph Ruegg
|
aebb93a04a
|
Interpolation: Differentiate2 instead of DifferentiateAll; definite integral; cleanup
|
13 years ago |
Christoph Ruegg
|
5d9b0143e3
|
Interpolation: more reasonable LinearSpline implementation
|
13 years ago |
Christoph Ruegg
|
acd0eb623d
|
SpecialFunctions: increase iteration limit of BetaRegularized from 100 to 120
|
13 years ago |
Christoph Ruegg
|
40bad6b301
|
Random: api cleanup
|
13 years ago |
Christoph Ruegg
|
11519beb84
|
Random: tweak sampling (based on a lot of benchmarks), new robust seeds
|
13 years ago |
Christoph Ruegg
|
57ea773354
|
Random: extend F# extensions with XSamples and XSampleSeq
|
13 years ago |
Christoph Ruegg
|
21842ca4c6
|
Inline doc, cls compliance
|
13 years ago |
Christoph Ruegg
|
b0fcc0cc50
|
Random: reintroduce SystemRandomSource, RandomSource abstract again
|
13 years ago |
Christoph Ruegg
|
dac9dbaa18
|
Random: static SampleSequence routines
|
13 years ago |
Christoph Ruegg
|
46ca6b6348
|
Random: static Samples routine, de-parallelize palf because parallel version is not consistent
|
13 years ago |
Christoph Ruegg
|
02f6960c50
|
Random: rework
|
13 years ago |
Christoph Ruegg
|
3e6f11a443
|
Generate: more tests, fix PeriodicMapSequence
|
13 years ago |
Christoph Ruegg
|
b51b0c1294
|
Drop redundant SignalGenerator and Signals namespace (use Generate instead)
|
13 years ago |
Christoph Ruegg
|
f83d6469fe
|
Generate: Periodic; LinearSpacedMap, LinearRangeMap
|
13 years ago |
Christoph Ruegg
|
5d9699eb0a
|
Generate: Map, RandomMap; prepare to phase out SignalGenerator
|
13 years ago |
Christoph Ruegg
|
59e375ac01
|
Euclid: new Euclid class with mod/rem and all that used to be in integer theory #175
|
13 years ago |
Christoph Ruegg
|
520a32743d
|
Generate: port signal generation routines from neodym
|
13 years ago |
Christoph Ruegg
|
348ee3fa2f
|
FindRoots: explicit formula for chebychev polynomials (1st and 2nd kind)
|
13 years ago |
Christoph Ruegg
|
2a839bac28
|
Windows: port window functions from neodym
|
13 years ago |
Christoph Ruegg
|
a52c2c1b9e
|
Providers: fix tests against native providers
|
13 years ago |
Christoph Ruegg
|
f2e0ad6f10
|
Tests: test category attributes
|
13 years ago |
Christoph Ruegg
|
2b0700a1d1
|
Native: unit test native providers
|
13 years ago |
Christoph Ruegg
|
cb28a44a61
|
Providers: InitializeVerify
|
13 years ago |
Christoph Ruegg
|
e9eb4d92de
|
Native: fix paths, new root solution MathNet.Numerics.NativeProviders.sln
|
13 years ago |
Christoph Ruegg
|
bc8a93e939
|
Native: upgrade projects to VS12
|
13 years ago |
Christoph Ruegg
|
10f8e22bd3
|
LA: concrete conjugate and negate
|
13 years ago |
Christoph Ruegg
|
67a0923040
|
LA: Matrix ConjugateTransposeAndMultiply and variants
|
13 years ago |
Christoph Ruegg
|
03c2a96292
|
Tests: refactoring towards generic builder 2
|
13 years ago |
Christoph Ruegg
|
f934eb66c6
|
Tests: refactoring towards generic builder 1
|
13 years ago |
Christoph Ruegg
|
056d3e5742
|
Tests: simplify matrix structure theory tests by using matrix builders
|
13 years ago |
Christoph Ruegg
|
5e997534ad
|
LA: build random with standard distribution, seed
|
13 years ago |