kunif | R Documentation |
Returns the central moments of a uniform distribution
kunif(min, max, k)
min, max |
lower and upper limits of the distribution. Must be finite. |
k |
k central moment, must be even |
kth central moment
Jarrod Hadfield j.hadfield@ed.ac.uk
dunif
kunif(-1,1,4)
y<-runif(1000,-1,1)
mean((y-mean(y))^4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.