0d893d4eff
changed type of sum to RealType for mean and added serialization tests for builtin accumulators
19 lines
710 B
XML
19 lines
710 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>2.50000000000000000e+00</sum_of_weights>
|
|
<sum_of_weights_squared>2.25000000000000000e+00</sum_of_weights_squared>
|
|
<weighted_mean>2.00000000000000000e+00</weighted_mean>
|
|
<sum_of_weighted_deltas_squared>2.00000000000000000e+00</sum_of_weighted_deltas_squared>
|
|
</item>
|
|
</boost_serialization>
|