CoefficientStatistics Class

Definition

Represents a coefficient statistics object containing statistics about the calculated model parameters.

public sealed class CoefficientStatistics
type CoefficientStatistics = class
Public NotInheritable Class CoefficientStatistics
Inheritance
CoefficientStatistics

Fields

Estimate

The model parameter (bias of weight) for which the statistics are generated.

Index

The index of the feature, in the Features vector, to which this model parameter (bias of weight) corresponds to.

PValue

The probability value of the estimate of this model parameter (bias of weight).

StandardError

The standard deviation of the estimate of this model parameter (bias of weight).

ZScore

The standard score of the estimate of this model parameter (bias of weight). Quantifies by how much the estimate is above or below the mean.

Applies to