powered by
Returns the central moments of a uniform distribution
kunif(min, max, k)
lower and upper limits of the distribution. Must be finite.
k central moment, must be even
kth central moment
dunif
# NOT RUN { kunif(-1,1,4) y<-runif(1000,-1,1) mean((y-mean(y))^4) # }
Run the code above in your browser using DataLab