plspm.inner_summary module

class plspm.inner_summary.InnerSummary(config: plspm.config.Config, r_squared: pandas.core.series.Series, outer_model: pandas.core.frame.DataFrame)

Bases: object

Internal class that computes a summary of the inner model. Use the methods inner_summary() and goodness_of_fit() defined on Plspm to retrieve the inner model characteristics.

__init__(config: plspm.config.Config, r_squared: pandas.core.series.Series, outer_model: pandas.core.frame.DataFrame)

Initialize self. See help(type(self)) for accurate signature.

goodness_of_fit() → float

Internal method that returns the goodness-of-fit of the model.

summary() → pandas.core.frame.DataFrame

Internal method that returns the summary of the inner model.