Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
allemand-instable committed Dec 19, 2023
1 parent 2a7d675 commit 45e754c
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 485 deletions.
Binary file added .DS_Store
Binary file not shown.
34 changes: 33 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
{
"workbench.colorTheme": "Material Theme"
"workbench.colorTheme": "Material Theme",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#7bc1b3",
"activityBar.background": "#7bc1b3",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#9b51ae",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"editorError.foreground": "#000000ff",
"editorGroup.border": "#7bc1b3",
"editorInfo.foreground": "#000000ff",
"editorWarning.foreground": "#000000ff",
"panel.border": "#7bc1b3",
"sash.hoverBorder": "#7bc1b3",
"sideBar.border": "#7bc1b3",
"statusBar.background": "#58b19f",
"statusBar.border": "#58b19f",
"statusBar.debuggingBackground": "#b1586a",
"statusBar.debuggingBorder": "#b1586a",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#449282",
"statusBarItem.remoteBackground": "#58b19f",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#7bc1b3",
"titleBar.activeBackground": "#58b19f",
"titleBar.activeForeground": "#15202b",
"titleBar.border": "#58b19f",
"titleBar.inactiveBackground": "#58b19f99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#58B19F"
}
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Presentation pour le cours ENSAI 3A [intro à la FDA] : Alternative PLS for Functional Data

<a href="https://revealjs.com/">
<img src="https://custom-icon-badges.demolab.com/badge/framework-reveal.js-yellow?style=for-the-badge&logo=js&logoColor=black">
</a>
<a href="https://www.mathjax.org/">
<img src="https://custom-icon-badges.demolab.com/badge/NPM package-mathjax-079992?style=for-the-badge&logo=web&logoColor=black">
</a>
<a href="https://www.jstor.org/stable/41713637">
<img src="https://custom-icon-badges.demolab.com/badge/-références-f19066?style=for-the-badge&logo=book&logoColor=black">
</a>

Exposé sur la méthodologie impliquée dans la PLS fonctionnelle, basée sur l'article :

> Delaigle, Aurore, and Peter Hall. “METHODOLOGY AND THEORY FOR PARTIAL LEAST SQUARES APPLIED TO FUNCTIONAL DATA.” The Annals of Statistics, vol. 40, no. 1, 2012
Expand All @@ -18,7 +28,18 @@ Il se pourrait qu'un script en LaTeX voit le jour lorsque j'aurais le temps, pou
<a href="https://revealjs.com">
<img src="https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text-sticker.png" alt="reveal.js" width="500">
</a>
<br><br>
<a href="https://github.com/hakimel/reveal.js/actions"><img src="https://github.com/hakimel/reveal.js/workflows/tests/badge.svg"></a>
<a href="https://slides.com/"><img src="https://s3.amazonaws.com/static.slid.es/images/slides-github-banner-320x40.png?1" alt="Slides" width="160" height="20"></a>
<br>
permet de réaliser des slides avec des technologies web
</p>

### Mathjax

<p align="center">
<a href="https://www.mathjax.org/">
<img src="https://www.mathjax.org/badge/mj-logo.svg" width="500">
</a>
<br>
permet de faire le rendu des équations mathématiques en LaTeX
</p>

---
Loading

0 comments on commit 45e754c

Please sign in to comment.