Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
print next number using linear
demo = readLines(file("stdin"), warn = FALSE) y = unlist(strsplit(demo, split=",")) k=1:length(y) relation = lm(y~x)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
29-01-21TestesAjuste
Ex15-12
Linear Regression and log-log Transformation
Otavio-fez
EulerEx3
Pie Chart in R
31-08-2020-Exemplo Ajuste
# Bisection (numerical method) - Método da Bissecção
Área sob curvas de funções: Integração numérica utilizando a regra do trapézio.
Carr Madan formula for Laplace distribution
Please log in to post a comment.