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
Currently the FactorAnalysis class also contains a maxfactors argument that can presumably be used to limit the no. of factors. This is not exposed through the Metran model class however. So perhaps we should also expose this argument in the Metran class?
Additionally it would be nice to test the current implementation for estimating the number of factors on a dataset that results in 2 (or more) common components.
So in short:
Allow manual setting for number of factors
Expose maxfactors keyword argument in FactorAnalysis (if this makes sense)
Test metran with dataset that results in 2+ common dynamic components
The text was updated successfully, but these errors were encountered:
It would be a nice feature to be able to override the automatic method to determine the number of common dynamic components.
For example:
Currently the FactorAnalysis class also contains a maxfactors argument that can presumably be used to limit the no. of factors. This is not exposed through the Metran model class however. So perhaps we should also expose this argument in the Metran class?
Additionally it would be nice to test the current implementation for estimating the number of factors on a dataset that results in 2 (or more) common components.
So in short:
The text was updated successfully, but these errors were encountered: