Extend demos with mean calculation
Closed this issue · 1 comments
fnwirth commented
Would it be possible to add a demo demonstrating the calculation of an arithmetic mean between n-parties (while each party provides a single integer)
quackzar commented
You can use the SampleMean
from the fresco-stat library, you can see the unit tests as an example of how to use it.