doPdf ( table, num_bins )
Purpose: Calculates the actual probability distribution
of each array:
pdf(x) = Pr[X = x]. Used by: pdf
Uses: Table, histogram, Numeric, AnalysisPlugins
Input: table : Table, num_bins : int
Output: pdf : Table
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.3g, 3.2.1.4
Author: mayadm
Date: 30/9/02
|
pdf ( table )
Purpose: Returns a table with the probability histogram of the
probability distribution of each array:
pdf(x) = Pr[X = x].
First runs a GUI to get the number of bins wanted by
the user, then performs the actual analysis. Used by: Plugin
Uses: Table, PdfOptions, histogram, Numeric, AnalysisPlugins,
histogram, libglade, gtk, ErrorHandler, CustomError
Input: table : Table
Output: pdf : Table
Preconditions: None
Postconditions: None
SRS Refs: 3.2.1.3g, 3.2.1.4
Author: mayadm
Date: 30/7/02
|