Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

Static Public Attributes | List of all members

Available identifiers of the result of single beta quality metrics. More...

Class Constructor

SingleBetaResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue corresponding to the result object identifier

Static Public Attributes

static final SingleBetaResultId rms = new SingleBetaResultId(Rms)
 
static final SingleBetaResultId variance = new SingleBetaResultId(Variance)
 
static final SingleBetaResultId zScore = new SingleBetaResultId(ZScore)
 
static final SingleBetaResultId confidenceIntervals = new SingleBetaResultId(ConfidenceIntervals)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result object identifier

Returns
Value corresponding to the result object identifier

Member Data Documentation

final SingleBetaResultId confidenceIntervals = new SingleBetaResultId(ConfidenceIntervals)
static

Inverse(Xt * X) matrix

final SingleBetaResultId rms = new SingleBetaResultId(Rms)
static

Variance computed for each response (dependent variable)

final SingleBetaResultId variance = new SingleBetaResultId(Variance)
static

Z-score statistics used in testing of insignificance one beta coefficient. H0: beta[i]=0

final SingleBetaResultId zScore = new SingleBetaResultId(ZScore)
static

Limits of the confidence intervals for each beta


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

For more complete information about compiler optimizations, see our Optimization Notice.