Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Grad-sistemac
14-09-2020GRamLD
MIN
1.second
AjusteLinearizado-11-01-21-pacotematriz
Polynomial Regression with Interaction
Linear and Logistic Regression
Wilcoxon signed rank test
ex1
5 # SUMMARY PART A
Please log in to post a comment.