Click or drag to resize

MarginalEffectsParameterCalcAverageMarginalEffects Method

The marginal effect for a particular predictor is computed at an observation. To obtain the Average Marginal Effect (AME) for a given predictor we compute the marginal effect for each observation in the logistic regression model that self was constructed with. Then the AME for that parameter is the average of these values.

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

Return Value

MarginalEffect
Average marginal effect for each parameter.
See Also