Click or drag to resize

PLS2WorksheetAnalysis Methods

The PLS2WorksheetAnalysis type exposes the following members.

Methods
 NameDescription
Public methodCalculateAdditionalColumn Calculates and stores a single additional result column.
(Inherited from WorksheetAnalysis)
Public methodCalculateAdditionalColumns Calculates and stores all requested additional result columns.
(Inherited from WorksheetAnalysis)
Public methodCalculateAndStorePredictionScores(DataTable, Int32) Calculates and stores prediction scores for all dependent variables.
(Inherited from WorksheetAnalysis)
Public methodCalculateAndStorePredictionScores(DataTable, Int32, Int32) Calculates and stores prediction scores for a single dependent variable.
(Inherited from WorksheetAnalysis)
Public methodCalculateCrossPredictedAndResidual Calculates and optionally stores cross-predicted values and residuals.
(Inherited from WorksheetAnalysis)
Public methodCalculateCrossPredictedY Calculates cross-predicted y-values for the provided spectra.
(Inherited from WorksheetAnalysis)
Public methodCalculateCrossPRESS Calculate the cross PRESS values and stores the results in the provided table.
(Inherited from WorksheetAnalysis)
Public methodCalculatePredictedAndResidual Calculates and optionally stores predicted values and residuals.
(Inherited from WorksheetAnalysis)
Public methodCalculatePredictedY For a given set of spectra, predicts the y-values and stores them in the matrix predictedY
(Inherited from WorksheetAnalysis)
Public methodCalculatePredictionScores Calculates the prediction scores. In case of a single y-variable, the prediction score is a vector of the same length than a spectrum. Multiplying the prediction score (dot product) with a spectrum, it yields the predicted y-value (of cause mean-centered).
(Inherited from WorksheetAnalysis)
Public methodCalculatePreprocessedSpectra Fills a provided table (should be empty) with the preprocessed spectra. The spectra are saved as columns (independently on their former orientation in the original worksheet).
(Inherited from WorksheetAnalysis)
Public methodCalculateXLeverage Calculates the leverage of the spectral data.
(Inherited from WorksheetAnalysis)
Public methodCalculateXResidual Calculates spectral residuals for the specified y-component and factor count.
(Inherited from WorksheetAnalysis)
Public methodCalculateYPredicted Calculated the predicted y for the component given by whichY and for the given number of factors.
(Inherited from WorksheetAnalysis)
Public methodCalculateYResidual Calculates the y-residuals (concentration etc.).
(Inherited from WorksheetAnalysis)
Public methodCreateNewRegressionObject Creates a regression object appropriate for the current analysis.
(Overrides WorksheetAnalysisCreateNewRegressionObject)
Public methodEnsureMatchingXOfX Compares the two arrays and throws an InvalidOperationException if the data not match.
(Inherited from WorksheetAnalysis)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecuteAnalysis(AltaxoDocument, DataTableMatrixProxyWithMultipleColumnHeaderColumns, DimensionReductionAndRegressionOptions, DataTable) Makes a PLS (a partial least squares) analysis of the table or the selected columns / rows and stores the results in a newly created table. Here, the spectra are stored in the data columns of the proxy, the target variables are located in the ColumnHeaderColumns of the proxy.
(Inherited from WorksheetAnalysis)
Public methodExecuteAnalysis(IMatrixDouble, IMatrixDouble, DimensionReductionAndRegressionOptions, DataTable, IReadOnlyListDouble) Execute an analysis and stores the result in the provided table.
(Inherited from WorksheetAnalysis)
Public methodExecuteAnalysis(AltaxoDocument, DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, Boolean, DimensionReductionAndRegressionOptions) Makes a PLS (a partial least squares) analysis of the table or the selected columns / rows and stores the results in a newly created table.
(Inherited from WorksheetAnalysis)
Public methodExecuteAnalysis(AltaxoDocument, DataTableMatrixProxyWithMultipleColumnHeaderColumns, MatrixDouble, MatrixDouble, Double, DimensionReductionAndRegressionOptions, DataTable, DimensionReductionAndRegressionResult) Makes a PLS (a partial least squares) analysis of the table or the selected columns / rows and stores the results in a newly created table.
(Inherited from WorksheetAnalysis)
Public methodStatic memberExport Exports a table to a PLS2CalibrationSet
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCalibrationModel Returns an instance of the calibration model specific for the multivariate analysis.
(Overrides WorksheetAnalysisGetCalibrationModel(DataTable))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsPLS2CalibrationModel Determines whether the specified table stores a PLS2 calibration model.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPredictValues(DataTableMatrixProxyWithMultipleColumnHeaderColumns, Int32, DataTable, DataTable) This predicts the selected columns/rows against a user choosen calibration model. The orientation of spectra is given by the parameter spectrumIsRow.
(Inherited from WorksheetAnalysis)
Public methodPredictValues(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, Int32, DataTable, DataTable) This predicts the selected columns/rows against a user choosen calibration model. The orientation of spectra is given by the parameter spectrumIsRow.
(Inherited from WorksheetAnalysis)
Protected methodStoreCalculatedColumn Stores the information that a given column was calculated inside the DataSource object of the table.
(Inherited from WorksheetAnalysis)
Public methodStoreCalibrationModelInTable Stores the calibrationSet into the data table table.
(Overrides WorksheetAnalysisStoreCalibrationModelInTable(IMultivariateCalibrationModel, DataTable))
Public methodStoreFRatioData Stores F-ratio and F-probability data derived from PRESS values.
(Inherited from WorksheetAnalysis)
Public methodStoreNumberOfFactors Stores the number-of-factors column in the destination table.
(Inherited from WorksheetAnalysis)
Public methodStoreOriginalY Stores the original y-values in the destination table.
(Inherited from WorksheetAnalysis)
Public methodStorePreprocessedData Stores preprocessing information and dependent-variable scaling in the table.
(Inherited from WorksheetAnalysis)
Public methodStorePRESSData Stores PRESS data in the destination table.
(Inherited from WorksheetAnalysis)
Public methodStoreXOfX Stores the x-axis values for the spectra in the destination table.
(Inherited from WorksheetAnalysis)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also