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

L

LAGN - Static variable in class com.jstatcom.parser.CalcFunctions
lagn(a,b), lags the array by b elements and fills the resulting free slots with Double.NaN.
LAST_STATE_PATH - Variable in class com.jstatcom.project.SettingsManager
 
layoutCompoundLabel(FontMetrics, String[], Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class com.jstatcom.component.MultiLineLabelUI
Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.
layoutCompoundLabel(JComponent, FontMetrics, String[], Icon, int, int, int, int, Rectangle, Rectangle, Rectangle, int) - Static method in class com.jstatcom.component.MultiLineLabelUI
Compute and return the location of the icons origin, the location of origin of the text baseline, and a possibly clipped version of the compound labels string.
layoutContainer(Container) - Method in class com.jstatcom.equation.EqLayout
Manages the layout for the target container and its child components.
LEFT_BRACKET - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
LEFT_OPEN - Static variable in class com.jstatcom.model.NumberRangeTypes
Type for left-open interval.
leftBracket - Variable in class com.jstatcom.model.NumberRangeTypes
"(" (not inclusive) or "[" (inclusive).
leftBracket() - Method in class com.jstatcom.model.NumberRangeTypes
Gets the strimg for the left bracket.
leftBracket() - Method in class com.jstatcom.parser.NumberRangeParser
 
leftOpen - Variable in class com.jstatcom.model.NumberRangeTypes
Whether lower bound is open.
LETTER - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
LETTER - Static variable in interface com.jstatcom.parser.NumberRangeParserConstants
 
lexStateNames - Static variable in class com.jstatcom.parser.CalcEngineTokenManager
 
lexStateNames - Static variable in class com.jstatcom.parser.MaturityParserTokenManager
 
lexStateNames - Static variable in class com.jstatcom.parser.NumberRangeParserTokenManager
 
lexStateNames - Static variable in class com.jstatcom.parser.TSDateParserTokenManager
 
LHS - Static variable in interface com.jstatcom.parser.CalcEngineConstants
 
LIB - Static variable in class com.jstatcom.engine.gauss.GaussLoadTypes
A GAUSS library (.lcg), loaded via the lib command.
LIB_CFG - Static variable in class com.jstatcom.engine.gauss.GaussConfigKeys
The XML file containing the list of libraries.
libraryName - Variable in class com.jstatcom.engine.gauss.LIBSet.SRCLibPair
 
LIBS - Variable in class com.jstatcom.engine.gauss.GCGSet
 
LIBS - Variable in class com.jstatcom.engine.gauss.LIBSet
 
LIBSet - Class in com.jstatcom.engine.gauss
This class stores information to create the GAUSS lcg files from the source files.
LIBSet(String) - Constructor for class com.jstatcom.engine.gauss.LIBSet
Creates an empty LIBSet.
LIBSet.SRCLibPair - Class in com.jstatcom.engine.gauss
Innter class that stores a libraryname - sourcefile mapping.
LIBSet.SRCLibPair(String, String) - Constructor for class com.jstatcom.engine.gauss.LIBSet.SRCLibPair
Creates a SRCLibPair.
LIBSet_XML - Static variable in class com.jstatcom.engine.gauss.LIBSet
XML format field for (de)serialization.
LICENSE - Static variable in class com.jstatcom.component.TopFrame
 
load(String, LoadTypes, JSCData...) - Method in interface com.jstatcom.engine.Engine
Loads an engine specific type that is defined by a load type.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.gauss.GaussEngine
Loads a module according to the load type.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.grte.GRTEngine
Loads a module according to the load type.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.matlab.MatlabEngine
Sets the name of the native library to be used or loads an executable.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.mlab.MLabEngine
Sets the name of the native library to be used or loads an executable.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.mlab.StubMlabEngine
Sets the name of the native library to be used or loads an executable.
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.ox.OxEngine
Loads a module according to the load type.
load(String, LoadTypes, JSCData[]) - Method in class com.jstatcom.engine.PCall
Adapter to Engine.load that uses engine().
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.rstat.RStatEngine
Loads an R module, two cases are available: 1) loadType == RStatLoadTypes.RPACKAGE calls library(module) in R, the module must be installed for R 2) loadType == RStatLoadTypes.USERCODE expands module to a pathname relative to .
load(String, LoadTypes, JSCData...) - Method in class com.jstatcom.engine.stub.StubEngine
Sets the name of the native library to be used.
loadProjectForNode(ProjectTreeNode) - Method in class com.jstatcom.project.ProjectTree
Loads a project from a project tree node.
LoadTypes - Class in com.jstatcom.engine
This class contains an enumeration of constants that define different types of modules that can be loaded by a certain engine, for example dynamic link libraries (.dll) or special engine executables (.lib).
LoadTypes(String) - Constructor for class com.jstatcom.engine.LoadTypes
Creates a new config key.
local() - Method in class com.jstatcom.model.ModelFrame
Gets the local symbol table, which is identical with the global table for a ModelFrame.
local() - Method in class com.jstatcom.model.ModelPanel
Gets the local symbol table that is only visible to this panel.
LOCAL - Static variable in class com.jstatcom.model.Scope
The local symbol scope.
local() - Method in interface com.jstatcom.model.SymbolScope
Gets the local level symbol table that is only visible to this and all child components that implement SymbolScope.
LOG - Static variable in class com.jstatcom.parser.CalcFunctions
log(a), computes natural logarithm for all elements of an array.
Log4jCustomAppender - Class in com.jstatcom.component
Custom appender for log4j logging.
Log4jCustomAppender() - Constructor for class com.jstatcom.component.Log4jCustomAppender
 
LogFrame - Class in com.jstatcom.component
Frame that can be used as a log area for various kinds of messages.
LogFrame() - Constructor for class com.jstatcom.component.LogFrame
Creates a LogFrame.
LogFrame - Class in com.jstatcom.io
Frame that can be used as a log area for various kinds of messages.
LogFrame() - Constructor for class com.jstatcom.io.LogFrame
Creates a LogFrame.
Logger - Interface in com.jstatcom.io
Simple interface to be implemented by components that process log strings.
LogHandler - Class in com.jstatcom.engine.matlab
The standard output and error handler for Matlab.
LogHandler() - Constructor for class com.jstatcom.engine.matlab.LogHandler
 
lookingAhead - Variable in class com.jstatcom.parser.CalcEngine
 
lookingAhead - Variable in class com.jstatcom.parser.TSDateParser
 
lowerBound - Variable in class com.jstatcom.model.NumberRange
The lower bound of this range.
lowerBound() - Method in class com.jstatcom.model.NumberRange
Gets the lower bound for this range.
lowerBound() - Method in class com.jstatcom.parser.NumberRangeParser
 
lowerBound() - Method in class com.jstatcom.ts.TSDateRange
Gets reference to start date of range.
lowerBound_noSymbols() - Method in class com.jstatcom.parser.NumberRangeParser
 
lowerTringular(double, int) - Static method in class com.jstatcom.util.UMatrix
Gets a quadratic double array of dimension dim with all elements on and below the diagonal set to value.

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