Tag: visualizing data

  • Why I like the Master I study

    My (very few) readers know it, as I mention it often: I am what you could call a life-long student, and currently working my way towards finishing an MSc in Computational Engineering and Mathematics. The reality of it is I wanted to understand a bit better the math and the theory behind all the โ€œcommonโ€…

  • Simulation: Monte-Carlo & Input Distributions (1/n)

    Intro First, let me say, I know, it’s been a while. And that’s alright. I have plenty of good excuses ๐Ÿ™‚ Now that doesn’t mean I should completely forget about this my little Blog. OK, so, for today: I’ve been studying Operations Research for about 3 months now, and we’re getting (in the Master course)…

  • Graph Theory: Havel-Hakimi algorithm (and a twist)

    Intro As is now common, I use the courses of the master as inspiration. I have recently started studying (again, from scratch) graph theory. This time around, it goes deeper into the theory and math background though, compared to past courses I have taken on the subject. For this instance, I came across some pseudo-code…