0d893d4eff
changed type of sum to RealType for mean and added serialization tests for builtin accumulators
18 lines
578 B
XML
18 lines
578 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="1">
|
|
<sum>2.50000000000000000e+00</sum>
|
|
<mean>2.00000000000000000e+00</mean>
|
|
<sum_of_deltas_squared>2.00000000000000000e+00</sum_of_deltas_squared>
|
|
</item>
|
|
</boost_serialization>
|