Class ProjectionPredictiveSelection

java.lang.Object
jdistlib.inference.ProjectionPredictiveSelection

public final class ProjectionPredictiveSelection extends Object
Forward projection-predictive variable selection for Gaussian linear reference models.
  • Method Details

    • select

      public static ProjectionPredictiveSelection.Result select(double[][] design, String[] variableNames, double[][] coefficientDraws, double[] interceptDraws, double[] residualScaleDraws, double maximumMeanKl)