-
Notifications
You must be signed in to change notification settings - Fork 1
estimator_parameter_usage
This file maps which parameters each estimator actually uses based on code analysis. Parameters not listed should have "show": false added to their JSON forms.
Uses: FixedBeta, FixedSigma, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: Exogenous, BlockExogenous, Autoregression, Lambda1, Lambda2, Lambda3, Lambda4, Lambda5
Uses: BlockExogenous, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: Exogenous, Autoregression, Lambda1, Lambda2, Lambda3, Lambda4, Lambda5
Uses: Sigma, Lambda1, Lambda2, Lambda3, Lambda4, Lambda5, Exogenous, Autoregression, BlockExogenous, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: None (all parameters used)
Uses: Sigma, Lambda1, Lambda2, Lambda3, Lambda4, Lambda5, Exogenous, Autoregression, BlockExogenous, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: None (all parameters used - similar to Minnesota)
Uses: Sigma, Lambda1, Lambda2, Lambda3, Lambda4, Lambda5, Exogenous, Autoregression, BlockExogenous, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: None (all parameters used - similar to Minnesota)
Uses: Lambda1, Lambda3, Lambda4, Lambda5, Exogenous, Autoregression, BlockExogenous, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: Lambda2 (cross-variable weighting not used in Normal-Diffuse)
Uses: Lambda1, Lambda2, Lambda3, Lambda4, Lambda5, Exogenous, Autoregression, BlockExogenous, HeteroskedasticityAutoRegression, HeteroskedasticityShape, HeteroskedasticityScale, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: None (all parameters used)
BetaTV, CarrieroSV, CCMMSV, CCMMSVO, CCMMSVOT, GeneralTV, GenLargeShockSV, LargeShockSV, RandomInertiaSV
Uses: Similar to CogleySargentSV - need to verify each one individually Hide: TBD (need code analysis)
Uses: S0, V0, Lambda2, Lambda3, Lambda4, Burnin, StabilityThreshold, MaxNumUnstableAttempts
Hide: Exogenous, BlockExogenous, Autoregression, Lambda1, Lambda5
Uses: TBD (need code analysis) Hide: TBD
Uses: TBD (need code analysis) Hide: TBD
Uses: Inherit from their base estimator (e.g., MinnesotaFAVARTwostep uses same as Minnesota) Hide: Same pattern as base estimator
Uses: TBD (need code analysis) Hide: TBD
- ✅ Ordinary - Updated
- ✅ Flat - Updated
- ✅ HierarchicalPanel - Updated
- ✅ Minnesota - No changes needed
- ✅ CogleySargentSV - No changes needed
- ⏳ Remaining estimators - Need systematic analysis