meanStdPage

class meanStdPage

meanStdPage class provides functionality to calculate mean and standerd deviation of words in a page.

See also

findMeanStd()

Public Functions

bool findMeanStd(double &mean, double &std, double &error, QString localmFilename1, QString localmFilename2, map<string, int> &GBook, map<string, int> &PWords)

This function is used to find mean and standerd deviation in a page to do that it first calculates the number of words in the page and then using count it finds mean and standerd deviation.

Parameters:
  • std

  • error

  • localmFilename1

  • localmFilename2

  • GBook

  • PWords

Returns:

0,1