Make a Transformation that computes the mean of bounded data.
Details
This uses a restricted-sensitivity proof that takes advantage of known dataset size.
Use make_clamp
to bound data and make_resize
to establish dataset size.
make_mean in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<T>>
Output Domain:
AtomDomain<T>
Input Metric:
MI
Output Metric:
AbsoluteDistance<T>