StateSpaceTimeSeries.fit# StateSpaceTimeSeries.fit(X, y, coords)[source]# Fit the model, drawing posterior samples. Returns the InferenceData with parameter draws. Parameters: X (ndarray | None) y (ndarray) coords (Dict[str, Any]) Return type: InferenceData