statsmodels.regression.dimred.PrincipalHessianDirections.fit
-
PrincipalHessianDirections.fit(**kwargs)[source]
使用PHD估计EDR空间。
- Parameters:
- residbool,
optional 如果为真,使用最小二乘回归去除每个协变量与响应之间的线性关系,在进行PHD之前。
- Returns:
A results instance which can be used to access the estimated
- parameters.
Last update:
Oct 16, 2024