Skip to content
Maurice HT Ling edited this page Dec 4, 2015 · 8 revisions

Download URL: This plugin is already included in TAPPS base system

Category: statistics

Latest release number: 1

Description: Generates summary statistics of a dataframe, by series or by labels.

List of summary statistics generated: (1) arithmetic mean, (2) count, (3) maximum value, (4) median, (5) minimum value, (6) standard deviation, (7) summation

How to fill in parameters dictionary (p): Standard instructions: p['analysis_name'] = p['narrative'] = <user given description of analysis, if any> p['dataframe'] = <input dataframe object from session['MDF'].frames> Instructions specific to this plugin: 1. p['analytical_method'] takes in either 'by_series' (summarize by series) or 'by_labels' (summarize by labels).

Contact Details: Maurice Ling [email protected]

Licence: General Public Licence version 3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/