Home

Download

Features

Screenshots

Handbook

Browse Source

Authors

SourceForge.net Logo
Hosted by SourceForge.net

OSI Certified


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages   Search  

StatInfo Class Reference

Class with several static functions for calculating various statistical information. This class calculates this information assuming that the given vector has been sorted with elements ordered from least to greatest. More...

#include <statinfo.h>

List of all members.

Public Methods

 StatInfo ()
 ~StatInfo ()

Static Public Methods

int dcompare (const void *a, const void *b)
double mean (std::vector< double > &xList)
int items (std::vector< double > &xList)
double median (std::vector< double > &xList)
double mode (std::vector< double > &xList)
double range (std::vector< double > &xList)
double min (std::vector< double > &xList)
double max (std::vector< double > &xList)
double first_quartile (std::vector< double > &xList)
double third_quartile (std::vector< double > &xList)
double standard_dev (std::vector< double > &xList)
double sum (std::vector< double > &xList)
double median_fit_line (std::vector< double > &xList, std::vector< double > &yList)
double correlation (std::vector< double > &xList, std::vector< double > &yList)
double bigger (double, double)
double smaller (double, double)
int frequency (std::vector< double > &list, double begin, double end)


Detailed Description

Class with several static functions for calculating various statistical information. This class calculates this information assuming that the given vector has been sorted with elements ordered from least to greatest.

Author:
Fungmeista

Definition at line 29 of file statinfo.h.


The documentation for this class was generated from the following files: