Skip to content

Demo project of computing the sample mean of distributed data with fresco-stat

Notifications You must be signed in to change notification settings

jonas-lj/mean-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sample mean demo

This project demonstrates a simple application using fresco-stat. The application takes input from three different parties, computes the mean of the inputs and reveals it to all parties.

The application is built using the command mvn package. After this is done, the demo may be run in three terminals on the same computer using these commands:

java -jar target/compute-mean.jar 1 [INPUT_1]
java -jar target/compute-mean.jar 2 [INPUT_2]
java -jar target/compute-mean.jar 3 [INPUT_3]

The program should take less than a second to run and output the mean, (INPUT_1 + INPUT_2 + INPUT_3) / 3.

About

Demo project of computing the sample mean of distributed data with fresco-stat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages