The mean calculator or the average calculator helps you to get the average value of a data set. It divides the data values sum by the data values count to get the average (mean).
- Download the ZIP file of this repository.
- Upload the /mean-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Mean Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_mean_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_mean_calculator(); ?>
to your template where you would like the Mean Calculator to appear.