Click or drag to resize

MarginalEffectsParameterCalc Methods

The MarginalEffectsParameterCalc type exposes the following members.

Methods
 NameDescription
Public methodAllEffects Computes the marginal effect for each predictor at each observation of the logistic regression
Public methodAverageMarginalEffects 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.
Public methodAverageMarginalEffects(DoubleVector) Computes the Average Marginal Effects using the given logistic model parameters.
Public methodEffectsAtTheMean Take vector of the means of the observation in the logistic regression and return the parameter marginal effects at this value.
Public methodMarginalEffectsAt Compute the marginal effect of the model parameters at a particular observation.
Top
See Also