Asymptotics
0.1 Introduction
Instance of: mathematical analysis
0.2 Frequentist
AKA: asymptotic analysis
Distinct from:
English: Describing the behavior of the mathematical system in the limit, e.g. as an index goes to infinity.
Formalization:
\[ \]
Cites: Wikipedia ; Wikidata ; Wolfram
Code
library(DBI)
# Create an ephemeral in-memory RSQLite database
#con <- dbConnect(RSQLite::SQLite(), dbname = ":memory:")
#dbListTables(con)
#dbWriteTable(con, "mtcars", mtcars)
#dbListTables(con)
#Configuration failed because libpq was not found. Try installing:
#* deb: libpq-dev libssl-dev (Debian, Ubuntu, etc)
#install.packages('RPostgres')
#remotes::install_github("r-dbi/RPostgres")
#Took forever because my file permissions were broken
#pg_lsclusters
require(RPostgres)
Loading required package: RPostgres
0.3 Bayesian
English: Formalization:
\[ \]
Cites:
Code