ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.msk.cv
Interface CVBetaFunction


public interface CVBetaFunction

Represents an object returning the β function used for control variables.


Method Summary
 double getBeta(PerformanceMeasureType m, int row, int col, int cv, int obs)
          Returns the β function for a performance measure.
 

Method Detail

getBeta

double getBeta(PerformanceMeasureType m,
               int row,
               int col,
               int cv,
               int obs)
Returns the β function for a performance measure.

Parameters:
m - the type of performance measure.
row - the row in the matrix of statistical probes.
col - the column in the matrix of statistical probes.
cv - the index of the control variable.
obs - the observation this function is applied to.
Returns:
the value of β.

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.