sqrtVar
sqrtVar is the square root of the variance of a random variable, and is commonly known as the standard deviation. It provides a measure of dispersion in the same units as the original data and is widely used to summarize variability in a dataset or model.
Mathematically, if X has mean mu and variance Var(X), then sqrtVar(X) = sqrt(Var(X)) = sigma. The variance is
For a finite data sample x1, ..., xn, the usual estimator is the sample standard deviation s =
Key properties include non-negativity (sigma >= 0) and the scaling behavior under affine transformations: sd(aX + b) = |a|
Interpretation and usage: sqrtVar quantifies dispersion around the mean and is fundamental for assessing variability, risk,
Notes: The term sqrtVar is not standard in formal literature; standard deviation is the conventional term. The