  | MarginalEffect Constructor | 
            Constructs a MarginalEffect object from the given values.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic MarginalEffect(
	int predictorIndex,
	double dydx,
	double stdErr
)
Public Sub New ( 
	predictorIndex As Integer,
	dydx As Double,
	stdErr As Double
)
public:
MarginalEffect(
	int predictorIndex, 
	double dydx, 
	double stdErr
)
new : 
        predictorIndex : int * 
        dydx : float * 
        stdErr : float -> MarginalEffectParameters
- 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