Hi all,<div><br /></div><div>I am currently working on the Hawkular Metrics repository as part of the Google Summer of Code 2015 program and this is to update the progress of my project.</div><div><br /></div><div>As of now, the git repo on my github profile dedicated to implement a simple plugin interface using 5 basic statistical algorithms has been updated. 5 <span style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13.3333330154419px; line-height: 19.2000007629395px; text-align: justify; background-color: rgb(255, 255, 255);">standard functions</span><span style="font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13.3333330154419px; line-height: 19.2000007629395px; text-align: justify; background-color: rgb(255, 255, 255);"> implemented here are</span> - </div><div><ol><li><b>Minimum</b> of the entered data set.</li><li><b>Maximum</b> of the entered data set.</li><li><b>Average</b> of the entered data set.</li><li><b>Mode</b> of the entered data set.</li><li><b>Standard Deviation</b> of the entered data set.</li></ol><div>The link to this git repo is  - https://github.com/Akki5/hawkular_plugin</div></div><div><br /></div><div>The work done since last update of the project includes - </div><div><ol><li>This project now uses maven to build the project and works on several submodules. There exists individual submodule per plugin for each standard function. </li><li>The project makes use of <b>PluginClassLoader.java </b>to load all the classes implementing StatisticalAlgo.</li><li>It asks the input from user as to which plugin is to be used. It then computes and displays the desired result.</li><li><b>PluginDemoTest.java</b> is the test class. This class tests all the plugins at once and also different plugins individually. This increases the reliability and accuracy of the test class.</li><li>All the desired jar files get compiled and packaged at one place.</li></ol></div><div> Regards,</div><div>Aakarsh Agarwal</div>