englishize it all
This commit is contained in:
parent
300e2ea349
commit
2baa55bae2
3
alai.R
3
alai.R
@ -2,4 +2,5 @@ source("config.R")
|
|||||||
|
|
||||||
if (!exists("dbListTables", mode = "function")) source("mysql.R")
|
if (!exists("dbListTables", mode = "function")) source("mysql.R")
|
||||||
|
|
||||||
source("distribucion_normal.R")
|
source("normal_distribution.R")
|
||||||
|
source("time_series.R")
|
||||||
|
2
mysql.R
2
mysql.R
@ -9,7 +9,7 @@ conn <- dbConnect(
|
|||||||
port = dbport
|
port = dbport
|
||||||
)
|
)
|
||||||
|
|
||||||
consulta_frames <- "
|
query_frames <- "
|
||||||
SELECT
|
SELECT
|
||||||
f.coins, CAST((f.elapsed_time / 1000) AS INT)
|
f.coins, CAST((f.elapsed_time / 1000) AS INT)
|
||||||
FROM game g
|
FROM game g
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
result <- dbSendQuery(conn, consulta_frames)
|
result <- dbSendQuery(conn, query_frames)
|
||||||
data <- fetch(result)
|
data <- fetch(result)
|
||||||
|
|
||||||
get_variance <- function(dataset = vector(), mean = 0) {
|
get_variance <- function(dataset = vector(), mean = 0) {
|
0
time_series.R
Normal file
0
time_series.R
Normal file
Loading…
Reference in New Issue
Block a user