Click or drag to resize

MarginalEffect Class

Class containing marginal effect values and statistics for a model parameter
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreMarginalEffect

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class MarginalEffect

The MarginalEffect type exposes the following members.

Constructors
 NameDescription
Public methodMarginalEffect Constructs a MarginalEffect object from the given values.
Top
Properties
 NameDescription
Public propertyConfidenceInterval Returns the 0.95 confidence interval for the marginal effect.
Public propertyDyDx Returns the marginal effect value, or slope.
Public propertyPredictorIndex Returns index of the predictor.
Public propertyStandardError Returns the standard error for the marginal effect.
Public propertyZ Returns the Z value for the marginal effect.
Top
Methods
 NameDescription
Public methodToString A string representation for the marginal effect and related statistics.
(Overrides ObjectToString)
Top
See Also