Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Variance Gamma process
n<-1000 dt<-0.1 t<-0 x<-0 g<-rgamma(n, dt, rate = 1) z<-rnorm(n) for (k in 1:n) { t<-c(t[1]+dt,t); x<-c(x[1]+sqrt(g[k])*z[k],x) } plot(rev(t),rev(x),type='l')
run
|
edit
|
history
|
help
0
ggplot2 example
Ch. 4 Boxplot and Histogram Examples - Font size increased
histograms for survey stats and fats
Chi Square Tests - Goodness of Fit Test [Coffee drinkers]
Practica1
oooo
code
EulerEx1
Cos R Example
Distribution stable under iteration