You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fit() function only takes observations of B right now. I don't see why we can't do a similar method that we have in predict() and have both a fit_B and fit_J function. I think this would just require the T matrix being the J transform instead.
The text was updated successfully, but these errors were encountered:
The
fit()
function only takes observations of B right now. I don't see why we can't do a similar method that we have inpredict()
and have both afit_B
andfit_J
function. I think this would just require the T matrix being the J transform instead.The text was updated successfully, but these errors were encountered: