Click or drag to resize

PLS2CrossValidationWithJackknife Methods

The PLS2CrossValidationWithJackknife type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this PLS2CrossValidationWithJackknife.
Public methodCoefficientConfidenceIntervals Calculates the (1 - alpha)x100% confidence intervals for the model coeffficients. The i,j entry corresponds to the i,j entry of the matrix of coefficients accessed by the Coefficients property.
Public methodDoCrossValidation(DoubleMatrix, DoubleMatrix, Int32) Perform cross validation and jackknife variance estimation on the given data using the existing calculator and subset generator.
Public methodDoCrossValidation(DoubleMatrix, DoubleMatrix, IPLS2Calc, Int32) Performs cross validation and jackknife variance estimation on the given data using the given calculator and number of components.
Top
See Also