jzmaddock
|
ec7f640389
|
1F1: Add missing graph files from last commit.
[CI SKIP]
|
2019-03-14 12:07:07 +00:00 |
|
jzmaddock
|
092fcf278f
|
1F1: begin to document error rates and testing methodology.
[CI SKIP]
|
2019-03-14 12:04:42 +00:00 |
|
jzmaddock
|
fb613328bf
|
1F1: reformat table with equations rather than text so they don't line wrap.
[CI SKIP]
|
2019-03-09 08:37:59 +00:00 |
|
jzmaddock
|
7eb4c411ce
|
1F1: more or less complete documentation.
[CI SKIP]
|
2019-03-08 19:17:07 +00:00 |
|
jzmaddock
|
47fb08dd70
|
1F1: More doc updates.
|
2019-03-04 18:11:27 +00:00 |
|
jzmaddock
|
f3f303ecff
|
1F1: start working on the docs.
[CI SKIP]
|
2019-03-02 19:26:13 +00:00 |
|
jzmaddock
|
332fb32919
|
Merge branch 'develop' into hypergeometric_soc_2014
[CI SKIP]
|
2019-02-21 13:03:04 +00:00 |
|
Nick Thompson
|
5212ce1276
|
Merge branch 'develop' into barycentric_move_constructor [CI SKIP]
|
2019-02-09 18:10:11 -07:00 |
|
Katrin Leinweber
|
f3b9028d26
|
Hyperlink DOIs to preferred resolver
|
2019-02-06 19:10:00 +01:00 |
|
Nick Thompson
|
6742ed83f6
|
Merge branch 'develop' into barycentric_move_constructor [CI SKIP]
|
2019-02-01 11:21:23 -07:00 |
|
Nick Thompson
|
c798a78aad
|
Add caveats section to condition numbers. [CI SKIP]
|
2019-01-31 16:33:28 -07:00 |
|
Nick Thompson
|
c8dfc96f88
|
Merge commit [CI SKIP]
|
2019-01-29 17:34:41 -07:00 |
|
Nick Thompson
|
b1845e5e4d
|
Document C++ version required for Lanczos smoothing. [CI SKIP]
|
2019-01-29 11:37:14 -07:00 |
|
Nick Thompson
|
11d2cfc41a
|
Add Lanczos smoothing to roadmap.qbk [CI SKIP]
|
2019-01-28 14:24:19 -07:00 |
|
Nick Thompson
|
037b6fe5eb
|
Add tests for std::array and boost::numeric::ublas::vector. Clean up docs. [CI SKIP]
|
2019-01-28 14:06:14 -07:00 |
|
Nick Thompson
|
1a00352994
|
Second attempt at condition numbers file. [CI SKIP]
|
2019-01-28 13:48:36 -07:00 |
|
Nick Thompson
|
c00623da74
|
Add move constructor for barycentric rational interpolation.
|
2019-01-27 16:28:31 -07:00 |
|
Nick Thompson
|
656f41c8bb
|
Merge branch 'develop' into lanczos_smoothing [CI SKIP]
|
2019-01-27 13:11:56 -07:00 |
|
Nick Thompson
|
12bc3eb885
|
Delete copy constructor, allow move constructor. Allow reuse of memory space for derivatives. [CI SKIP]
|
2019-01-27 07:24:46 -07:00 |
|
Nick Thompson
|
eaeade37a2
|
Update history for feature adds up to this point. [CI SKIP]
|
2019-01-26 23:11:55 -07:00 |
|
Nick Thompson
|
82950edefd
|
Remove feature request for Lambert-W in issues.qbk [CI SKIP]
|
2019-01-26 22:44:19 -07:00 |
|
Nick Thompson
|
a1cade5a90
|
Save an xorpd instruction by initializing not to zero, but to the first value. Save a division for each element by dividing the filters by the spacing (square of the spacing for the second derivative). [CI SKIP]
|
2019-01-26 21:34:16 -07:00 |
|
Nick Thompson
|
e3766313a1
|
Add notes on conditioning of computation of filters for large p [CI SKIP]
|
2019-01-26 13:47:54 -07:00 |
|
Nick Thompson
|
b2f3054e2f
|
Compute filters in higher precision and cast back to low precision so that high-p filters are accurate. [CI SKIP]
|
2019-01-22 15:46:19 -07:00 |
|
Nick Thompson
|
b8cc83e49e
|
Refactor so as to not store a reference member, make call threadsafe, compute entire vector in one go.
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
941bb1a008
|
Add denoising second derivative.
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
31ec7a9b0c
|
Cleanup [CI SKIP]
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
bc10441044
|
Remove sign-compare warnings. Take advice of cppcheck. Grammar in documentation [CI SKIP]
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
67a1c2dc4f
|
Remove grammar errors and reduce point radius. [CI SKIP]
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
4f9e62313f
|
Add example of differentiating the LIGO data [CI SKIP]
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
119aff9ff2
|
Lanczos smoothing differentiators.
|
2019-01-22 12:14:21 -07:00 |
|
Nick Thompson
|
de584cc4ae
|
Begin rearrangement.
|
2019-01-22 12:12:11 -07:00 |
|
Nick Thompson
|
1bface6481
|
Merge branch 'develop' into differentiation
|
2019-01-21 12:55:26 -07:00 |
|
jzmaddock
|
ba5244bee1
|
Correct minor doc typo.
[CI SKIP]
|
2019-01-17 18:54:19 +00:00 |
|
Nick Thompson
|
75e7832a54
|
Add unsigned integer tests for Hoyer sparsity.
|
2019-01-16 11:14:53 -07:00 |
|
Nick Thompson
|
8d267da5e1
|
Add hamming_distance, l1_distance, l2_distance, sup_distance, lp_distance. Add more tests for integer datatypes. [CI SKIP]
|
2019-01-11 14:23:39 -07:00 |
|
Nick Thompson
|
66f942fe2c
|
Documentation cleanup for hypergeometrics. [CI SKIP]
|
2019-01-11 10:16:33 -07:00 |
|
Nick Thompson
|
df447ae00d
|
Rename 'absolute_median' to 'median_absolute_deviation' [CI SKIP]
|
2019-01-07 10:50:06 -07:00 |
|
Nick Thompson
|
a250691ed1
|
Begin rearrangement.
|
2018-12-27 18:59:44 -07:00 |
|
Nick Thompson
|
ae17d3a8a3
|
Use quadratic_roots to simplify M2M4 SNR estimator. [CI SKIP]
|
2018-12-27 14:22:12 -07:00 |
|
Nick Thompson
|
bee2889e85
|
Change solve_quadratic to quadratic_roots. [CI SKIP]
|
2018-12-27 12:44:46 -07:00 |
|
Nick Thompson
|
1de89f997a
|
Clarify documentation [CI SKIP]
|
2018-12-27 11:08:29 -07:00 |
|
Nick Thompson
|
eab2b5260e
|
Solve quadratic equations
|
2018-12-26 18:30:02 -07:00 |
|
Nick Thompson
|
4848accb77
|
Add unit tests demonstrating that the kurtosis of various continuous distributions is calculated correctly. Add excess_kurtosis to make clear the working definition of kurtosis. [CI SKIP]
|
2018-12-25 23:00:46 -07:00 |
|
jzmaddock
|
456538ddd4
|
Merge branch 'develop' into hypergeometric_soc_2014
[CI SKIP]
|
2018-12-20 09:09:29 +00:00 |
|
Nick Thompson
|
01ba0fea91
|
Meaningless commit to kick off build.
|
2018-12-17 15:20:46 -07:00 |
|
Nick Thompson
|
aa91164f0e
|
Documentation cleanup [CI SKIP]
|
2018-12-17 15:11:15 -07:00 |
|
Nick Thompson
|
d509957642
|
Instead of using 'population_stat' in calls, simply call 'stat', and provide 'sample_stat' when an unbiased estimator of stat exists. [CI SKIP]
|
2018-12-17 14:39:30 -07:00 |
|
Nick Thompson
|
b93acf94b2
|
Do not add Shannon entropy and Shannon cost until I have an use for them; without a use, serious design errors are easily made. [CI SKIP]
|
2018-12-17 11:45:38 -07:00 |
|
Nick Thompson
|
1e3e547427
|
Apply fine-tooth comb to Hoyer sparsity. [CI SKIP]
|
2018-12-17 11:02:24 -07:00 |
|