Alias for merge.
Combine with another SampleStats to produce stats about the union of
their observations.
Combine with another SampleStats to produce stats about the union of
their observations.
Implementation via Chan et al. https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Parallel_algorithm
Returns new stats that include the given observation.
Returns new stats that include the given observation.
NB: This is equivalent to merge, simplified for the case when one of
the stats has exactly one observation.
Estimated excess kurtosis of the population sampled.
Estimated kurtosis of the population sampled.
Estimated skewness of the population sampled.
Estimated standard deviation of the population sampled.
Unbiased estimated variance of the population sampled.
Statistics based on a sample from a population.