Click or drag to resize

PLS2CrossValidationWithJackknifeUseMeans Property

Gets and sets the use means property. If true the mean of the coefficients computed in the jackknife replicates will be used to compute variance estimates. If false the full model coefficients will be used.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool UseMeans { get; set; }

Property Value

Boolean
See Also