Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Julia set variant
t<-ppoints(100)*2*pi x<-cos(t) y<-sin(t) z<-complex(real = x, imag = y) for (k in 1:8) { z<-c(sqrt(z+1),-sqrt(z+1)) } plot(z,pch='.')
run
|
edit
|
history
|
help
0
Rcode1
Research Methods I Final
Bootstrap Method
Bimodal CLT
R
ECO Stat
2
Critical correlation value calculation
Otavio-fez
Sampling Distribution for the Wald-Wolfowitz 2-Sample Runs Test