Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmi96 committed Nov 9, 2021
1 parent 8ec8d06 commit 8232166
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,22 @@ This package provides a framework for the method ANOVAapprox to approximate high
<ul>
<li>D. Potts und M. Schmischke <br>
<b>Interpretable transformed ANOVA approximation on the example of the prevention of forest fires</b> <br>
<a href="https://arxiv.org/abs/2110.07353">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~potts/paper/anovatransf.pdf">PDF</a></li>
<a href="https://arxiv.org/abs/2110.07353">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~mischmi/papers/transformedanova.pdf">PDF</a></li>
<li>F. Bartel, D. Potts und M. Schmischke <br>
<b>Grouped transformations and Regularization in high-dimensional explainable ANOVA approximation</b> <br>
SIAM Journal on Scientific Computing (accepted) <br>
<a href="https://arxiv.org/abs/2010.10199">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~mischmi/papers/groupedtransforms.pdf">PDF</a></li>
<li>D. Potts und M. Schmischke <br>
<b>Interpretable approximation of high-dimensional data</b> <br>
SIAM Journal on Mathematics of Data Science (accepted) <br>
<a href="https://arxiv.org/abs/2103.13787">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~potts/paper/intanova.pdf">PDF</a>, <a href="https://github.com/NFFT/AttributeRankingExamples">Software</a></li>
<a href="https://arxiv.org/abs/2103.13787">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~mischmi/papers/attributeranking.pdf">PDF</a>, <a href="https://github.com/NFFT/AttributeRankingExamples">Software</a></li>
<li>D. Potts und M. Schmischke <br>
<b>Learning multivariate functions with low-dimensional structures using polynomial bases</b><br>
Journal of Computational and Applied Mathematics 403, 113821, 2021<br>
<a href="https://doi.org/10.1016/j.cam.2021.113821">DOI</a>, <a href="https://arxiv.org/abs/1912.03195">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~potts/paper/ANOVA_T.pdf">PDF</a></li>
<a href="https://doi.org/10.1016/j.cam.2021.113821">DOI</a>, <a href="https://arxiv.org/abs/1912.03195">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~mischmi/papers/anovacube.pdf">PDF</a></li>
<li>D. Potts und M. Schmischke <br>
<b>Approximation of high-dimensional periodic functions with Fourier-based methods</b><br>
SIAM Journal on Numerical Analysis 59 (5), 2393-2429, 2021<br>
<a href="https://doi.org/10.1137/20M1354921">DOI</a>, <a href="https://arxiv.org/abs/1907.11412">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~potts/paper/anova.pdf">PDF</a></li>
<a href="https://doi.org/10.1137/20M1354921">DOI</a>, <a href="https://arxiv.org/abs/1907.11412">arXiv</a>, <a href="https://www-user.tu-chemnitz.de/~mischmi/papers/anovafourier.pdf">PDF</a></li>
</ul>
```

2 comments on commit 8232166

@mischmi96
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=main

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/48456

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.1 -m "<description of version>" 82321665fc5fd3e4f862e33b2c80590aac600861
git push origin v1.1.1

Please sign in to comment.