Click or drag to resize

LogisticRegressionParameterCalcParameterCovarianceMatrix Property

Gets the covariance matrix for the parameters. The entry at column i, row j is the covariance between the ith and jth parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix ParameterCovarianceMatrix { get; }

Property Value

DoubleMatrix
See Also