plspm.estimator module

class plspm.estimator.Estimator(config: plspm.config.Config)

Bases: object

Internal class that estimates the model. Designed to be threadsafe.

__init__(config: plspm.config.Config)

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

config()
estimate(calculator: plspm.weights.WeightsCalculatorFactory, data: pandas.core.frame.DataFrame) → Tuple[pandas.core.frame.DataFrame, pandas.core.frame.DataFrame, pandas.core.frame.DataFrame]
hoc_path_first_stage(config: plspm.config.Config) → pandas.core.frame.DataFrame