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