statsmodels.regression.dimred.DimReductionResults

class statsmodels.regression.dimred.DimReductionResults(model, params, eigs)[source]

用于降维回归的结果类。

注释

The params attribute is a matrix whose columns span the effective dimension reduction (EDR) space. Some methods produce a corresponding set of eigenvalues (eigs) that indicate how much information is contained in each basis direction.

方法

initialize(model, params, **kwargs)

初始化(可能重新初始化)一个 Results 实例。

predict([exog, transform])

调用 self.model.predict,将 self.params 作为第一个参数。

summary()

摘要


Last update: Oct 16, 2024