BeepityBop
Data Blocks and Digital Images
Monday, 13 January 2020
Newton Method
›
The Newton method (or Newton-Raphson Method )is an algorithm that allows one to find the roots of an equation when solving the equation (f(x...
Geometric Distribution
›
I've discovered the geometric distribution, it looks very handy. $$E(X) = {1\over p}$$ $$V(X) = {1-p\over p^2}$$ $$P(Y=y) = {(1-p)}^...
Saturday, 11 January 2020
Birthday Problem and other R snippets
›
Birthday problem solver code for R. I need a place to store this for future. I am working through second year statistics and will post other...
Sunday, 5 January 2020
Lack of posts
›
I did not post anything for 2019 and very little for 2018. There are a few reason for this but ultimately, it boils down to being very busy ...
Making a distribution function and a supporting lookup table
›
*UPDATE : So I thought I was being clever doing this post, but I see in the book I am reading (Wackerly - Mathematical Statistics) there are...
Sunday, 26 August 2018
Least Squares Line in R (or on pen and paper)
›
I like to know how things work. I am not 100% comfortable in reusing plugins, packs or technologies without at least drilling to some depth...
Monday, 10 July 2017
ShuffleMoveOperation
›
Right, so I've had to handle a number of these over the last few weeks while setting up data pipeline in Azure WH. To understand the ...
‹
›
Home
View web version