A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

EDIT_TS - Static variable in class com.jstatcom.ts.TSActionTypes
Invokes the TSEditorDialog.
element() - Method in class com.jstatcom.parser.CalcEngine
 
EMPTY_STATE - Static variable in class com.jstatcom.model.JSCDataEventTypes
Fired if the respective JSCData changed empty state.
EMPTY_STATE - Static variable in class com.jstatcom.model.SymbolEventTypes
Fired if the underlying Symbol changed from empty to not empty or vice versa.
enable_tracing() - Method in class com.jstatcom.parser.CalcEngine
 
enable_tracing() - Method in class com.jstatcom.parser.MaturityParser
 
enable_tracing() - Method in class com.jstatcom.parser.NumberRangeParser
 
enable_tracing() - Method in class com.jstatcom.parser.TSDateParser
 
enableForTSList(TSList) - Method in class com.jstatcom.ts.TSActionTypes
Enables/disables the action according to the state of the underlying list.
enableForTSList(TSList) - Method in interface com.jstatcom.ts.TSListAccessor
Can be implemented by classes to get access to a TSList instance.
encloses(JSCDate) - Method in class com.jstatcom.model.JSCDRange
Gets whether date is enclosed by this range.
encloses(JSCDRange) - Method in class com.jstatcom.model.JSCDRange
Gets whether dRange is enclosed by this range.
encloses(double) - Method in class com.jstatcom.model.NumberRange
Tests whether a given number is enclosed in this range and returns a formatted message if not.
encloses(double, int, NumberFormat) - Method in class com.jstatcom.model.NumberRange
Tests whether a given number is enclosed in this range and returns a formatted message if not.
encloses(NumberRange) - Method in class com.jstatcom.model.NumberRange
Tests whether a given range is completely enclosed within this range and returns a formatted message if not.
encloses(TSDate) - Method in class com.jstatcom.ts.TSDateRange
Checks whether a given date is within the range defined by this object.
encloses(TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Checks whether a given date range is included within the range defined by this object.
ENCODE - Static variable in class com.jstatcom.util.Base64
Specify encoding.
encode(Object) - Static method in class com.jstatcom.util.SerializationHelper
Base64 encoding of serializable objects.
encodeBytes(byte[]) - Static method in class com.jstatcom.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.jstatcom.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.jstatcom.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.jstatcom.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class com.jstatcom.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.jstatcom.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.jstatcom.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.jstatcom.util.Base64
Convenience method for encoding data to a file.
endColumn - Variable in class com.jstatcom.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.jstatcom.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
ENDOGENOUS - Static variable in class com.jstatcom.ts.TSActionTypes
Sets type of selected TS to endogenous.
ENDOGENOUS - Static variable in class com.jstatcom.ts.TSTypes
Type for endogenous series.
Engine - Interface in com.jstatcom.engine
This interface defines the general contract that all implemented concrete engines must satisfy.
engine() - Method in class com.jstatcom.engine.PCall
Gets the Engine instance that is used by this call for the convenience implementations of the adapter methods to the engine interface.
engineIterator() - Static method in class com.jstatcom.engine.EngineTypes
Gets an iterator over all loaded engines.
EngineTest - Class in com.jstatcom.engine
This is a set of tests for the com.jstatcom.engine package.
EngineTest(String) - Constructor for class com.jstatcom.engine.EngineTest
GaussTest constructor comment.
EngineTypes - Class in com.jstatcom.engine
This class is a Mediator that binds the various classes and resources together that belong to an engine implementation.
EOF - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
EOF - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
EOF - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
EOF - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
EOFEXP - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
EOL - Static variable in interface com.jstatcom.parser.MaturityParserConstants
 
EOL - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
EOL - Static variable in interface com.jstatcom.parser.TSDateParserConstants
 
EqLayout - Class in com.jstatcom.equation
Special layout to be used with EqPanel.
EqLayout() - Constructor for class com.jstatcom.equation.EqLayout
Constructor.
EqPanel - Class in com.jstatcom.equation
Panel to be used as the container for all EqTerm components.
EqPanel() - Constructor for class com.jstatcom.equation.EqPanel
Constructor.
EqTerm - Class in com.jstatcom.equation
Abstract class for all equation term components.
EqTerm() - Constructor for class com.jstatcom.equation.EqTerm
Default constructor.
EqTerm(LayoutManager) - Constructor for class com.jstatcom.equation.EqTerm
Constructor for a layout.
EqTermAR - Class in com.jstatcom.equation
Implementation of EqTerm that represents one or more lags of a (Vector) AR model.
EqTermAR() - Constructor for class com.jstatcom.equation.EqTermAR
Constructor.
EqTermDefault - Class in com.jstatcom.equation
Default implementation of EqTerm.
EqTermDefault() - Constructor for class com.jstatcom.equation.EqTermDefault
Default constructor that sets submatrix index to -1 and lag index to 0.
EqTermDefault(int) - Constructor for class com.jstatcom.equation.EqTermDefault
Creates an EqTermDefault for a sub matrix index.
EqTermDefault(int, int) - Constructor for class com.jstatcom.equation.EqTermDefault
Creates an EqTermDefault for a sub matrix index and a lag index.
EqTermEC - Class in com.jstatcom.equation
A special equation term for the error correction term in a VEC model.
EqTermEC() - Constructor for class com.jstatcom.equation.EqTermEC
Constructor.
EqTermLHS - Class in com.jstatcom.equation
Special equation term to be used for the left hand side of an equation.
EqTermLHS() - Constructor for class com.jstatcom.equation.EqTermLHS
Constructor.
equals(Object) - Method in class com.jstatcom.component.NumberFormatTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.engine.ConfigKeys
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.engine.CPtr
Compares this CPtr to the specified object.
equals(Object) - Method in class com.jstatcom.engine.EngineTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.engine.gauss.LIBSet.SRCLibPair
Overrides equals to provide logical comparison of two different SRCLibPair objects.
equals(Object) - Method in class com.jstatcom.engine.LoadTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.engine.PCall
Overwrite protection method calls super method.
equals(Object) - Method in class com.jstatcom.io.ImportTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.model.JSCConstants
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.model.JSCDataEventTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.model.JSCPropertyTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.model.JSCTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.model.ModelTest.XMLRep
 
equals(Object) - Method in class com.jstatcom.model.NumberRange
Provides logical equals check.
equals(Object) - Method in class com.jstatcom.model.Symbol
Returns true if obj is a Symbol and has the same name as this, without regarding the case.
equals(Object) - Method in class com.jstatcom.model.SymbolEventTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.parser.CalcFunctions
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.project.ProjectTreeNode
Overwritessuperclass method to make sure that two project nodes are considered equal if they reference the same project file.
equals(Object) - Method in class com.jstatcom.table.JSCCellRendererTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.table.JSCPopupTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.ts.TS
Overrides equals() to provide logical comparison of two different TS.
equals(Object) - Method in class com.jstatcom.ts.TSActionTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.ts.TSDate
Overrides equals to provide logical comparison of two different TSDate objects.
equals(Object) - Method in class com.jstatcom.ts.TSDateRange
Overrides equals to provide logical comparison of two different TSDateRange objects.
equals(Object) - Method in class com.jstatcom.ts.TSTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.util.CIString
Overwrite equals to compare only uppercase representation.
equals(Object) - Method in class com.jstatcom.util.ComparatorTypes
Override prevention method to enforce a.equals(b) if and only if a==b.
equals(Object) - Method in class com.jstatcom.util.Maturity
Overrides equals to provide logical comparison of two different Maturity objects.
equation() - Method in class com.jstatcom.parser.CalcEngine
Expression of the form ()?
EQUATION_NAMES - Static variable in class com.jstatcom.table.JSCCellRendererTypes
Equation String TableCellRenderer.
error(String, String) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used for arbitrary error messages with title.
error(String, String, Frame) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used for arbitrary error messages with title.
error(String, String, Dialog) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used for arbitrary error messages with title.
errorBackground - Static variable in class com.jstatcom.component.CompSettings
Default background color if error happened.
errorEngine(String) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if some error with a computational engine occured.
errorEngine(String, Frame) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if some error with a computational engine occured.
errorEngine(String, Dialog) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if some error with a computational engine occured.
errorInput(String) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided wrong input.
errorInput(String, Frame) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided wrong input.
errorInput(String, Dialog) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided wrong input.
errorSpecification(String) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided an inconsistent specification.
errorSpecification(String, Frame) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided an inconsistent specification.
errorSpecification(String, Dialog) - Static method in class com.jstatcom.component.StdMessages
User notification with msg that should be used if the user has provided an inconsistent specification.
ExcelHelper - Class in com.jstatcom.io
Helper methods for dealing with Excel files.
ExcelHelper() - Constructor for class com.jstatcom.io.ExcelHelper
 
EXE - Static variable in class com.jstatcom.engine.mlab.MLabLoadTypes
An executable file that is in the subdirectory jmlab.
EXE - Static variable in class com.jstatcom.engine.mlab.StubMlabLoadTypes
An executable file that is in the subdirectory jmlab.
EXE_LOCATION - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The directory of the executable, e.g. c:\mteng8.0\engauss.exe.
execute(String) - Method in class com.jstatcom.engine.gauss.GaussEngine
Executes a GAUSS command.
execute() - Method in class com.jstatcom.engine.PCall
Puts this call object in the worker thread queue.
execute(int, Stack<double[]>) - Method in class com.jstatcom.parser.CalcFunctions
This defines the operation that is actually carried out by the function.
EXOGENOUS - Static variable in class com.jstatcom.ts.TSActionTypes
Sets type of selected TS to exogenous.
EXOGENOUS - Static variable in class com.jstatcom.ts.TSTypes
Type for exogenous series.
exp() - Method in class com.jstatcom.parser.CalcEngine
 
EXP - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
expectedTokenSequences - Variable in exception com.jstatcom.parser.ParseException
Each entry in this array is an array of integers.
exportData(File, JSCData, String) - Method in interface com.jstatcom.io.DataHandler
Exports data to a file in the format that the respective implementation of this interface handles.
exportData(File, JSCData, String) - Method in class com.jstatcom.io.TSASCIIHandler
Exports data to a file in ASCII format.
exportData(File, JSCData, String) - Method in class com.jstatcom.io.TSExcelHandler
 
exportData(File, JSCData, String) - Method in class com.jstatcom.io.TSGaussDATHandler
 
exportData(File, JSCData, String) - Method in class com.jstatcom.io.TSGaussFMTHandler
 
exportData(File, JSCData, String) - Method in class com.jstatcom.io.TSMatlabHandler
 
exportTS(File, TS[], String) - Method in interface com.jstatcom.io.DataHandler
Exports time series to a file in the format that the respective implementation of this interface handles.
exportTS(File, TS[], String) - Method in class com.jstatcom.io.TSASCIIHandler
 
exportTS(File, TS[], String) - Method in class com.jstatcom.io.TSExcelHandler
 
exportTS(File, TS[], String) - Method in class com.jstatcom.io.TSGaussDATHandler
 
exportTS(File, TS[], String) - Method in class com.jstatcom.io.TSGaussFMTHandler
 
exportTS(File, TS[], String) - Method in class com.jstatcom.io.TSMatlabHandler
 
ExtensionFileFilter - Class in com.jstatcom.io
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExtensionFileFilter() - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter.
ExtensionFileFilter(String[]) - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter from the given string array.
ExtensionFileFilter(String[], String) - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter from the given string array and description.
ExtensionFileFilter(String) - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter that accepts files with the given extension.
ExtensionFileFilter(String, String) - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter that accepts the given file type.
ExtensionFileFilter(String, String, DataHandlerTypes) - Constructor for class com.jstatcom.io.ExtensionFileFilter
Creates a file filter that accepts the given file type.
extractNumberArray(Workbook, int, boolean, List<Object>, List<String>) - Static method in class com.jstatcom.io.ExcelHelper
Extracts a double array from an excel sheet.
eye(int) - Static method in class com.jstatcom.util.UMatrix
Gets an identity matrix of dimension dim.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z