|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Regressor | |
---|---|
edu.ucla.stat.SOCR.analyses.command | |
edu.ucla.stat.SOCR.analyses.command.volume |
Uses of Regressor in edu.ucla.stat.SOCR.analyses.command |
---|
Methods in edu.ucla.stat.SOCR.analyses.command with parameters of type Regressor | |
---|---|
static boolean |
MultiRegressionCSV.isRegressorValid(java.util.HashSet<java.lang.String> validRegressors,
Regressor newRegressor)
this method helps the parseRegressors method above in particular, it takes a list of validated regressor variables and a not-yet-validated regressor variable if the new variable is valid, this method returns true if not, then it returns false; the criteria for validity is described in the description of parseRegressors |
Uses of Regressor in edu.ucla.stat.SOCR.analyses.command.volume |
---|
Methods in edu.ucla.stat.SOCR.analyses.command.volume with parameters of type Regressor | |
---|---|
static boolean |
VolumeMultipleRegression.isRegressorValid(java.util.HashSet<java.lang.String> validRegressors,
Regressor newRegressor)
this method helps the parseRegressors method above in particular, it takes a list of validated regressor variables and a not-yet-validated regressor variable if the new variable is valid, this method returns true if not, then it returns false; the criteria for validity is described in the description of parseRegressors |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |