Standard Deviation, Variance

I’m looking for a Function to calculate the Population Standard Deviation or the Sample Standard Deviation, and the Variation. Either I’m bad at searching or it isn’t there. Hmmmm.

Panorama does not have those functions.

Variance = aggregate({x^2},"avg")-aggregate({x},"avg")^2
StandardDev = sqr(Variance)