OnlineStats#

class lstcam_calib.statistics.OnlineStats(*args, **kwargs)#

Bases: OnlineStats

A class implementing Welford’s algorithm for online mean/variance.

The class is able to track n statistics simultaneously.

Attributes Summary

Attributes Documentation

class_type = jitclass.OnlineStats#7f344e2c4bd0<n:uint64,counts:array(uint64, 1d, A),_mean:array(float64, 1d, A),_m2:array(float64, 1d, A)>#