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

C

CalcEngine - Class in com.jstatcom.parser
 
CalcEngine() - Constructor for class com.jstatcom.parser.CalcEngine
Default constructor.
CalcEngine(InputStream) - Constructor for class com.jstatcom.parser.CalcEngine
 
CalcEngine(InputStream, String) - Constructor for class com.jstatcom.parser.CalcEngine
 
CalcEngine(Reader) - Constructor for class com.jstatcom.parser.CalcEngine
 
CalcEngine(CalcEngineTokenManager) - Constructor for class com.jstatcom.parser.CalcEngine
 
CalcEngineConstants - Interface in com.jstatcom.parser
 
CalcEngineTokenManager - Class in com.jstatcom.parser
 
CalcEngineTokenManager(SimpleCharStream) - Constructor for class com.jstatcom.parser.CalcEngineTokenManager
 
CalcEngineTokenManager(SimpleCharStream, int) - Constructor for class com.jstatcom.parser.CalcEngineTokenManager
 
CalcFunctions - Class in com.jstatcom.parser
Enumeration of all functions that are used by CalcEngine.
call(String, JSCData[], JSCData[]) - Method in interface com.jstatcom.engine.Engine
Calls a procedure with input and return parameters specified.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.gauss.GaussEngine
Executes a procedure with input and return parameters specified.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.grte.GRTEngine
Calls a procedure with input and return parameters specified.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.matlab.MatlabEngine
Makes a call to procName in the native library that was loaded before.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.mlab.MLabEngine
Makes a call to procName in the native library that was loaded before.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.mlab.StubMlabEngine
Makes a call to procName in the native library that was loaded before.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.ox.OxEngine
Makes a call to a memberfunction of an Ox object.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.PCall
Adapter to Engine.call that uses engine().
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.rstat.RStatEngine
Invokes an R function with input and return parameters.
call(String, JSCData[], JSCData[]) - Method in class com.jstatcom.engine.stub.StubEngine
Makes a call to procName in the native library that was loaded before.
callCPtr(Object[]) - Method in class com.jstatcom.engine.CFunc
Call the C function being represented by this object.
callDouble(Object[]) - Method in class com.jstatcom.engine.CFunc
Call the C function being represented by this object.
callFloat(Object[]) - Method in class com.jstatcom.engine.CFunc
Call the C function being represented by this object.
callFunctionForName(String, int, Stack<double[]>) - Static method in class com.jstatcom.parser.CalcFunctions
Executes a function specified with a name.
callInt(Object[]) - Method in class com.jstatcom.engine.CFunc
Call the C function being represented by this object.
callVoid(Object[]) - Method in class com.jstatcom.engine.CFunc
Call the C function being represented by this object.
cancel() - Method in class com.jstatcom.engine.PCall
Interrupts this call and calls the stop method of the engine.
canceled - Variable in class com.jstatcom.io.TSExcelDialog
 
canWriteFormat() - Method in enum com.jstatcom.io.DataHandlerTypes
Gets whether it is possible to write files in the represented type.
capitalizeFirst(String) - Static method in class com.jstatcom.util.UString
Resturns string with first characted capitalized, rest lowercase.
Card - Interface in com.jstatcom.component
Should be implemented by components that are used together with CardDisplayPanel and that should be informed when they are shown or hidden.
CARD_DISPLAYED - Static variable in class com.jstatcom.component.CardDisplayPanel
Name of the property that is thrown when a "card" component is either displayed or hidden.
CardDisplayPanel - Class in com.jstatcom.component
An alternative to CardPanel that can be used in conjunction with CardPanelAction to display components on demand as well as to notify them when they are either shown or hidden.
CardDisplayPanel() - Constructor for class com.jstatcom.component.CardDisplayPanel
Creates a CardDisplayPanel.
CardPanel - Class in com.jstatcom.component
source: http://java.sun.com/products/jfc/tsc/articles/cardpanel/ A simpler alternative to a JPanel with a CardLayout.
CardPanel() - Constructor for class com.jstatcom.component.CardPanel
Creates a CardPanel.
CardPanelAction - Class in com.jstatcom.component
An action for the task of showing a "card" component in a CardDisplayPanel.
CardPanelAction(String, CardDisplayPanel, boolean, String) - Constructor for class com.jstatcom.component.CardPanelAction
Creates an action object that constructs a component on demand according to the arguments.
CardPanelAction(String, CardDisplayPanel, boolean, String, Icon) - Constructor for class com.jstatcom.component.CardPanelAction
Creates an action object that constructs a component on demand according to the arguments.
CFunc - Class in com.jstatcom.engine
An abstraction for a C function pointer.
CFunc(String, String, String) - Constructor for class com.jstatcom.engine.CFunc
Create a new CFunc that is linked with a C function that follows a given calling convention.
CFunc(String, String) - Constructor for class com.jstatcom.engine.CFunc
Create a new CFunc that is linked with a C function that follows the standard "C" calling convention.
CheckBoxList - Class in com.jstatcom.component
This class provides a special JList that renders its items as selectable JCheckBox components.
CheckBoxList() - Constructor for class com.jstatcom.component.CheckBoxList
CheckBoxList default constructor.
checkConfig(ConfigHolder) - Method in class com.jstatcom.engine.EngineTypes
Checks all configuration data for validity.
checkNameThrowEx(String) - Static method in class com.jstatcom.model.JSCConstants
Checks whether name is a valid variable name and throws an exception of not.
checkRowLengths(double[][]) - Static method in class com.jstatcom.util.UMatrix
Checks whether all rows of arg have the same number of columns.
checkRowLengths(int[][]) - Static method in class com.jstatcom.util.UMatrix
Checks whether all rows of arg have the same number of columns.
checkRowLengths(String[][]) - Static method in class com.jstatcom.util.UStringArray
Checks whether all rows of arg have the same number of columns.
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.EngineTypes
This method should be overwritten by clients, if further checks of the settings have to be specified.
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.gauss.GaussEngineType
Checks the validity of the configuration for the GaussEngine.
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.grte.GRTEType
Checks the validity of the configuration for the GRTEngine.
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.matlab.MatlabEngineType
 
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.mlab.MLabEngineType
 
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.mlab.StubMlabEngineType
 
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.ox.OxEngineType
 
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.rstat.RStatEngineType
 
checkSettings(ConfigHolder) - Method in class com.jstatcom.engine.stub.StubEngineType
 
checkValidRNameThrowEx(String) - Static method in class com.jstatcom.engine.rstat.RStatEngine
Throws IllegalArgumentException exception if name is not a valid R symbol.
chooseDirectory(Component, String) - Method in class com.jstatcom.io.FileSupport
Lets the user choose a directory with the JFileChooser.
CIString - Class in com.jstatcom.util
A case insensitive nonempty string.
CIString(String) - Constructor for class com.jstatcom.util.CIString
Creates a portfolio string from a regular string.
CLASS - Static variable in class com.jstatcom.engine.ox.OxLoadTypes
Creates a new instance of an Ox class.
className - Variable in class com.jstatcom.component.Module
Classname of this module.
clear() - Method in class com.jstatcom.component.CheckBoxList
Removes all data from the list model and wipes out all selection information.
clear() - Method in interface com.jstatcom.component.OutHolder
Removes any content that has been previously appended.
clear() - Method in class com.jstatcom.component.ResultField
Clears the text area from text.
clear() - Method in class com.jstatcom.component.SystemOutHolder
Empty implementation.
clear() - Method in class com.jstatcom.model.control.SymbolTableTreeNode
Removes all children that are SymbolTreeNode instances from this node.
clear() - Method in interface com.jstatcom.model.JSCData
After applying this method, isEmpty returns true.
clear() - Method in class com.jstatcom.model.JSCDate
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCDRange
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCInt
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCMap
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCNArray
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCNumber
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCSArray
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCString
Clears this data object.
clear() - Method in class com.jstatcom.model.JSCVoid
Clears this data object.
clear() - Method in class com.jstatcom.model.Symbol
Clears the underlying JSCData object.
clear() - Method in class com.jstatcom.model.SymbolTable
Removes all elements from this collection.
clearSelectionStatus() - Method in class com.jstatcom.component.CheckBoxList
Deselects all checkboxes in this list and fires a property change event.
clearVariableMap() - Method in class com.jstatcom.parser.CalcEngine
Deletes all variables from the variableMap.
CLICK_01 - Static variable in class com.jstatcom.table.JSCPopupTypes
PopupMenu for click change between * and 0.
CLICK_012 - Static variable in class com.jstatcom.table.JSCPopupTypes
PopupMenu for click change between * , 0 and !.
clicked(JSCAbstractDataTable, JSCData, int, int) - Method in class com.jstatcom.table.JSCMouseListenerTypes
Invoked by mouseClicked if a single click on the underlying data table occured.
cloneDoubleArray(double[][]) - Static method in class com.jstatcom.util.UMatrix
Gets an identical copy of x.
cloneIntArray(int[][]) - Static method in class com.jstatcom.util.UMatrix
Gets an identical copy of x.
cloneStringArray(String[][]) - Static method in class com.jstatcom.util.UStringArray
Gets an identical copy of x.
close() - Method in class com.jstatcom.component.Log4jCustomAppender
 
close() - Method in class com.jstatcom.component.SplashScreen
Close the splash screen and free any resources associated with it.
close() - Method in class com.jstatcom.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
CLOSED - Static variable in class com.jstatcom.model.NumberRangeTypes
Type for closed interval.
closestMultiple(int, int) - Static method in class com.jstatcom.util.UMath
Computes the closest multiple of unit for value.
CMalloc - Class in com.jstatcom.engine
A CPtr to memory obtained from the C heap via a call to malloc.
CMalloc(int) - Constructor for class com.jstatcom.engine.CMalloc
Allocate space in the C heap via a call to C's malloc.
COEFF_DEFAULT - Static variable in class com.jstatcom.table.JSCCellRendererTypes
Default TableCellRenderer for coefficients.
COEFF_SCIENTIFIC - Static variable in class com.jstatcom.table.JSCCellRendererTypes
Scientific TableCellRenderer for coefficients.
CoeffTable - Class in com.jstatcom.equation
Special JSCNArrayTable to display coefficients of a model.
CoeffTable() - Constructor for class com.jstatcom.equation.CoeffTable
Default constructor.
CoeffTable(int) - Constructor for class com.jstatcom.equation.CoeffTable
Creates a CoeffTable with an index denoting the part in the equation.
cols() - Method in class com.jstatcom.model.JSCNArray
Gets the number of columns in the stored array.
cols() - Method in class com.jstatcom.model.JSCSArray
Gets the number of columns in the stored array.
columnAtPoint(Point) - Method in class com.jstatcom.table.BorderTable
Reimplements super method such that it considers the border now.
com.jstatcom.component - package com.jstatcom.component
GUI components with general functionality.
com.jstatcom.engine - package com.jstatcom.engine
Abstract implementation of the engine communication as well as the procedure call.
com.jstatcom.engine.gauss - package com.jstatcom.engine.gauss
GAUSS communication that uses an installed version of the software.
com.jstatcom.engine.grte - package com.jstatcom.engine.grte
Gauss Runtime Engine / Gauss Engine communication.
com.jstatcom.engine.matlab - package com.jstatcom.engine.matlab
New enhanced Matlab communication.
com.jstatcom.engine.mlab - package com.jstatcom.engine.mlab
Older Matlab communication.
com.jstatcom.engine.ox - package com.jstatcom.engine.ox
Ox communication.
com.jstatcom.engine.rstat - package com.jstatcom.engine.rstat
R communication, see www.r-project.org.
com.jstatcom.engine.stub - package com.jstatcom.engine.stub
Communication to arbitrary system libraries without JNI wrappers.
com.jstatcom.equation - package com.jstatcom.equation
Components to display equations.
com.jstatcom.io - package com.jstatcom.io
Input/output related classes as well as data import implementations.
com.jstatcom.model - package com.jstatcom.model
Data model and Symbol Management systems.
com.jstatcom.model.control - package com.jstatcom.model.control
Symbol control system.
com.jstatcom.parser - package com.jstatcom.parser
Various parsers generated by JavaCC.
com.jstatcom.project - package com.jstatcom.project
Project and settings management systems.
com.jstatcom.table - package com.jstatcom.table
Special tables for some data types.
com.jstatcom.ts - package com.jstatcom.ts
Components and data types related to time series analysis.
com.jstatcom.util - package com.jstatcom.util
Utility classes shared by other packages.
commonRange(TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Returns the biggest date range that is common to this range and another range.
ComparatorTypes - Class in com.jstatcom.util
This class contains comparators that can be reused by other classes.
compareDoubleArrays(double[][], double[][]) - Static method in class com.jstatcom.util.UMatrix
Compares two double arrays and returns true. if the dimensions are the same and all elements are equal.
compareIntArrays(int[][], int[][]) - Static method in class com.jstatcom.util.UMatrix
Compares two int arrays and returns true. if the dimensions are the same and all elements are equal.
compareStringArrays(String[][], String[][]) - Static method in class com.jstatcom.util.UStringArray
Compares two string arrays and returns true. if the dimensions are the same and all elements are equal.
compareTo(Object) - Method in class com.jstatcom.model.Symbol
Compares two Symbol objects by their uppercase names.
compareTo(Object) - Method in class com.jstatcom.ts.TSDate
Compares two TSDate objects.
compareTo(CIString) - Method in class com.jstatcom.util.CIString
 
COMPILE_CFG - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The XML file containing the list of files to be compiled.
compileGCG() - Method in class com.jstatcom.engine.gauss.GaussEngine
Compiles the source files defined in the XML file for compilation.
compNames() - Method in class com.jstatcom.component.JHelpContextMgr
Gets an itertor of all available keys.
CompSettings - Class in com.jstatcom.component
This class contains some publicly accessible fields that specify settings for components used throughout JStatCom.
CompTest - Class in com.jstatcom.component
This is a set of tests for the com.jstatcom.component package.
CompTest(String) - Constructor for class com.jstatcom.component.CompTest
CompTest constructor comment.
computeMultiLineDimension(FontMetrics, String[]) - Static method in class com.jstatcom.component.MultiLineLabelUI
 
ConfigDialog - Class in com.jstatcom.engine
A JDialog to collect configuration information about the engine from the user.
ConfigDialog() - Constructor for class com.jstatcom.engine.ConfigDialog
Default constructor.
ConfigHolder - Class in com.jstatcom.engine
This class is used by Engine instances to get all information that is necessary to run a specific engine.
ConfigHolder.KeyValPair - Class in com.jstatcom.engine
Inner class for storing key value pairs of this collection as XML elements.
ConfigHolder.KeyValPair(String, String) - Constructor for class com.jstatcom.engine.ConfigHolder.KeyValPair
 
ConfigHolder_XML - Static variable in class com.jstatcom.engine.ConfigHolder
XML format field for (de)serialization.
ConfigKeys - Class in com.jstatcom.engine
This class contains an enumeration of constants that define different types of information needed for a certain engine to run, for example the location of the executable, the temporary directory, etc.
ConfigKeys(String) - Constructor for class com.jstatcom.engine.ConfigKeys
Creates a new config key.
CONSTANT - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
CONSTANT - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
contains(String) - Method in class com.jstatcom.model.SymbolTable
Gets whether this symbol table contains a symbol with name symbolName.
contains(String) - Method in class com.jstatcom.ts.TSHolder
Returns whether the TSHolder contains a TS with the given name.
containsKey(String) - Method in class com.jstatcom.model.JSCMap
Checks whether key is contained.
ContextID_XML - Static variable in class com.jstatcom.component.JHelpContextMgr.ContextID
XML format field for (de)serialization.
conv(double[], double[], int, int) - Static method in class com.jstatcom.util.UMatrix
Computes the discrete convolution function for the vectors x and z from start to end.
copy() - Method in interface com.jstatcom.model.JSCData
Gets a copy of the current object.
copy() - Method in class com.jstatcom.model.JSCDate
 
copy() - Method in class com.jstatcom.model.JSCDRange
 
copy() - Method in class com.jstatcom.model.JSCInt
 
copy() - Method in class com.jstatcom.model.JSCMap
 
copy() - Method in class com.jstatcom.model.JSCNArray
 
copy() - Method in class com.jstatcom.model.JSCNumber
 
copy() - Method in class com.jstatcom.model.JSCSArray
 
copy() - Method in class com.jstatcom.model.JSCString
 
copy() - Method in class com.jstatcom.model.JSCVoid
 
copyIn(int, byte[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, short[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, char[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, int[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, long[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, float[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, double[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyIn.
copyIn(int, byte[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, short[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, char[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, int[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, long[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, float[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyIn(int, double[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying into memory pointed to by C pointer, from the specified array.
copyOut(int, byte[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, short[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, char[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, int[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, long[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, float[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, double[], int, int) - Method in class com.jstatcom.engine.CMalloc
Indirect the C pointer to malloc space, a la CPtr.copyOut.
copyOut(int, byte[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, short[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, char[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, int[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, long[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, float[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copyOut(int, double[], int, int) - Method in class com.jstatcom.engine.CPtr
Indirect the C pointer, copying from memory pointed to by C pointer, into the specified array.
copySymbol(Symbol, Symbol) - Static method in class com.jstatcom.model.Symbol
Moves data and listeners from one symbol to the other.
COS - Static variable in class com.jstatcom.parser.CalcFunctions
cos(a), computes cosinus function for all elements of an array.
COUNT - Variable in class com.jstatcom.util.Maturity
The number of the time units.
CPtr - Class in com.jstatcom.engine
An abstraction for a C pointer data type.
CREATE_DUMMY - Static variable in class com.jstatcom.ts.TSActionTypes
Creates dummy variables by invoking a dialog.
createDefaultColumnsFromModel() - Method in class com.jstatcom.table.BorderTable
Reimplements super method.
createDefaultColumnsFromModel() - Method in class com.jstatcom.table.JSCAbstractDataTable
This method will create default columns for the table from the data model.
createDeterministic(TSDateRange, JSCNArray, boolean, boolean, boolean, boolean, String) - Static method in class com.jstatcom.util.UData
Creates a data object with the deterministic variables to be used for estimation according to the parametrization.
createDiff(int) - Method in class com.jstatcom.ts.TS
Applies the difference operator to a copy of the series and returns the new series with the name oldName + "_d" + Math.abs(periods).
createLibs() - Method in class com.jstatcom.engine.gauss.GaussEngine
Creates the GAUSS libraries defined in the respective XML file
createLog() - Method in class com.jstatcom.ts.TS
Applies the log operator to a copy of the series and returns the new series with the name oldName + "_log".
createNamedIndex(String, double[]) - Static method in class com.jstatcom.util.UStringArray
Creates an index with its elements starting with name followed by the integer part of the respective element of idx.
createResMat(JSCNArray, JSCNArray, JSCNArray, String) - Static method in class com.jstatcom.util.UData
Creates a restriction matrix to be used for model estimation.
createSeasDum(boolean, boolean) - Method in class com.jstatcom.ts.TSDateRange
Creates seasonal dummy series as double[][], see TSDateRange.createSeasDumTS(boolean, boolean).
createSeasDumTS(boolean, boolean) - Method in class com.jstatcom.ts.TSDateRange
Creates seasonal dummy series according to the periodicity of this time series.
createShiftDum(TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Creates a double[] that is a shift dummy for this range, see TSDateRange.createShiftDumTS(java.lang.String, com.jstatcom.ts.TSDateRange).
createShiftDumTS(String, TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Creates a time series that is a shift dummy for this range.
createTrendShiftDum(TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Creates a double[] that is a trend shift dummy for this range, see TSDateRange.createTrendShiftDumTS(java.lang.String, com.jstatcom.ts.TSDateRange).
createTrendShiftDumTS(String, TSDateRange) - Method in class com.jstatcom.ts.TSDateRange
Creates a time series that is a trend shift dummy for this range.
createYZMat(JSCNArray, JSCNArray, JSCNArray, int, int, String, String) - Static method in class com.jstatcom.util.UData
Creates the Y and Z matrices to be used for estimation.
CSignTypes - Class in com.jstatcom.engine.stub
Typesave enum that defines property types for JSCData objects that can be used to model the signature of exported C functions.
currentToken - Variable in exception com.jstatcom.parser.ParseException
This is the last token that has been consumed successfully.

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