Public Member Functions
Blocker Class Reference

#include <blocker.h>

List of all members.

Public Member Functions

 Blocker (Config *config)
void runBlocking ()
void blocking (double *values, int nValues, int blockSize, double *result)
void loadConfiguration (INIParser *settings)

Detailed Description

This class opens a blocking file and performs statistical analysis on that file.


Member Function Documentation

void Blocker::blocking ( double *  values,
int  nValues,
int  blockSize,
double *  result 
)

Calculates the mean and variance for a given block size.

void Blocker::loadConfiguration ( INIParser settings)

Loads the configuration from the config.ini file

The main function in the Blocker class Opens all blocking files, merges their data and calculates the means and variance for different block sizes.


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