|  | 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.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic Interval[,] CoefficientConfidenceIntervals(
	double alpha
)
Public Function CoefficientConfidenceIntervals ( 
	alpha As Double
) As Interval(,)
public:
array<Interval^,2>^ CoefficientConfidenceIntervals(
	double alpha
)
member CoefficientConfidenceIntervals : 
        alpha : float -> Interval[,] 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
See Also