WorksheetAnalysisStoreFRatioData Method |
Stores F-ratio and F-probability data derived from PRESS values.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void StoreFRatioData(
DataTable table,
ref DimensionReductionAndRegressionResult regressionResult
)
Parameters
- table DataTable
- The destination table.
- regressionResult DimensionReductionAndRegressionResult
- The regression result that provides the measurement counts and receives the preferred number of factors.
See Also