Skip to content

Latest commit

 

History

History
469 lines (396 loc) · 21 KB

File metadata and controls

469 lines (396 loc) · 21 KB
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
    <div class="gridHomework1">
        <div class="homework">
            Homeworks
        </div>
        <div class="r1c1HW1">
            Homework 1
        </div>
        
        <div class="r0c1HW1">
            Theoretical part
        </div>
        <div class="r0c2HW1">
            The answers to the theoretical questions can be found by clicking the <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework1/HW1%20Statistics.pdf">link</a>
        </div>
        
        <div class="r1c2HW1">
            VBNet
        </div>
        <div class="r1c3HW1">                
            The VBNet code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework1/VBNet/HW1VBNet/HW1VBNet/Form1.vb'>link</a> 

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW1/Homework1_with_VBNET.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r2c2HW1">
            JavaScript
        </div>
        <div class="r2c3HW1">
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework1/JavaScript/HW1JS.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework1/JavaScript/HW1JS.html">link</a>
        </div>
    </div>

    <div class="gridHomework2">
        <div class="r1HW2">
            Homework 2
        </div>
        
        <div class="r2c1HW2">
            First part
        </div>
        <div class="r2c2HW2">                
            C#
        </div>
        <div class="r2c4HW2">                
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/First_Part/C%23/HW2_First_Part/HW2_c/Form1.cs'>link</a> 

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW2/HW2_First_Part.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r2c3HW2">
            JavaScript
        </div>
        <div class="r2c5HW2">                
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/First_Part/JavaScript/HW2_First_Part.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework2/First_Part/JavaScript/HW2_First_Part.html">link</a>
        </div>
        

        <div class="r3c1HW2">
            Second part
        </div>
        <div class="r3c2HW2">                
            C#
        </div>
        <div class="r3c4HW2">                
            The C# cheatsheet can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/Second_Part/C%23/Cheatsheet.cs'>link</a> 
        </div>
        <div class="r3c3HW2">
            JavaScript
        </div>
        <div class="r3c5HW2">                
            The JavaScript cheatsheet can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/Second_Part/JavaScript/Cheatsheet.js'>link</a> 
        </div>

        <div class="r4c1HW2">
            Third part
        </div>
        <div class="r4c2HW2">                
            C#
        </div>
        <div class="r4c4HW2">                
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/Third_part/C%23/HW2_Third_Part/Form1.cs'>link</a> 
            
            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW2/HW2_Third_Part.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r4c3HW2">
            JavaScript
        </div>
        <div class="r4c5HW2">                
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/Third_part/JavaScript/HW2_Third_Part.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework2/Third_part/JavaScript/HW2_Third_Part.html">link</a>

            <br>

            The conclusions regarding the shape of the distribution can be located <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework2/Third_part/HW2_Third_Part.pdf'>here</a>
            
        </div>
    </div>

    <div class="gridHomework3">
        <div class="r1HW3">
            Homework 3
        </div>
        
        <div class="r2c1HW3">
            First part
        </div>
        <div class="r2c2HW3">                
            C#
        </div>
        <div class="r2c4HW3">      
            <div>
                The code was made by Filippo Olimpieri (1933529), Noemi Giustini (1933541), Ludovica Garufi (1962596) and Filippo Guerra (1931976)
            </div>
            <br>          
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework3/First_Part/C%23/HW3_C/Attack.cs'>link1</a> and <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework3/First_Part/C%23/HW3_C/AttackForm.cs'>link2</a>

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW3/HW3_C%23.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r2c3HW3">
            JavaScript
        </div>
        <div class="r2c5HW3">    
            <div>  
                The code was made by Filippo Olimpieri (1933529), Noemi Giustini (1933541), Ludovica Garufi (1962596) and Filippo Guerra (1931976)      
            </div>
            <br>    
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework3/First_Part/JavaScript/HW3_JS.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework3/First_Part/JavaScript/HW3_JS.html">link</a>
        </div>
        

        <div class="r3c1HW3">
            Second part
        </div>
        <div class="r3c2HW3">                
            The answers to exercise 2 can be found on this <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework3/Second_Part/HW3.pdf'>page</a>
        </div>
    </div>

    <div class="gridHomework4">
        <div class="r1HW4">
            Homework 4
        </div>
        
        <div class="r2c1HW4">
            First part
        </div>
        <div class="r2c2HW4">                
            C#
        </div>
        <div class="r2c4HW4">      
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework4/First_Part/C%23/HW4_First_Part/Form1.cs'>link</a>

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW4/HW4_First_Part.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r2c3HW4">
            JavaScript
        </div>
        <div class="r2c5HW4">      
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework4/First_Part/JavaScript/HW4_First_Part.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework4/First_Part/JavaScript/HW4_First_Part.html">link</a>
        </div>
        
        <div class="r3c1HW4">
            Second part
        </div>
        <div class="r3c2HW4">                
            C#
        </div>
        <div class="r3c4HW4">      
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework4/Second_Part/C%23/HW4_Second_Part/Form1.cs'>link</a>

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW4/HW4_Second_Part.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        <div class="r3c3HW4">
            JavaScript
        </div>
        <div class="r3c5HW4">      
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework4/Second_Part/JavaScript/HW4_Second_Part.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework4/Second_Part/JavaScript/HW4_Second_Part.html">link</a>
        </div>
        <div class="r4c1HW4">
            Theory
        </div>
        <div class="r4c2HW4">                
            The answers of the homework 4 can be found on <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH2_%20Central%20Limit%20Theorem%20CLT.pdf'>Central Limit Theorem CLT page</a> and <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH1_%20Law%20of%20large%20numbers%20LLN.pdf'>Law of large numbers LLN page</a>
        </div>
    </div>

    <div class="gridHomework5">
        <div class="r1HW5">
            Homework 5
        </div>
        
        <div class="r2c1HW5">
            C#
        </div>
        <div class="r2c2HW5">                
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework5/C%23/lambdaAttacks/Attack.cs'>link1</a> and <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework5/C%23/lambdaAttacks/AttackForm.cs'>link2</a>

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW5/HW5.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        
        <div class="r3c1HW5">
            JavaScript
        </div>
        <div class="r3c2HW5">                
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework5/JavaScript/HW5_JS.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework5/JavaScript/HW5_JS.html">link</a>
        </div>
        <div class="r4c1HW5">
            Theory
        </div>
        <div class="r4c2HW5">                
            The answers of the homework 5 can be found on <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH9_%20Poisson%20point%20process.pdf'>Poisson point process page</a>
        </div>
    </div>

    <div class="gridHomework6">
        <div class="r1HW6">
            Homework 6
        </div>
        
        <div class="r2c1HW6">
            C#
        </div>
        <div class="r2c2HW6">                
            The C# code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework6/C%23/lvlRandomWalk/Attack.cs'>link1</a> and <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework6/C%23/lvlRandomWalk/AttackForm.cs'>link2</a>

            <br>

            <div class="col">
                <video controls width="100%" height="75%">
                    <source src="https://github.com/Ninjabippo1205/Statistics/raw/main/videos/HW6/HW6.mp4" type="video/mp4">
                </video>
            </div>
        </div>
        
        <div class="r3c1HW6">
            JavaScript
        </div>
        <div class="r3c2HW6">                
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework6/JavaScript/HW6_JS.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework6/JavaScript/HW6_JS.html">link</a>
        </div>
        <div class="r4c1HW6">
            Theory
        </div>
        <div class="r4c2HW6">                
            The answers of the homework 6 can be found on <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Gambler's%20Ruin%20Problem.pdf">Gambler's Ruin Problem</a>
        </div>
    </div>

    <div class="gridHomework7">
        <div class="r1HW7">
            Homework 7
        </div>           
        <div class="r3c1HW7">
            JavaScript
        </div>
        <div class="r3c2HW7">                
            The JavaScript code can be found by clicking the <a href='https://github.com/Ninjabippo1205/Statistics/blob/main/homeworks/homework7/HW7_JS.html'> link </a>

            <br>

            The resulting web page can be visited by clicking this <a href="https://ninjabippo1205.github.io/Statistics/homeworks/homework7/HW7_JS.html">link</a>
        </div>
        <div class="r4c1HW7">
            Theory
        </div>
        <div class="r4c2HW7">                
            The main SDEs can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Main%20SDEs.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th1: The LLN Meaning, Proof, Simulations
        </div>
        <div class="thr1c2">
            Thesis 1 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH1_%20Law%20of%20large%20numbers%20LLN.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th2: The CLT Meaning, Proof, Simulations
        </div>
        <div class="thr1c2">
            Thesis 2 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH2_%20Central%20Limit%20Theorem%20CLT.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th3: The Gaussian Distribution Meaning, Derivations, Simulations
        </div>
        <div class="thr1c2">
            Thesis 3 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH3_%20The%20Gaussian%20Distribution.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th4: The Glivenko–Cantelli theorem, Proof, Simulations
        </div>
        <div class="thr1c2">
            Thesis 4 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Th4_%20The%20Glivenko–Cantelli%20theorem.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th5: Statistical Distributions: Continuous, Discrete, Properties and simulations
        </div>
        <div class="thr1c2">
            Thesis 5 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH5_%20Statistical%20Distributions.pdf">page</a>
        </div>
    </div>     

    <div class="thesisgrid">
        <div class="thr1c1">
            Th6:  Algorithms for random variates generation
        </div>
        <div class="thr1c2">
            Thesis 6 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH6_%20Algorithms%20for%20random%20variates%20generation.pdf">page</a>
        </div>
    </div>   

    <div class="thesisgrid">
        <div class="thr1c1">
            Th7: "Online" Algorithms (Data Streams): Ideas and code
        </div>
        <div class="thr1c2">
            Thesis 7 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH7_%20Online_%20Algorithms%20(Data%20Streams)_%20Ideas%20and%20code.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th8:  Stochastic processes and SDE's
        </div>
        <div class="thr1c2">
            Thesis 8 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Th8_%20%20Stochastic%20processes%20and%20SDE's.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th9: The Poisson Process: Meaning, Properties,Simulations
        </div>
        <div class="thr1c2">
            Thesis 9 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/TH9_%20Poisson%20point%20process.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th10: The Viener process and the GBM, Derivations and simulations
        </div>
        <div class="thr1c2">
            Thesis 10 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Th10_%20The%20Wiener%20process%20and%20the%20GBM%2C%20Derivations%20and%20simulations.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th11. The functional CLT (Donsker's invariance principle): Proof, Simulations
        </div>
        <div class="thr1c2">
            Thesis 11 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Th11_%20The%20functional%20CLT%20(Donsker's%20invariance%20principle)_%20Proof%2C%20Simulations.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Th12: Ito Integration ans Calculus, Concept and Didactical Simulations
        </div>
        <div class="thr1c2">
            Thesis 12 can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Th12_%20Ito%20Integration%20and%20Calculus%2C%20Concept%20and%20Didactical%20Simulations.pdf">page</a>
        </div>
    </div>

    <div class="thesisgrid">
        <div class="thr1c1">
            Thesis final
        </div>
        <div class="thr1c2">
            Final thesis can be found on this <a href="https://github.com/Ninjabippo1205/Statistics/blob/main/thesis/Final%20thesis.pdf">page</a>
        </div>
    </div>

</body>