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.
Required features: contrib
make_mean in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<T>>Output Domain:
MIInput Metric:
AtomDomain<T>Output Metric:
AbsoluteDistance<T>