Uses of Class
edu.cmu.tetrad.search.score.CamAdditivePsplineBic
Packages that use CamAdditivePsplineBic
Package
Description
This package contains classes for scoring causal graph models.
-
Uses of CamAdditivePsplineBic in edu.cmu.tetrad.search.score
Methods in edu.cmu.tetrad.search.score that return CamAdditivePsplineBicModifier and TypeMethodDescriptionCamAdditivePsplineBic.setMaxBackfitIters(int it) Sets the maximum number of iterations for the backfitting process.CamAdditivePsplineBic.setNumBasis(int m) Sets the number of basis functions, ensuring a minimum value of 4.CamAdditivePsplineBic.setPenaltyDiscount(double c) Sets the penalty discount parameter for the P-spline model.CamAdditivePsplineBic.setPenaltyOrder(int d) Sets the penalty order for the P-spline model.CamAdditivePsplineBic.setRidge(double r) Sets the ridge parameter for the P-spline model to control the amount of regularization.CamAdditivePsplineBic.setTol(double t) Sets the tolerance value for the P-spline model, ensuring it is not lower than 1e-8.