0d893d4eff
changed type of sum to RealType for mean and added serialization tests for builtin accumulators
17 lines
564 B
XML
17 lines
564 B
XML
<!--
|
|
Copyright 2019 Hans Dembinski
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt
|
|
or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
-->
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<!DOCTYPE boost_serialization>
|
|
<boost_serialization signature="serialization::archive" version="17">
|
|
<item class_id="0" tracking_level="0" version="0">
|
|
<sum_of_weights>1.10000000000000000e+01</sum_of_weights>
|
|
<sum_of_weights_squared>1.01000000000000000e+02</sum_of_weights_squared>
|
|
</item>
|
|
</boost_serialization>
|