📄 j_mfxnonlinear.hlp
字号:
{smcl}
{* 03mar2005}{...}
{title:Try nonlinear warning message}
{pstd}
A marginal effect is a derivative. To find a derivative numerically,
{cmd:mfx} uses the approximation (f(x+h)-f(x))/h.
{pstd}
Thus, {cmd:mfx} must find a suitable change h that is small enough for the
approximation to be accurate but not so small that the division of two small
numbers would be inaccurate. {cmd:mfx} finds this change h by selecting an
initial h and then looping, making h smaller or larger each time through the
loop until it finds a suitable h.
{pstd}
This process can be very time consuming for models with many variables, so you
may want to avoid this by using another method, which we call the "linear
method". This method uses a different set of formulas so that only a few
derivatives have to be found. All the remaining derivatives can be obtained
without iteration.
{pstd}
If {cmd:mfx} has trouble obtaining the h for the few derivatives it must
calculate using iteration, you can always use the usual "nonlinear" method.
This will be slower, but since it is a different calculation, it may not have
the same problem.
{title:Also see}
Online: {helpb mfx}
Web: {browse "http://www.stata.com/support/faqs/stat/mfx_dydx.html"}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -