Descriptive statistics (dispersion, pt. 1)

Calculate population standard deviation without any built-in functions with the following dataset:

x <- c(3, 4, 4, 5)

Then, verify your answer using the haffutils::sd_pop function.