View source: R/vec-cumulative-functions.R
csd | R Documentation |
A function to return the cumulative standard deviation of a vector.
csd(.x)
.x |
A numeric vector |
A function to return the cumulative standard deviation of a vector.
A numeric vector. Note: The first entry will always be NaN.
Steven P. Sanderson II, MPH
Other Vector Function:
cgmean()
,
chmean()
,
ckurtosis()
,
cmean()
,
cmedian()
,
crange()
,
cskewness()
,
cvar()
,
euclidean_distance()
,
kurtosis_vec()
,
rw_range()
,
skewness_vec()
x <- mtcars$mpg
csd(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.