Points.standardDeviation

Points.standardDeviation()

Returns a nimble object representing the standard deviation along the points axis.

Examples

>>> lst = [[0, 22, 2], [3, 22, 5]]
>>> X = nimble.data(lst)
>>> X.points.standardDeviation()
<Matrix 2pt x 1ft
     standarddeviation
   ┌──────────────────
 0 │       12.166
 1 │       10.440
>