Package com.jstatcom.equation

Components to display equations.

See:
          Description

Class Summary
CoeffTable Special JSCNArrayTable to display coefficients of a model.
EqLayout Special layout to be used with EqPanel.
EqPanel Panel to be used as the container for all EqTerm components.
EqTerm Abstract class for all equation term components.
EqTermAR Implementation of EqTerm that represents one or more lags of a (Vector) AR model.
EqTermDefault Default implementation of EqTerm.
EqTermEC A special equation term for the error correction term in a VEC model.
EqTermLHS Special equation term to be used for the left hand side of an equation.
SubMatModel A special table column model for the CoeffTable.
VarNamesVector Displays variable names with or without a time index to indicate a certain lag, e.g. invest(t-1).
 

Package com.jstatcom.equation Description

Components to display equations.