Click or drag to resize

PLS2CrossValidationWithJackknifeCoefficientConfidenceIntervals Method

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.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Interval[,] CoefficientConfidenceIntervals(
	double alpha
)

Parameters

alpha  Double

[Missing <param name="alpha"/> documentation for "M:CenterSpace.NMath.Core.PLS2CrossValidationWithJackknife.CoefficientConfidenceIntervals(System.Double)"]

Return Value

Interval
(1 - alpha)x100% confidence intervals for the model coeffficients
See Also