One of the samples Microsoft provided with release of new SQL Server 2016 was using simple logic of Benford ... get_first_num <- function(number){return(as.numeric(substr(number,1,1)))} pbenford <- function(d){return(log10(1+(1/ ...
↧