<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs |</title><link>https://fouedhamouda.netlify.app/blog/</link><atom:link href="https://fouedhamouda.netlify.app/blog/index.xml" rel="self" type="application/rss+xml"/><description>Blogs</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 27 Apr 2016 00:00:00 +0000</lastBuildDate><image><url>https://fouedhamouda.netlify.app/media/icon_hua2ec155b4296a9c9791d015323e16eb5_11927_512x512_fill_lanczos_center_2.png</url><title>Blogs</title><link>https://fouedhamouda.netlify.app/blog/</link></image><item><title>ISG Forum Q/R</title><link>https://fouedhamouda.netlify.app/blog/external-project/</link><pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate><guid>https://fouedhamouda.netlify.app/blog/external-project/</guid><description/></item><item><title>Lectures</title><link>https://fouedhamouda.netlify.app/blog/internal-project-3/</link><pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate><guid>https://fouedhamouda.netlify.app/blog/internal-project-3/</guid><description>
&lt;div id="TOC">
&lt;/div>
&lt;p>In this section, you will find my course lectures at the University of Gabès&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://foha2001.github.io/financeinternationale-website/">Course #1: International Finance&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://foha2001.github.io/MAEE/">Course #2: Advanced methods to firm’s evaluation&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://foha2001.github.io/finance-d-entreprise/">Course #3: Corporate finance&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://foha2001.github.io/IF/">Course #4: Financial engineering&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://sites.google.com/view/tfaisgg/accueil">Course #5: Advanced Financial Theory&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://sites.google.com/view/tfaisg/accueil">Course #6: Financial Actuarial Techniques&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>All websites are in french language (the official leaning language at the university of Gabès)&lt;/p></description></item><item><title>My Packages</title><link>https://fouedhamouda.netlify.app/blog/internal-project/</link><pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate><guid>https://fouedhamouda.netlify.app/blog/internal-project/</guid><description>
&lt;style type="text/css">
h1 { /* Header 2 */
font-size: 32px;
color: DarkBlue;
font-weight: bold;
}
h2 { /* Header 1 */
font-size: 24px;
color: #9d3ae8;
font-weight: bold;
}
&lt;/style>
&lt;div id="tunisianfirms" class="section level1">
&lt;h1>1- Tunisianfirms&lt;/h1>
&lt;p>The goal of tunisianfirms is to spread cotation of Tunisian stock Exchange Firms&lt;/p>
&lt;div id="installation" class="section level2">
&lt;h2>Installation&lt;/h2>
&lt;p>Coming soon You can install the released version of tunisianfirms from CRAN soon.
However, you can install from github with these&lt;/p>
&lt;pre class="r">&lt;code>library(devtools)&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## Warning: le package &amp;#39;devtools&amp;#39; a été compilé avec la version R 4.2.3&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## Le chargement a nécessité le package : usethis&lt;/code>&lt;/pre>
&lt;pre class="r">&lt;code>devtools::install_github(&amp;quot;Foha2001/tunisianfirms&amp;quot;)&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## Skipping install of &amp;#39;tunisianfirms&amp;#39; from a github remote, the SHA1 (397c5975) has not changed since last install.
## Use `force = TRUE` to force installation&lt;/code>&lt;/pre>
&lt;p>you have to install devtools before, when installing from github
call the package with :&lt;/p>
&lt;pre class="r">&lt;code>library(tunisianfirms)&lt;/code>&lt;/pre>
&lt;/div>
&lt;div id="examples" class="section level2">
&lt;h2>Examples&lt;/h2>
&lt;p>basic example code&lt;/p>
&lt;pre class="r">&lt;code>cotation(&amp;quot;ATTIJARIBANK&amp;quot;)&lt;/code>&lt;/pre>
&lt;p>&lt;img src="https://fouedhamouda.netlify.app/blog/internal-project/index_files/figure-html/unnamed-chunk-3-1.png" width="672" />&lt;/p>
&lt;p>To show a sample_example run&lt;/p>
&lt;pre class="r">&lt;code>head(sample_data)&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## date lib prix
## 1 2019-01-02 GIFDA5/42931 0.01
## 2 2019-01-02 SOMCDA3/3725 0.01
## 3 2019-01-02 TLSDS3/2021 0.01
## 4 2019-01-03 GIFDA4/23727 0.01
## 5 2019-01-03 GIFDA5/42931 0.01
## 6 2019-01-03 SAHDA1/1425 0.01&lt;/code>&lt;/pre>
&lt;/div>
&lt;/div>
&lt;div id="fdesc" class="section level1">
&lt;h1>2- fdesc&lt;/h1>
&lt;p>The goal of fdesc is to measure describtive statistics and export values into excel file in table format.&lt;/p>
&lt;div id="installation-1" class="section level2">
&lt;h2>Installation&lt;/h2>
&lt;p>You can install the development version of fdesc like so:&lt;/p>
&lt;pre class="r">&lt;code>library(devtools)&lt;/code>&lt;/pre>
&lt;pre class="r">&lt;code>#devtools::install_github(&amp;quot;Foha2001/fdesc&amp;quot;)&lt;/code>&lt;/pre>
&lt;/div>
&lt;div id="example-1" class="section level2">
&lt;h2>Example 1&lt;/h2>
&lt;pre class="r">&lt;code>library(fdesc)&lt;/code>&lt;/pre>
&lt;p>To describe your database in raw data, run this code &lt;/p>
&lt;pre class="r">&lt;code>mytable&amp;lt;- desc(data)
mytable&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## mean sd median min max skew
## GSPC.Close 3982.242 104.83348 3983.17 3783.220 4179.76 -0.02180676
## X000001.SS.Close 3208.683 76.10007 3224.02 3045.866 3328.39 -0.46713210
## N225.Close 27198.244 713.81456 27453.48 25716.859 28309.16 -0.49455138
## kurt
## GSPC.Close -0.9946808
## X000001.SS.Close -0.8228077
## N225.Close -1.0899745&lt;/code>&lt;/pre>
&lt;/div>
&lt;div id="example-2" class="section level2">
&lt;h2>Example 2&lt;/h2>
&lt;p>To describe your database in log return data, run this code &lt;/p>
&lt;pre class="r">&lt;code>mytable&amp;lt;- Rdesc(data)
mytable&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## mean sd median min max
## GSPC.Close -0.0002398655 0.011346004 -1.195375e-03 -0.02523748 0.02258384
## X000001.SS.Close -0.0004534132 0.006795638 -8.528099e-04 -0.01935933 0.01748493
## N225.Close -0.0008768654 0.009052766 3.181096e-05 -0.02489128 0.02465426
## skew kurt
## GSPC.Close 0.05479284 -0.9396836
## X000001.SS.Close 0.11974311 0.4084317
## N225.Close -0.10200599 0.5799189&lt;/code>&lt;/pre>
&lt;p>To export your Table to Excel format&lt;/p>
&lt;pre class="r">&lt;code>export(mytable)&lt;/code>&lt;/pre>
&lt;p>You will find your Excel table with the name descstatistics.xlsx&lt;/p>
&lt;/div>
&lt;/div></description></item><item><title>Risk Management blog</title><link>https://fouedhamouda.netlify.app/blog/internal-project-2/</link><pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate><guid>https://fouedhamouda.netlify.app/blog/internal-project-2/</guid><description>
&lt;div id="TOC">
&lt;ul>
&lt;li>&lt;a href="#material-building-packages-code" id="toc-material-building-packages-code">Material Building packages code&lt;/a>&lt;/li>
&lt;li>&lt;a href="#build-normal-distribution" id="toc-build-normal-distribution">build Normal distribution&lt;/a>&lt;/li>
&lt;li>&lt;a href="#function-to-create-asymetric-distribution" id="toc-function-to-create-asymetric-distribution">function to create asymetric distribution&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;style type="text/css">
p1 {
font-size: 12pt;
font-weight: bold;
}
h1 { /* Header 2 */
font-size: 32px;
color: DarkBlue;
font-weight: bold;
}
h2 { /* Header 1 */
font-size: 24px;
color: green;
font-weight: bold;
}
h3 { /* Header 2 */
font-size: 24px;
color: #9d3ae8;
font-weight: bold;
}
&lt;/style>
&lt;div id="material-building-packages-code" class="section level2">
&lt;h2>Material Building packages code&lt;/h2>
&lt;p>To build package use these commands:&lt;/p>
&lt;pre class="r">&lt;code> library(devtools)&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## Warning: le package &amp;#39;devtools&amp;#39; a été compilé avec la version R 4.2.3&lt;/code>&lt;/pre>
&lt;pre>&lt;code>## Le chargement a nécessité le package : usethis&lt;/code>&lt;/pre>
&lt;pre class="r">&lt;code> library(usethis) &lt;/code>&lt;/pre>
&lt;ul>
&lt;li>usethis::use_r(“nomdufichier”) : to add R file and write function&lt;/li>
&lt;li>devtools::load_all() : to load all related functions to yours&lt;/li>
&lt;li>devtools::install() : to install your package&lt;/li>
&lt;li>devtools::document() : to document your package using roxygen&lt;/li>
&lt;li>usethis::create_package() : to directly create package&lt;/li>
&lt;li>usethis::use_git() : to use package version control vith github&lt;/li>
&lt;li>devtools::load_all() : to load all source functions to be able to test package&lt;/li>
&lt;li>devtools::check() : to check our package&lt;/li>
&lt;li>use_data_raw() : create file to build data&lt;/li>
&lt;li>usethis::use_data(my data, compress=“xz”): to add data to my package&lt;/li>
&lt;li>use_package(“add any package you need”) : add any package to import from to description file&lt;/li>
&lt;/ul>
&lt;/div>
&lt;div id="build-normal-distribution" class="section level2">
&lt;h2>build Normal distribution&lt;/h2>
&lt;pre class="r">&lt;code>x &amp;lt;- seq(-4,4, length=1000)
hx &amp;lt;- dnorm(x,mean=0, sd=1)
plot(x, hx, type=&amp;quot;l&amp;quot;, xlab = &amp;quot;valeur de x&amp;quot;, ylab=&amp;quot;density&amp;quot;, main=&amp;quot;loi normale&amp;quot;)&lt;/code>&lt;/pre>
&lt;p>&lt;img src="https://fouedhamouda.netlify.app/blog/internal-project-2/index_files/figure-html/unnamed-chunk-2-1.png" width="672" />&lt;/p>
&lt;/div>
&lt;div id="function-to-create-asymetric-distribution" class="section level2">
&lt;h2>function to create asymetric distribution&lt;/h2>
&lt;pre class="r">&lt;code>fs = function(x,epsilon,delta) dnorm(sinh(delta*asinh(x)-epsilon))*delta*cosh(delta*asinh(x)-epsilon)/sqrt(1+x^2)
vec = seq(-5,5,0.001)
plot(vec,fs(vec,0,1),type=&amp;quot;l&amp;quot;)
points(vec,fs(vec,-2,1.3),type=&amp;quot;l&amp;quot;,col=&amp;quot;red&amp;quot;)
points(vec,fs(vec,1.3,1),type=&amp;quot;l&amp;quot;,col=&amp;quot;blue&amp;quot;)&lt;/code>&lt;/pre>
&lt;p>&lt;img src="https://fouedhamouda.netlify.app/blog/internal-project-2/index_files/figure-html/unnamed-chunk-3-1.png" width="672" />&lt;/p>
&lt;/div></description></item><item><title>Videos tutorials</title><link>https://fouedhamouda.netlify.app/blog/internal-project-4/</link><pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate><guid>https://fouedhamouda.netlify.app/blog/internal-project-4/</guid><description>
&lt;div id="TOC">
&lt;ul>
&lt;li>&lt;a href="#my-videos" id="toc-my-videos">1) My videos&lt;/a>
&lt;ul>
&lt;li>&lt;a href="#calcul-du-taux-de-rendement-du-vendeur-dun-call" id="toc-calcul-du-taux-de-rendement-du-vendeur-dun-call">calcul du taux de rendement du vendeur d’un call&lt;/a>&lt;/li>
&lt;li>&lt;a href="#calcul-du-taux-de-rendement-de-lacheteur-dun-call" id="toc-calcul-du-taux-de-rendement-de-lacheteur-dun-call">calcul du taux de rendement de l’acheteur d’un call&lt;/a>&lt;/li>
&lt;li>&lt;a href="#définition-de-la-var" id="toc-définition-de-la-var">Définition de la VaR&lt;/a>&lt;/li>
&lt;li>&lt;a href="#gain-de-lacheteur-dun-call" id="toc-gain-de-lacheteur-dun-call">Gain de l’acheteur d’un Call&lt;/a>&lt;/li>
&lt;li>&lt;a href="#option-call-notion-de-profit" id="toc-option-call-notion-de-profit">Option Call: notion de profit&lt;/a>&lt;/li>
&lt;li>&lt;a href="#définition-de-loption-partie-1" id="toc-définition-de-loption-partie-1">Définition de l’option: partie 1&lt;/a>&lt;/li>
&lt;li>&lt;a href="#définition-de-loption-partie-2" id="toc-définition-de-loption-partie-2">Définition de l’option: partie 2&lt;/a>&lt;/li>
&lt;li>&lt;a href="#gordon-shapiro" id="toc-gordon-shapiro">Gordon Shapiro&lt;/a>&lt;/li>
&lt;li>&lt;a href="#le-tri" id="toc-le-tri">Le TRI&lt;/a>&lt;/li>
&lt;li>&lt;a href="#evaluation-de-taux-dactualisation-avec-la-méthode-de-fisher" id="toc-evaluation-de-taux-dactualisation-avec-la-méthode-de-fisher">Evaluation de taux d’actualisation avec la méthode de fisher&lt;/a>&lt;/li>
&lt;li>&lt;a href="#simulation-historique-a-m-titres-de-la-var" id="toc-simulation-historique-a-m-titres-de-la-var">Simulation historique a M titres de la VaR&lt;/a>&lt;/li>
&lt;li>&lt;a href="#simulation-historique-var" id="toc-simulation-historique-var">Simulation historique VaR&lt;/a>&lt;/li>
&lt;li>&lt;a href="#evaluation-de-la-valeur-finale-dans-ma-méthode-de-fisher" id="toc-evaluation-de-la-valeur-finale-dans-ma-méthode-de-fisher">Evaluation de la valeur finale dans ma méthode de Fisher&lt;/a>&lt;/li>
&lt;li>&lt;a href="#evaluation-par-la-méthode-de-fisher" id="toc-evaluation-par-la-méthode-de-fisher">Evaluation par la méthode de Fisher&lt;/a>&lt;/li>
&lt;li>&lt;a href="#valeur-actuelle-nette-van-présentation-22" id="toc-valeur-actuelle-nette-van-présentation-22">Valeur Actuelle Nette (VAN) présentation 2/2&lt;/a>&lt;/li>
&lt;li>&lt;a href="#valeur-actuelle-nette-van-présentation-12" id="toc-valeur-actuelle-nette-van-présentation-12">Valeur Actuelle Nette (VAN) présentation 1/2&lt;/a>&lt;/li>
&lt;/ul>&lt;/li>
&lt;li>&lt;a href="#other-videos" id="toc-other-videos">2) Other videos&lt;/a>
&lt;ul>
&lt;li>&lt;a href="#the-garch-model" id="toc-the-garch-model">The Garch model&lt;/a>&lt;/li>
&lt;li>&lt;a href="#v-lab-volatility" id="toc-v-lab-volatility">V-Lab (volatility)&lt;/a>&lt;/li>
&lt;li>&lt;a href="#research-in-finance" id="toc-research-in-finance">Research in finance&lt;/a>&lt;/li>
&lt;li>&lt;a href="#what-is-entropy" id="toc-what-is-entropy">What is Entropy ?&lt;/a>&lt;/li>
&lt;li>&lt;a href="#gradient-descent" id="toc-gradient-descent">Gradient descent&lt;/a>&lt;/li>
&lt;li>&lt;a href="#neural-network" id="toc-neural-network">Neural Network&lt;/a>&lt;/li>
&lt;li>&lt;a href="#time-series-introduction" id="toc-time-series-introduction">Time series (introduction)&lt;/a>&lt;/li>
&lt;li>&lt;a href="#time-series-concepts" id="toc-time-series-concepts">Time series (concepts)&lt;/a>&lt;/li>
&lt;li>&lt;a href="#model-construction" id="toc-model-construction">model construction&lt;/a>&lt;/li>
&lt;/ul>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;p>In this section, you’ll find tutorial videos for the various courses taught at the University of Gabes.&lt;/p>
&lt;div id="my-videos" class="section level1">
&lt;h1>1) My videos&lt;/h1>
&lt;div id="calcul-du-taux-de-rendement-du-vendeur-dun-call" class="section level2">
&lt;h2>calcul du taux de rendement du vendeur d’un call&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/nEgyLsHnJyY?si=pYifymiJKAqpNxBY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="calcul-du-taux-de-rendement-de-lacheteur-dun-call" class="section level2">
&lt;h2>calcul du taux de rendement de l’acheteur d’un call&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/N4sdCB7d6LI?si=PgF2uoY8f78pV_d0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="définition-de-la-var" class="section level2">
&lt;h2>Définition de la VaR&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/D7-Bqx4o5ic?si=7Z4WyZxbGA6qQuy3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="gain-de-lacheteur-dun-call" class="section level2">
&lt;h2>Gain de l’acheteur d’un Call&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/-iUKH_Uqmuk?si=BC2D4R2wqyRH_16J" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="option-call-notion-de-profit" class="section level2">
&lt;h2>Option Call: notion de profit&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/YFi44o9Vaew?si=x1Sbj2X7FkJwTq4P" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="définition-de-loption-partie-1" class="section level2">
&lt;h2>Définition de l’option: partie 1&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/BPgh5QyITcE?si=DixBGCrHZLZS7Vuy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="définition-de-loption-partie-2" class="section level2">
&lt;h2>Définition de l’option: partie 2&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/Gid9GK0i4e4?si=B5g5QFnEnAeSEzr2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="gordon-shapiro" class="section level2">
&lt;h2>Gordon Shapiro&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/3iOdeKkvuIM?si=71REu-hDXDPQS-dR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="le-tri" class="section level2">
&lt;h2>Le TRI&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/R-wuFFN78iU?si=j36SKJrSF-isQM2N" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="evaluation-de-taux-dactualisation-avec-la-méthode-de-fisher" class="section level2">
&lt;h2>Evaluation de taux d’actualisation avec la méthode de fisher&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/658suO_fjfc?si=wXqnpCejd2sbrcUi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="simulation-historique-a-m-titres-de-la-var" class="section level2">
&lt;h2>Simulation historique a M titres de la VaR&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/PZAVpb3mPxw?si=nN9wrZFx0NeFoytP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="simulation-historique-var" class="section level2">
&lt;h2>Simulation historique VaR&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/5RcxvbmExwE?si=IHnpwAhptVmvzUu0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="evaluation-de-la-valeur-finale-dans-ma-méthode-de-fisher" class="section level2">
&lt;h2>Evaluation de la valeur finale dans ma méthode de Fisher&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/b-ja4RyU98A?si=F0ZuquMInnPIkx4y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="evaluation-par-la-méthode-de-fisher" class="section level2">
&lt;h2>Evaluation par la méthode de Fisher&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/1WVJGg1QGTs?si=VGkcb4PDq7cgHEe3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="valeur-actuelle-nette-van-présentation-22" class="section level2">
&lt;h2>Valeur Actuelle Nette (VAN) présentation 2/2&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/b9SyJ67ThQA?si=Ymppm-deSad94vD0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="valeur-actuelle-nette-van-présentation-12" class="section level2">
&lt;h2>Valeur Actuelle Nette (VAN) présentation 1/2&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/m7aBNRLOQGE?si=eVckcwWEh01bgJu4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;/div>
&lt;div id="other-videos" class="section level1">
&lt;h1>2) Other videos&lt;/h1>
&lt;div id="the-garch-model" class="section level2">
&lt;h2>The Garch model&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/anCMsvUbKlM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="v-lab-volatility" class="section level2">
&lt;h2>V-Lab (volatility)&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/kZaqBJQvar0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="research-in-finance" class="section level2">
&lt;h2>Research in finance&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/fio14ZJVucg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="what-is-entropy" class="section level2">
&lt;h2>What is Entropy ?&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/YtebGVx-Fxw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="gradient-descent" class="section level2">
&lt;h2>Gradient descent&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/sDv4f4s2SB8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="neural-network" class="section level2">
&lt;h2>Neural Network&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/CqOfi41LfDw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="time-series-introduction" class="section level2">
&lt;h2>Time series (introduction)&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/9a70xIMLuzw?si=9U6w2qgnSWAJIbTH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="time-series-concepts" class="section level2">
&lt;h2>Time series (concepts)&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/CcTCILi6Azc?si=y1d6y0o8O7M7TMUZ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;div id="model-construction" class="section level2">
&lt;h2>model construction&lt;/h2>
&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/Cc4EeYIVZ44?si=VU2wkE7E4vjYP3_-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
&lt;/iframe>
&lt;/div>
&lt;/div></description></item></channel></rss>