Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Estimate pi with uniform random numbers
N <- 1000 x <- runif(N) y <- runif(N) z <- x^2 + y^2 < 1 4*sum(z)/N
run
|
edit
|
history
|
help
0
Research Methods I Final
time series
Predictive power of a test when False positive rate = False negative rate
Análise de variância ANOVA para experimento em DIC - Exemplo 01
Learning
Vector
PUP LDA
Multinomial Logistic Regression Sample
Assignment2 Q1
Random Forest Example