Click or drag to resize

MarginalEffect Constructor

Constructs a MarginalEffect object from the given values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MarginalEffect(
	int predictorIndex,
	double dydx,
	double stdErr
)

Parameters

predictorIndex  Int32
The index of the model parameter in the logistic.
dydx  Double
The computed marginal effect, or slope for the model parameter.
stdErr  Double

[Missing <param name="stdErr"/> documentation for "M:CenterSpace.NMath.Core.MarginalEffect.#ctor(System.Int32,System.Double,System.Double)"]

See Also