Category: R Coding

  • Reading about Chaos Theory

    Intro So I took a course in “Numerical Methods”, and (somehow) passed (I loved every bit of it, although it was HARD!). But then of course, taking a course doesn’t make me “proficient” at the subject matter. At best, it has exposed me to it and given me some confidence that I in fact can…

  • The FizzBuzz Kata

    Intro I didn’t know about this one. Then again, I’m not “actually” a programmer, so I guess I have an excuse… Or do I? I do spend lots of time programming in R 🙂 It’s been a while since I last wrote here. Holidays + Master + full time job (and recently, the Cybersecurity world…

  • More R for math

    Intro A real quick post about a couple of math (matrix) details, and a trick with rational numbers with R. Inverse of a Matrix Mathematically, getting to the inverse of an “nxn” matrix A means finding an nxn matrix B such that A • B = I, where I is the nxn Identity matrix. Easier…