Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Detecting outliers and fraud with R and SQL Server on my bank account data – Part 1

$
0
0
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/ ...

Viewing all articles
Browse latest Browse all 989

Trending Articles