JMSLTM Numerical Library 6.0

Serialized Form


Package com.imsl

Class com.imsl.IMSLException extends Exception implements Serializable

serialVersionUID: 6962072426038888467L

Class com.imsl.IMSLRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -8583267135137064734L

Class com.imsl.IMSLUnexpectedErrorException extends IMSLRuntimeException implements Serializable

serialVersionUID: -8960342698823033720L

Class com.imsl.LicenseManagerException extends IMSLRuntimeException implements Serializable

serialVersionUID: 3246909741949332433L

Serialized Fields

feature

String feature

errorNumber

int errorNumber

errorString

String errorString

pathLicense

String pathLicense

Package com.imsl.chart

Class com.imsl.chart.About extends JDialog implements Serializable

serialVersionUID: -1195589500079466012L

Serialized Fields

jTabbedPane

JTabbedPane jTabbedPane
Deprecated. 

Class com.imsl.chart.AbstractChartNode extends Object implements Serializable

Serialized Fields

parent

AbstractChartNode parent

attributes

Map attributes

children

List children

Class com.imsl.chart.Annotation extends Data implements Serializable

serialVersionUID: 8663008391042962160L

Serialized Fields

x

double x

y

double y

text

Text text

Class com.imsl.chart.Axis extends ChartNode implements Serializable

serialVersionUID: 6432112139179797210L

Class com.imsl.chart.Axis1D extends ChartNode implements Serializable

serialVersionUID: 8468397308628239496L

Serialized Fields

scale

double scale

screenMin

double screenMin

screenMax

double screenMax

window

double[] window

isXAxis

boolean isXAxis

isYAxis

boolean isYAxis

type

int type

Class com.imsl.chart.AxisLabel extends ChartNode implements Serializable

serialVersionUID: -5748286934813316846L

Class com.imsl.chart.AxisLine extends ChartNode implements Serializable

serialVersionUID: 9088769486351238242L

Serialized Fields

scale

double scale

screenMin

double screenMin

screenMax

double screenMax

isXAxis

boolean isXAxis

isYAxis

boolean isYAxis

Class com.imsl.chart.AxisR extends ChartNode implements Serializable

serialVersionUID: -3527693052105813538L

Class com.imsl.chart.AxisRLabel extends ChartNode implements Serializable

serialVersionUID: 6105118922124029996L

Class com.imsl.chart.AxisRLine extends ChartNode implements Serializable

serialVersionUID: 6452007028453255329L

Class com.imsl.chart.AxisRMajorTick extends ChartNode implements Serializable

serialVersionUID: -2706228430115749961L

Class com.imsl.chart.AxisTheta extends ChartNode implements Serializable

serialVersionUID: 5406020561932335098L

Class com.imsl.chart.AxisTitle extends ChartNode implements Serializable

serialVersionUID: -6024845470323774148L

Class com.imsl.chart.AxisUnit extends ChartNode implements Serializable

serialVersionUID: 8325629519583789089L

Class com.imsl.chart.AxisXY extends Axis implements Serializable

serialVersionUID: -3340585018141372005L

Class com.imsl.chart.Background extends AxisXY implements Serializable

serialVersionUID: 5018295565812471789L

Class com.imsl.chart.Bar extends Data implements Serializable

serialVersionUID: 7345202215000122497L

Class com.imsl.chart.BarItem extends Data implements Serializable

serialVersionUID: 4515245469513689463L

Serialized Fields

stack

int stack

group

int group

index

int index

Class com.imsl.chart.BarSet extends ChartNode implements Serializable

serialVersionUID: -2825934605150635999L

Serialized Fields

stack

int stack

group

int group

Class com.imsl.chart.BoxPlot extends Data implements Serializable

serialVersionUID: -629708245295236018L

Class com.imsl.chart.BoxPlot.Statistics extends Object implements Serializable

serialVersionUID: 8776051297630936778L

Serialized Fields

nObservations

int nObservations

minimumValue

double minimumValue

maximumValue

double maximumValue

median

double median

medianLowerConfidenceInterval

double medianLowerConfidenceInterval

medianUpperConfidenceInterval

double medianUpperConfidenceInterval

lowerQuartile

double lowerQuartile

upperQuartile

double upperQuartile

lowerAdjacentValue

double lowerAdjacentValue

upperAdjacentValue

double upperAdjacentValue

farMarkers

double[] farMarkers

outsideMarkers

double[] outsideMarkers

Class com.imsl.chart.Candlestick extends HighLowClose implements Serializable

serialVersionUID: -3438535069534404158L

Class com.imsl.chart.CandlestickItem extends Data implements Serializable

serialVersionUID: -1250992535821275208L

Serialized Fields

down

boolean down
True if this node is for down days.

Class com.imsl.chart.Chart extends ChartNode implements Serializable

serialVersionUID: 7679646247635478884L

Class com.imsl.chart.ChartNode extends AbstractChartNode implements Serializable

serialVersionUID: -2299994147137654443L

Class com.imsl.chart.ChartServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1209021182101060966L

Class com.imsl.chart.ChartTitle extends AxisXY implements Serializable

serialVersionUID: -7654395367101814423L

Class com.imsl.chart.Contour extends Data implements Serializable

serialVersionUID: 7520454487510395733L

Class com.imsl.chart.Contour.Legend extends AxisXY implements Serializable

serialVersionUID: 7025394769903697880L

Class com.imsl.chart.ContourLevel extends ChartNode implements Serializable

serialVersionUID: 1099394230464696597L

Class com.imsl.chart.Data extends ChartNode implements Serializable

serialVersionUID: 6856021948718913572L

Class com.imsl.chart.Dendrogram extends Data implements Serializable

serialVersionUID: -7303088473169399510L

Serialized Fields

isVertical

boolean isVertical

colors

Color[] colors

members

int[] members

nColors

int nColors

Class com.imsl.chart.ErrorBar extends Data implements Serializable

serialVersionUID: -6028373839163031433L

Class com.imsl.chart.Grid extends ChartNode implements Serializable

serialVersionUID: -4397521322443438890L

Serialized Fields

type

int type

Class com.imsl.chart.GridPolar extends ChartNode implements Serializable

serialVersionUID: 9168398858543536358L

Class com.imsl.chart.Heatmap extends Data implements Serializable

serialVersionUID: -7600764520229225428L

Class com.imsl.chart.Heatmap.Legend extends AxisXY implements Serializable

serialVersionUID: 6928651759557883801L

Class com.imsl.chart.HighLowClose extends Data implements Serializable

serialVersionUID: -4577277597260607250L

Class com.imsl.chart.JFrameChart extends JFrame implements Serializable

serialVersionUID: 7391030581885701255L

Serialized Fields

panel

JPanelChart panel

chooser

JFileChooser chooser

jMenuBar

JMenuBar jMenuBar

jMenuEdit

JMenu jMenuEdit

jMenuFile

JMenu jMenuFile

jMenuHelp

JMenu jMenuHelp

jMenuItemAbout

JMenuItem jMenuItemAbout

jMenuItemCopy

JMenuItem jMenuItemCopy

jMenuItemExit

JMenuItem jMenuItemExit

jMenuItemPrint

JMenuItem jMenuItemPrint

jMenuItemSaveAs

JMenuItem jMenuItemSaveAs

jSeparator1

JSeparator jSeparator1

Class com.imsl.chart.JPanelChart extends JPanel implements Serializable

serialVersionUID: 3079953021328597513L

Serialized Fields

chart

Chart chart
The embedded chart.

Class com.imsl.chart.JspBean extends Object implements Serializable

serialVersionUID: 4547879883982022005L

Serialized Fields

chartServletName

String chartServletName
The URL of the ChartServlet.


size

Dimension size
The size of the image.


createImageMap

boolean createImageMap
If true, a client-size imagemap is to be generated.


id

String id
The identifier number for the chart.


mapName

String mapName
The name of the client-size imagemap.


imageMap

String imageMap
The client-side imagemap tag


jspBeanGraphics

com.imsl.chart.JspBean.JspBeanGraphics jspBeanGraphics

Class com.imsl.chart.Legend extends AxisXY implements Serializable

serialVersionUID: 8072493207759271668L

Serialized Fields

items

Vector items

Class com.imsl.chart.MajorTick extends ChartNode implements Serializable

serialVersionUID: 816271425298433400L

Class com.imsl.chart.MinorTick extends ChartNode implements Serializable

serialVersionUID: -3285492702480329817L

Class com.imsl.chart.PickEvent extends MouseEvent implements Serializable

serialVersionUID: -7761160627994872475L

Serialized Fields

node

ChartNode node

Class com.imsl.chart.Pie extends Axis implements Serializable

serialVersionUID: 6599193505282767278L

Class com.imsl.chart.PieSlice extends Data implements Serializable

serialVersionUID: -7394340577016644709L

Serialized Fields

index

int index

angleA

double angleA

angleB

double angleB

Class com.imsl.chart.Polar extends Axis implements Serializable

serialVersionUID: -8910000160054451120L

Serialized Fields

scale

double scale

screenX

double screenX

screenY

double screenY

Class com.imsl.chart.SplineData extends Data implements Serializable

serialVersionUID: -3198431932098243137L

Class com.imsl.chart.Text extends Object implements Serializable

serialVersionUID: -392949487622511516L

Serialized Fields

string

String string

alignment

int alignment

haveAlignment

boolean haveAlignment

defaultAlignment

int defaultAlignment

offset

double offset

haveOffset

boolean haveOffset

defaultOffset

double defaultOffset

nLines

int nLines

Class com.imsl.chart.ToolTip extends ChartNode implements Serializable

serialVersionUID: 5762973983908407192L

Class com.imsl.chart.Treemap extends Data implements Serializable

serialVersionUID: -5467028948638147358L

Serialized Fields

areas

double[] areas

shades

double[] shades

Class com.imsl.chart.Treemap.Legend extends AxisXY implements Serializable

serialVersionUID: -7209113964099069492L


Package com.imsl.chart.qc

Class com.imsl.chart.qc.CChart extends ShewhartControlChart implements Serializable

serialVersionUID: 3183019001905573353L

Class com.imsl.chart.qc.ControlLimit extends Data implements Serializable

serialVersionUID: -5439816812022257690L

Class com.imsl.chart.qc.CuSum extends ShewhartControlChart implements Serializable

serialVersionUID: 8977584267441970966L

Serialized Fields

xbar

double[] xbar

Class com.imsl.chart.qc.CuSumStatus extends ShewhartControlChart implements Serializable

serialVersionUID: -1547638060556992433L

Class com.imsl.chart.qc.EWMA extends ShewhartControlChart implements Serializable

serialVersionUID: 2445501021667795309L

Serialized Fields

expectedStandardDeviation

double expectedStandardDeviation

Class com.imsl.chart.qc.NpChart extends ShewhartControlChart implements Serializable

serialVersionUID: -7307031636751108526L

Class com.imsl.chart.qc.ParetoChart extends Bar implements Serializable

serialVersionUID: 8278913985509829048L

Class com.imsl.chart.qc.PChart extends ShewhartControlChart implements Serializable

serialVersionUID: 6016890121883042912L

Class com.imsl.chart.qc.RChart extends ShewhartControlChart implements Serializable

serialVersionUID: 6141415006860474108L

Class com.imsl.chart.qc.SChart extends ShewhartControlChart implements Serializable

serialVersionUID: 4449449115793035095L

Class com.imsl.chart.qc.ShewhartControlChart extends Data implements Serializable

serialVersionUID: 38937005054236886L

Serialized Fields

controlLimits

List controlLimits
List of all the ControlLimits added to this chart. This includes the standard upper, center and lower lines.

Class com.imsl.chart.qc.UChart extends ShewhartControlChart implements Serializable

serialVersionUID: -3188381276916825773L

Class com.imsl.chart.qc.XbarR extends ShewhartControlChart implements Serializable

serialVersionUID: 4607080975047811571L

Class com.imsl.chart.qc.XbarS extends ShewhartControlChart implements Serializable

serialVersionUID: -1317883473446180319L

Class com.imsl.chart.qc.XmR extends ShewhartControlChart implements Serializable

serialVersionUID: 5055162287539088530L


Package com.imsl.chart3d

Class com.imsl.chart3d.AmbientLight extends ChartNode3D implements Serializable

serialVersionUID: 8295008090986796349L

Class com.imsl.chart3d.Axis3D extends ChartNode3D implements Serializable

serialVersionUID: 4531798103590467846L

Serialized Fields

type

int type

userMin

double userMin

userMax

double userMax

scale

double scale

window

double[] window

isXAxis

boolean isXAxis

isYAxis

boolean isYAxis

isZAxis

boolean isZAxis

Class com.imsl.chart3d.AxisBox extends ChartNode3D implements Serializable

serialVersionUID: 1612789123334035940L

Class com.imsl.chart3d.AxisLabel extends ChartNode3D implements Serializable

serialVersionUID: -5165565362572224134L

Class com.imsl.chart3d.AxisLine extends ChartNode3D implements Serializable

serialVersionUID: 8456216138746241743L

Class com.imsl.chart3d.AxisTitle extends ChartNode3D implements Serializable

serialVersionUID: -8769086272711036073L

Class com.imsl.chart3d.AxisXYZ extends ChartNode3D implements Serializable

serialVersionUID: 7665399420374511278L

Class com.imsl.chart3d.Background extends ChartNode3D implements Serializable

serialVersionUID: -5015857792701447102L

Class com.imsl.chart3d.Canvas3DChart extends Canvas3D implements Serializable

serialVersionUID: 989828976762510231L

Serialized Fields

chart

Chart3D chart

listPreSwapPaint

List listPreSwapPaint

listPostSwapPaint

List listPostSwapPaint

Class com.imsl.chart3d.Chart3D extends ChartNode3D implements Serializable

serialVersionUID: 330486924703056566L

Serialized Fields

universe

com.sun.j3d.utils.universe.SimpleUniverse universe

root

BranchGroup root

firstPass

boolean firstPass

Class com.imsl.chart3d.ChartLights extends ChartNode3D implements Serializable

serialVersionUID: 7944680865681349112L

Class com.imsl.chart3d.ChartNode3D extends AbstractChartNode implements Serializable

serialVersionUID: 1213789157721066960L

Class com.imsl.chart3d.ColormapLegend extends ChartNode3D implements Serializable

serialVersionUID: -4578806270295164818L

Class com.imsl.chart3d.Data extends ChartNode3D implements Serializable

serialVersionUID: -1161198985757090015L

Class com.imsl.chart3d.DirectionalLight extends ChartNode3D implements Serializable

serialVersionUID: 8816664274381861974L

Class com.imsl.chart3d.JFrameChart3D extends JFrame implements Serializable

serialVersionUID: 6897549848468215090L

Serialized Fields

canvas

Canvas3DChart canvas

chooser

JFileChooser chooser

jMenuBar

JMenuBar jMenuBar

jMenuEdit

JMenu jMenuEdit

jMenuFile

JMenu jMenuFile

jMenuHelp

JMenu jMenuHelp

jMenuItemAbout

JMenuItem jMenuItemAbout

jMenuItemCopy

JMenuItem jMenuItemCopy

jMenuItemExit

JMenuItem jMenuItemExit

jMenuItemPrint

JMenuItem jMenuItemPrint

jMenuItemSaveAs

JMenuItem jMenuItemSaveAs

jSeparator1

JSeparator jSeparator1

Class com.imsl.chart3d.MajorTick extends ChartNode3D implements Serializable

serialVersionUID: -6951211509747812221L

Class com.imsl.chart3d.PointLight extends ChartNode3D implements Serializable

serialVersionUID: -457430219146335719L

Class com.imsl.chart3d.Surface extends Data implements Serializable

serialVersionUID: -643723006346557422L


Package com.imsl.datamining

Class com.imsl.datamining.NaiveBayesClassifier extends Object implements Serializable

serialVersionUID: -2908897292221295491L

Serialized Fields

ignoreMissingValues

boolean ignoreMissingValues

nClasses

int nClasses

nContinuous

int nContinuous

nNominal

int nNominal

avg

double[][] avg

stdev

double[][] stdev

nMissingTarget

int[] nMissingTarget

trainFirst

boolean trainFirst

clambda

double clambda

zeroCorrection

double zeroCorrection

dlambda

double dlambda

conditionalClassProb

double[][][] conditionalClassProb

classError

double[] classError

classErrorsTable

int[][] classErrorsTable

targetClassProb

double[] targetClassProb

predictedClassProb

double[][] predictedClassProb

predictedClass

int[] predictedClass

continuousInputs

ArrayList continuousInputs

nominalInputs

ArrayList nominalInputs

logger

Logger logger

log

boolean log

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

Package com.imsl.datamining.neural

Class com.imsl.datamining.neural.BinaryClassification extends Object implements Serializable

serialVersionUID: 1515911072471604807L

Serialized Fields

network

Network network

Class com.imsl.datamining.neural.EpochTrainer extends Object implements Serializable

serialVersionUID: -1494474058120473431L

Serialized Fields

stage1Trainer

Trainer stage1Trainer

stage2Trainer

Trainer stage2Trainer

rsi

com.imsl.datamining.neural.RandomSampleIndicies rsi

numberOfEpochs

int numberOfEpochs

epochSize

int epochSize

errorStatus

int errorStatus

randomGuess

Random randomGuess

errorValue

double errorValue

gradientValue

double[] gradientValue

numOfThreads

int numOfThreads

epochCount

int epochCount

Class com.imsl.datamining.neural.FeedForwardNetwork extends Network implements Serializable

serialVersionUID: -904532567291586713L

Serialized Fields

inputLayer

InputLayer inputLayer
The InputLayer in this Network.


outputLayer

OutputLayer outputLayer
The OutputLayer in this Network.


hiddenLayers

List hiddenLayers
The HiddenLayers in this Network.


listLinks

List listLinks
A collection of Link objects which link the Node s in this Network.

Class com.imsl.datamining.neural.HiddenLayer extends Layer implements Serializable

serialVersionUID: 1360909424531526810L

Class com.imsl.datamining.neural.InputLayer extends Layer implements Serializable

serialVersionUID: 3343867397299568611L

Class com.imsl.datamining.neural.InputNode extends Node implements Serializable

serialVersionUID: -2535561513841663978L

Class com.imsl.datamining.neural.Layer extends Object implements Serializable

serialVersionUID: -2961116520984745380L

Serialized Fields

network

FeedForwardNetwork network

nodes

List nodes

index

int index

Class com.imsl.datamining.neural.LeastSquaresTrainer extends Object implements Serializable

serialVersionUID: 2382591595996154907L

Serialized Fields

maximumStepsize

double maximumStepsize

initialTrustRegion

double initialTrustRegion

maximumSolverIterations

int maximumSolverIterations

relativeTolerance

double relativeTolerance

falseConvergenceTolerance

double falseConvergenceTolerance

gradientTolerance

double gradientTolerance

stepTolerance

double stepTolerance

errorStatus

int errorStatus

errorValue

double errorValue

residual

double residual

gradientValue

double[] gradientValue

Class com.imsl.datamining.neural.Link extends Object implements Serializable

serialVersionUID: -6968135958049633172L

Serialized Fields

from

Node from

to

Node to

weight

double weight

Class com.imsl.datamining.neural.MultiClassification extends Object implements Serializable

serialVersionUID: 7602359443527940862L

Serialized Fields

network

Network network

Class com.imsl.datamining.neural.Network extends Object implements Serializable

serialVersionUID: -6101313673345094916L

Class com.imsl.datamining.neural.Node extends Object implements Serializable

serialVersionUID: -6968135958049633172L

Serialized Fields

layer

Layer layer

listInwardLinks

List listInwardLinks

listOutwardLinks

List listOutwardLinks

Class com.imsl.datamining.neural.OutputLayer extends Layer implements Serializable

serialVersionUID: 3973811279067242920L

Class com.imsl.datamining.neural.OutputPerceptron extends Perceptron implements Serializable

serialVersionUID: 7492459927676742624L

Class com.imsl.datamining.neural.Perceptron extends Node implements Serializable

serialVersionUID: 660597947758997285L

Serialized Fields

bias

double bias

activation

Activation activation

Class com.imsl.datamining.neural.QuasiNewtonTrainer extends Object implements Serializable

serialVersionUID: 1840809173296559899L

Serialized Fields

maximumStepsize

double maximumStepsize

maximumTrainingIterations

int maximumTrainingIterations

relativeTolerance

double relativeTolerance

stepTolerance

double stepTolerance

falseConvergenceTolerance

double falseConvergenceTolerance

gradientTolerance

double gradientTolerance

error

QuasiNewtonTrainer.Error error

errorValue

double errorValue

gradientValue

double[] gradientValue

solverIterations

int solverIterations

errorStatus

int errorStatus

useBackPropagation

boolean useBackPropagation

Class com.imsl.datamining.neural.ScaleFilter extends Object implements Serializable

serialVersionUID: -8962161849298253922L

Serialized Fields

realMin

double realMin

realMax

double realMax

targetMin

double targetMin

targetMax

double targetMax

center

double center

spread

double spread

scalingMethod

int scalingMethod

centerSet

boolean centerSet

spreadSet

boolean spreadSet

isInitialized

boolean isInitialized

Class com.imsl.datamining.neural.TimeSeriesClassFilter extends Object implements Serializable

serialVersionUID: -938507185324134454L

Serialized Fields

nClasses

int nClasses

Class com.imsl.datamining.neural.TimeSeriesFilter extends Object implements Serializable

serialVersionUID: -3640852177847529770L

Class com.imsl.datamining.neural.UnsupervisedNominalFilter extends Object implements Serializable

serialVersionUID: 267558733380348486L

Serialized Fields

nClasses

int nClasses

Class com.imsl.datamining.neural.UnsupervisedOrdinalFilter extends Object implements Serializable

serialVersionUID: 1628045300971865448L

Serialized Fields

nClasses

int nClasses

transform

int transform

rawPercentages

double[] rawPercentages

transformedPercentages

double[] transformedPercentages

isInitialized

boolean isInitialized

Package com.imsl.io

Class com.imsl.io.AbstractFlatFile.FlatFileSQLException extends SQLException implements Serializable

serialVersionUID: 3195993761748901492L

Class com.imsl.io.CVSTest extends Object implements Serializable

Class com.imsl.io.MPSReader extends Object implements Serializable

serialVersionUID: 3687395835320383406L

Serialized Fields

name

String name
Problem name


mapConstraintRow

Map mapConstraintRow
Map of (nameRow, Row) pairs


listRows

List listRows
Ordered list of constraint rows


nameListVariables

com.imsl.io.MPSReader.NameList nameListVariables
Names of the variables (column names).


setNameFreeRows

Set setNameFreeRows
Set of names of free rows, not including the objective row.


objective

MPSReader.Row objective
The free row that is the objective.


nameObjective

com.imsl.io.MPSReader.CIString nameObjective
Name of the free row that is the objective row. If not set by user, default to first free row in file.


nameRHS

com.imsl.io.MPSReader.CIString nameRHS
Name of RHS set to use. If not set by user, default to first in file.


nameBounds

com.imsl.io.MPSReader.CIString nameBounds
Name of BOUNDS set to use. If not set by user, default to first in file.


nameRanges

com.imsl.io.MPSReader.CIString nameRanges
Name of RANGES set to use. If not set by user, default to first in file.


nNonZeros

int nNonZeros
Number of non-zeros in the constraint matrix.


nVariables

int nVariables
Number of variables. This is also the number of columns.


boundsLower

double[] boundsLower
The lower bounds on the variables.


boundsUpper

double[] boundsUpper
The upper bounds on the variables.


integerVariables

Set integerVariables
Set of integer variables.

Class com.imsl.io.MPSReader.Element extends Object implements Serializable

serialVersionUID: -5615049643952600388L

Serialized Fields

columnIndex

int columnIndex

value

double value

Class com.imsl.io.MPSReader.InvalidMPSFileException extends IMSLException implements Serializable

serialVersionUID: 8130351817245044904L

Class com.imsl.io.MPSReader.Row extends Object implements Serializable

serialVersionUID: 1551916309678021439L

Serialized Fields

name

com.imsl.io.MPSReader.CIString name

type

int type

column

List column

lowerRange

double lowerRange

upperRange

double upperRange

Package com.imsl.math

Class com.imsl.math.BoundedLeastSquares extends Object implements Serializable

serialVersionUID: -5119660262387612903L

Serialized Fields

l_m

int l_m

l_n

int l_n

l_ibtype

int l_ibtype

l_xlb

double[] l_xlb

l_xub

double[] l_xub

lv_value

double[] lv_value

errorCode

int errorCode

maxitn

int maxitn

maxfcn

int maxfcn

maxjacobian

int maxjacobian

ndigit

int ndigit

iscale

int iscale

user_xguess

int user_xguess

user_xscale

int user_xscale

user_fscale

int user_fscale

user_jacobian

int user_jacobian

user_fjac

int user_fjac

l_xguess

double[] l_xguess

l_xscale

double[] l_xscale

l_fscale

double[] l_fscale

l_fvec

double[] l_fvec

l_fjac

double[] l_fjac

max_step

double max_step

trust_region

double trust_region

grad_tol

double grad_tol

rfcn_tol

double rfcn_tol

step_tol

double step_tol

afcn_tol

double afcn_tol

gradtl

double gradtl

steptl

double steptl

rftol

double rftol

aftol

double aftol

falstl

double falstl

mxiter

int mxiter

maxfcnsf

int maxfcnsf

maxjac

int maxjac

fpnrmp

double[] fpnrmp

nmaxs

int[] nmaxs

deltap

double[] deltap

gnleng

double[] gnleng

nsing7

int[] nsing7

phi

double[] phi

phip

double[] phip

phipi

double[] phipi

sgnorm

double[] sgnorm

Class com.imsl.math.BoundedLeastSquares.FalseConvergenceException extends IMSLException implements Serializable

serialVersionUID: 9109987067770982906L

Class com.imsl.math.BoundedVariableLeastSquares extends Object implements Serializable

serialVersionUID: 4526516719725138726L

Serialized Fields

A

double[][] A

BND

double[][] BND

B

double[] B

X

double[] X

W

double[] W

Z

double[] Z

RNORM

double RNORM

EPS

double EPS

UP

double UP

ALPHA

double ALPHA

M

int M

N

int N

I

int I

J

int J

JJ

int JJ

ITMAX

int ITMAX

ITER

int ITER

IZ

int IZ

IZ2

int IZ2

IZ1

int IZ1

NSETP

int NSETP

NPP1

int NPP1

IBOUND

int IBOUND

LBOUND

int LBOUND

FIND

boolean FIND

FREE

boolean FREE

HITBND

boolean HITBND

INDEX

int[] INDEX

Class com.imsl.math.BoundedVariableLeastSquares.TooManyIterException extends IMSLException implements Serializable

serialVersionUID: -8749211180982347209L

Class com.imsl.math.BsInterpolate extends BSpline implements Serializable

serialVersionUID: 6875183274271772797L

Class com.imsl.math.BsLeastSquares extends BSpline implements Serializable

serialVersionUID: 5058715506371854268L

Serialized Fields

nCoef

int nCoef
Number of B-spline coefficients.


weight

double[] weight
The weight array of length n, where n is the number of data points fit.

Class com.imsl.math.BSpline extends Object implements Serializable

serialVersionUID: 5960165067553912440L

Serialized Fields

order

int order
Order of the spline.


knot

double[] knot
The knot array of length n + order, where n is the number of coefficients in the B-spline.


coef

double[] coef
The B-spline coefficient array.

Class com.imsl.math.Cholesky extends Object implements Serializable

serialVersionUID: 3911102039921011790L

Serialized Fields

factor

double[][] factor

Class com.imsl.math.Cholesky.NotSPDException extends IMSLException implements Serializable

serialVersionUID: -8958806756350122436L

Class com.imsl.math.Complex extends Number implements Serializable

serialVersionUID: -633126172485117692L

Serialized Fields

re

double re
Real part of the Complex.

im

double im
Imaginary part of the Complex.

Class com.imsl.math.ComplexFFT extends Object implements Serializable

serialVersionUID: 6698415881930115764L

Serialized Fields

fac

int[] fac

wa

double[] wa

Class com.imsl.math.ComplexLU extends Object implements Serializable

serialVersionUID: 7020680933234316977L

Serialized Fields

factor

Complex[][] factor
This is an n by n Complex matrix containing the LU factorization of the matrix A.


ipvt

int[] ipvt
Vector of length n containing the pivot sequence for the factorization.

Class com.imsl.math.ComplexSparseCholesky extends Object implements Serializable

serialVersionUID: -8231160543440412420L

Serialized Fields

sparseMatrixA

com.imsl.math.ComplexSparseCholeskyMatrix sparseMatrixA

rhs

Complex[] rhs

nRows

int nRows

nNonzeros

int nNonzeros

runNumericFactor

boolean runNumericFactor

runSymbolicFactor

boolean runSymbolicFactor

l_xnzsub

int[] l_xnzsub

l_xlnz

int[] l_xlnz

l_perm

int[] l_perm

l_invp

int[] l_invp

l_multifrontal_space

int[] l_multifrontal_space

l_nzsub

int[] l_nzsub

l_maxlnz

int[] l_maxlnz

l_maxsub

int[] l_maxsub

l_flag

int[] l_flag

l_alnz

Complex[] l_alnz

l_diag

Complex[] l_diag

l_solution

Complex[] l_solution

solve_only

boolean solve_only

supply_symbolic_factor

boolean supply_symbolic_factor

supply_numeric_factor

boolean supply_numeric_factor

l_num_factor_nonzeros

int l_num_factor_nonzeros

l_smallest_diag

double l_smallest_diag

l_largest_diag

double l_largest_diag

multifrontal

int multifrontal

CSC_format

int CSC_format

CSC_col_ptr

int[] CSC_col_ptr

CSC_row_ind

int[] CSC_row_ind

Class com.imsl.math.ComplexSparseCholesky.NotSPDException extends IMSLException implements Serializable

serialVersionUID: -8958806756350122436L

Class com.imsl.math.ComplexSparseCholesky.NumericFactor extends Object implements Serializable

serialVersionUID: -8982196143468680036L

Serialized Fields

xnzsub

int[] xnzsub

nzsub

int[] nzsub

xlnz

int[] xlnz

perm

int[] perm

alnz

Complex[] alnz

diag

Complex[] diag

Class com.imsl.math.ComplexSparseCholesky.SymbolicFactor extends Object implements Serializable

serialVersionUID: -2515460315704131562L

Serialized Fields

xnzsub

int[] xnzsub

xlnz

int[] xlnz

perm

int[] perm

invp

int[] invp

multifrontal_space

int[] multifrontal_space

nzsub

int[] nzsub

maxlnz

int[] maxlnz

maxsub

int[] maxsub

flag

int flag

Class com.imsl.math.ComplexSparseMatrix extends Object implements Serializable

serialVersionUID: 4129725520868670733L

Serialized Fields

nRows

int nRows

nColumns

int nColumns

row

com.imsl.math.ComplexSparseMatrix.Row[] row

numberOfNonZeros

long numberOfNonZeros

Class com.imsl.math.ComplexSparseMatrix.SparseArray extends Object implements Serializable

serialVersionUID: 359354659983249941L

Serialized Fields

numberOfRows

int numberOfRows
Number of rows in the matrix.


numberOfColumns

int numberOfColumns
Number of columns in the matrix.


numberOfNonZeros

long numberOfNonZeros
Number of nonzeros in the matrix.


index

int[][] index
Jagged array containing column indices. The length of this array equals numberOfRows. The length of each row equals the number of nonzeros in that row of the sparse matrix.


values

Complex[][] values
Jagged array containing sparse array values. This array must have the same shape as index.

Class com.imsl.math.ComplexSuperLU extends Object implements Serializable

serialVersionUID: 1354786188534715610L

Serialized Fields

superA

com.imsl.math.ComplexSuperMatrix superA

AA

com.imsl.math.ComplexSuperMatrix AA

AC

com.imsl.math.ComplexSuperMatrix AC

B

com.imsl.math.ComplexSuperMatrix B

X

com.imsl.math.ComplexSuperMatrix X

L

com.imsl.math.ComplexSuperMatrix L

U

com.imsl.math.ComplexSuperMatrix U

IterRefine

boolean IterRefine

AlreadyFactored

boolean AlreadyFactored

Equil

boolean Equil

Fact

int Fact

ColPerm

int ColPerm

Trans

int Trans

PrintStat

int PrintStat

PivotGrowth

boolean PivotGrowth

SymmetricMode

boolean SymmetricMode

ConditionNumber

int ConditionNumber

nRowsA

int nRowsA

nColsA

int nColsA

b_rowind

int[] b_rowind

b_colptr

int[] b_colptr

DiagPivotThresh

double DiagPivotThresh

recip_pivot_growth

double recip_pivot_growth

rcond

double[] rcond

lwork

int lwork

info

int[] info

segrep

int[] segrep

parent

int[] parent

xplore

int[] xplore

repfnz

int[] repfnz

panel_lsub

int[] panel_lsub

xprune

int[] xprune

marker

int[] marker

R

double[] R

C

double[] C

berr

double[] berr

ferr

double[] ferr

equed

int equed

perm_c

int[] perm_c

perm_r

int[] perm_r

etree

int[] etree

dense

Complex[] dense

tempv

Complex[] tempv

expanders

com.imsl.math.ComplexSuperLU.ExpHeader[] expanders

no_expand

int no_expand

first_bmod

int first_bmod

first_dfs

int first_dfs

pp

int[] pp

first_kid

int[] first_kid

next_kid

int[] next_kid

post

int[] post

postnum

int postnum

jump_zlacon

int jump_zlacon

j_zlacon

int j_zlacon

iter_zlacon

int iter_zlacon

Glu

com.imsl.math.ComplexSuperLU.GlobalLU_t Glu

stat

com.imsl.math.ComplexSuperLU.SuperLUStat_t stat

sluStats

com.imsl.math.ComplexSuperLU.Statistics sluStats

t0

long t0

utime

long[] utime

nofact

boolean nofact

equil

boolean equil

notran

boolean notran

rowequ

boolean rowequ

colequ

boolean colequ

trant

int trant

mem_usage

com.imsl.math.ComplexSuperLU.mem_usage_t mem_usage

sp_ienv

int[] sp_ienv

Class com.imsl.math.ConjugateGradient extends Object implements Serializable

serialVersionUID: -2515460315704131562L

Serialized Fields

relerr

double relerr

l_diagonal

double[] l_diagonal

lv_solution

double[] lv_solution

l_n

int l_n

l_maxiter

int l_maxiter

l_count

int l_count

l_b

double[] l_b

user_jacobi

short user_jacobi

precondition

boolean precondition

l_p

double[] l_p

l_r

double[] l_r

l_z

double[] l_z

l_tri

double[] l_tri

l_work

double[] l_work

iwork

int[] iwork

lv_iter

int[] lv_iter

lv_jump

int[] lv_jump

jump

int[] jump

alpha

double[] alpha

imsl_beta

double[] imsl_beta

defa

double[] defa

defm

double[] defm

eigest

double[] eigest

pz

double[] pz

s

double[] s

alpold

double[] alpold

eigold

double[] eigold

gamold

double[] gamold

l_M

double[][] l_M

sparse_version

int sparse_version

norm_b_eps

double norm_b_eps

Class com.imsl.math.ConjugateGradient.NoConvergenceException extends IMSLException implements Serializable

serialVersionUID: -5173981258758263300L

Class com.imsl.math.ConjugateGradient.NotDefiniteAMatrixException extends IMSLException implements Serializable

serialVersionUID: -9129877754617825172L

Class com.imsl.math.ConjugateGradient.NotDefiniteJacobiPreconditionerException extends IMSLException implements Serializable

serialVersionUID: -759154778418239751L

Class com.imsl.math.ConjugateGradient.NotDefinitePreconditionMatrixException extends IMSLException implements Serializable

serialVersionUID: 4623022969561325864L

Class com.imsl.math.ConjugateGradient.SingularPreconditionMatrixException extends IMSLException implements Serializable

serialVersionUID: -2152773987921127746L

Class com.imsl.math.CsAkima extends Spline implements Serializable

serialVersionUID: -8111955869602945951L

Class com.imsl.math.CsInterpolate extends Spline implements Serializable

serialVersionUID: 6509551214523140517L

Class com.imsl.math.CsPeriodic extends Spline implements Serializable

serialVersionUID: 3721996239849522098L

Class com.imsl.math.CsShape extends Spline implements Serializable

serialVersionUID: 4869111194555872637L

Class com.imsl.math.CsShape.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: 5863349337242274171L

Class com.imsl.math.CsSmooth extends Spline implements Serializable

serialVersionUID: 5282470638965246153L

Class com.imsl.math.CsSmoothC2 extends Spline implements Serializable

serialVersionUID: 2672093147511539014L

Class com.imsl.math.CsTCB extends Spline implements Serializable

serialVersionUID: -8111955869602945951L

Serialized Fields

id

int[] id

Tension

double[] Tension

Continuity

double[] Continuity

Bias

double[] Bias

Left

double Left

Right

double Right

xdata

double[] xdata

ydata

double[] ydata

Class com.imsl.math.DenseLP extends Object implements Serializable

serialVersionUID: 1173375432206988246L

Serialized Fields

user_bu

int user_bu

user_xlb

int user_xlb

user_xub

int user_xub

user_irtype

int user_irtype

user_refinement

int user_refinement

iterationCount

int iterationCount

l_bu

double[] l_bu

l_xlb

double[] l_xlb

l_xub

double[] l_xub

l_irtype

int[] l_irtype

optimalValue

double optimalValue

solution

double[] solution

dualSolution

double[] dualSolution

l_m

int l_m

l_n

int l_n

l_a

double[][] l_a

l_b

double[] l_b

l_c

double[] l_c

iteration_count

int iteration_count

l_refinement

int l_refinement

itfil

int itfil

itiw

int itiw

itx

int itx

_do0

int _do0

_do1

int _do1

_do10

int _do10

_do100

int _do100

_do101

int _do101

_do102

int _do102

_do103

int _do103

_do104

int _do104

_do105

int _do105

_do106

int _do106

_do107

int _do107

_do108

int _do108

_do109

int _do109

_do11

int _do11

_do110

int _do110

_do111

int _do111

_do112

int _do112

_do113

int _do113

_do114

int _do114

_do115

int _do115

_do116

int _do116

_do117

int _do117

_do118

int _do118

_do119

int _do119

_do12

int _do12

_do120

int _do120

_do121

int _do121

_do122

int _do122

_do123

int _do123

_do124

int _do124

_do125

int _do125

_do126

int _do126

_do127

int _do127

_do128

int _do128

_do129

int _do129

_do13

int _do13

_do130

int _do130

_do131

int _do131

_do132

int _do132

_do133

int _do133

_do134

int _do134

_do135

int _do135

_do136

int _do136

_do137

int _do137

_do138

int _do138

_do139

int _do139

_do14

int _do14

_do140

int _do140

_do141

int _do141

_do142

int _do142

_do143

int _do143

_do144

int _do144

_do145

int _do145

_do146

int _do146

_do147

int _do147

_do148

int _do148

_do149

int _do149

_do15

int _do15

_do150

int _do150

_do151

int _do151

_do152

int _do152

_do153

int _do153

_do154

int _do154

_do155

int _do155

_do156

int _do156

_do157

int _do157

_do158

int _do158

_do159

int _do159

_do16

int _do16

_do160

int _do160

_do161

int _do161

_do162

int _do162

_do163

int _do163

_do164

int _do164

_do165

int _do165

_do166

int _do166

_do167

int _do167

_do168

int _do168

_do169

int _do169

_do17

int _do17

_do170

int _do170

_do171

int _do171

_do172

int _do172

_do173

int _do173

_do174

int _do174

_do175

int _do175

_do176

int _do176

_do177

int _do177

_do178

int _do178

_do179

int _do179

_do18

int _do18

_do180

int _do180

_do181

int _do181

_do182

int _do182

_do183

int _do183

_do184

int _do184

_do185

int _do185

_do186

int _do186

_do187

int _do187

_do188

int _do188

_do189

int _do189

_do19

int _do19

_do190

int _do190

_do191

int _do191

_do192

int _do192

_do193

int _do193

_do194

int _do194

_do195

int _do195

_do196

int _do196

_do197

int _do197

_do198

int _do198

_do199

int _do199

_do2

int _do2

_do20

int _do20

_do200

int _do200

_do201

int _do201

_do202

int _do202

_do203

int _do203

_do204

int _do204

_do205

int _do205

_do206

int _do206

_do207

int _do207

_do208

int _do208

_do209

int _do209

_do21

int _do21

_do210

int _do210

_do22

int _do22

_do23

int _do23

_do24

int _do24

_do25

int _do25

_do26

int _do26

_do27

int _do27

_do28

int _do28

_do29

int _do29

_do3

int _do3

_do30

int _do30

_do31

int _do31

_do32

int _do32

_do33

int _do33

_do34

int _do34

_do35

int _do35

_do36

int _do36

_do37

int _do37

_do38

int _do38

_do39

int _do39

_do4

int _do4

_do40

int _do40

_do41

int _do41

_do42

int _do42

_do43

int _do43

_do44

int _do44

_do45

int _do45

_do46

int _do46

_do47

int _do47

_do48

int _do48

_do49

int _do49

_do5

int _do5

_do50

int _do50

_do51

int _do51

_do52

int _do52

_do53

int _do53

_do54

int _do54

_do55

int _do55

_do56

int _do56

_do57

int _do57

_do58

int _do58

_do59

int _do59

_do6

int _do6

_do60

int _do60

_do61

int _do61

_do62

int _do62

_do63

int _do63

_do64

int _do64

_do65

int _do65

_do66

int _do66

_do67

int _do67

_do68

int _do68

_do69

int _do69

_do7

int _do7

_do70

int _do70

_do71

int _do71

_do72

int _do72

_do73

int _do73

_do74

int _do74

_do75

int _do75

_do76

int _do76

_do77

int _do77

_do78

int _do78

_do79

int _do79

_do8

int _do8

_do80

int _do80

_do81

int _do81

_do82

int _do82

_do83

int _do83

_do84

int _do84

_do85

int _do85

_do86

int _do86

_do87

int _do87

_do88

int _do88

_do89

int _do89

_do9

int _do9

_do90

int _do90

_do91

int _do91

_do92

int _do92

_do93

int _do93

_do94

int _do94

_do95

int _do95

_do96

int _do96

_do97

int _do97

_do98

int _do98

_do99

int _do99

_l0

int _l0

_l1

int _l1

_l2

int _l2

_l3

int _l3

_l4

int _l4

edump

int edump

endact

int endact

enolm

int enolm

i

int i

i1

int i1

i1_

int i1_

i2

int i2

i3

int i3

i_

int i_

iact

int iact

ibeg

int ibeg

idiw

int idiw

ierror

int ierror

ii

int ii

iifail

int iifail

inact

int inact

infeas1

int infeas1

iselct

int iselct

imsls_ismax

int imsls_ismax

itend

int itend

j

int j

j1

int j1

j1_

int j1_

j2

int j2

j2_

int j2_

j_

int j_

jl

int jl

jl1

int jl1

jl1_

int jl1_

jl_

int jl_

jlbeg

int jlbeg

jld

int jld

jld_

int jld_

jlp

int jlp

jlp_

int jlp_

jls

int jls

jp

int jp

jp1

int jp1

jp_

int jp_

jpiv

int jpiv

jselct

int jselct

k

int k

k1

int k1

k1_

int k1_

k2

int k2

k3

int k3

k_

int k_

kcold

int kcold

kcolu

int kcolu

kgod

int kgod

kgop

int kgop

kgou

int kgou

kkt

int kkt

kkt_

int kkt_

kktsel

int kktsel

kscale

int kscale

ksee

int ksee

kseec

int kseec

kseety

int kseety

ksep10

int ksep10

ktfaip

int ktfaip

l1

int l1

lastin

int lastin

lastp

int lastp

lastp_

int lastp_

lbfre1

int lbfre1

lbfre2

int lbfre2

lcold

int lcold

lcolu

int lcolu

lcu

int lcu

lenlt

int lenlt

leqrow

int leqrow

lgrop

int lgrop

llopt

int llopt

locx

int locx

lopact

int lopact

lx

int lx

lx1

int lx1

movbad

int movbad

nfail

int nfail

ni1

int ni1

njpiv

int njpiv

notkkt

int notkkt

numx

int numx

lopinc

int[] lopinc

mloc

int[] mloc

absg

double absg

alpha

double alpha

badbig

double badbig

badobj

double badobj

badpi

double badpi

bigpi

double bigpi

depgra

double depgra

depkkt

double depkkt

eps

double eps

fackkt

double fackkt

fleftm

double fleftm

frt

double frt

gmaxim

double gmaxim

gnormi

double gnormi

gpiv

double gpiv

objref

double objref

pivmin

double pivmin

rpiv

double rpiv

sellm

double sellm

smamov

double smamov

smapiv

double smapiv

tolfea

double tolfea

tp

double tp

tp1

double tp1

tp2

double tp2

tp3

double tp3

tp4

double tp4

und64

double und64

viobnd

double viobnd

wtp

double wtp

xcon

double xcon

xerr

double xerr

xnew

double xnew

xpiv

double xpiv

IMSL_UNBOUNDED_FROM_BELOW

double IMSL_UNBOUNDED_FROM_BELOW

IMSL_UNBOUNDED_FROM_ABOVE

double IMSL_UNBOUNDED_FROM_ABOVE

DOPT_UNBOUNDED_FROM_BELOW

double DOPT_UNBOUNDED_FROM_BELOW

DOPT_UNBOUNDED_FROM_ABOVE

double DOPT_UNBOUNDED_FROM_ABOVE

Class com.imsl.math.DenseLP.AllConstraintsNotSatisfiedException extends IMSLException implements Serializable

serialVersionUID: -507605602024349233L

Class com.imsl.math.DenseLP.BoundsInconsistentException extends IMSLException implements Serializable

serialVersionUID: 3937098699235141037L

Class com.imsl.math.DenseLP.CyclingOccurringException extends IMSLException implements Serializable

serialVersionUID: 4497244578710169347L

Class com.imsl.math.DenseLP.MultipleSolutionsException extends IMSLException implements Serializable

serialVersionUID: -2279904030756421541L

Class com.imsl.math.DenseLP.NoAcceptablePivotException extends IMSLException implements Serializable

serialVersionUID: -8539960944266753971L

Class com.imsl.math.DenseLP.ProblemUnboundedException extends IMSLException implements Serializable

serialVersionUID: -8853574990048910088L

Class com.imsl.math.DenseLP.ProblemVacuousException extends IMSLException implements Serializable

serialVersionUID: -8099968917517060923L

Class com.imsl.math.DenseLP.SomeConstraintsDiscardedException extends IMSLException implements Serializable

serialVersionUID: 4576304658320505889L

Class com.imsl.math.DenseLP.WrongConstraintTypeException extends IMSLException implements Serializable

serialVersionUID: 8381291277514966203L

Class com.imsl.math.Eigen.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.FeynmanKac extends Object implements Serializable

serialVersionUID: -8143958867664367103L

Serialized Fields

l_atol

double[] l_atol

l_rtol

double[] l_rtol

l_tdepend

int[] l_tdepend

l_istate

int[] l_istate

l_ndeg

int l_ndeg

l_maximumStepsize

double l_maximumStepsize

l_initStepsize

double l_initStepsize

l_maxSteps

int l_maxSteps

l_stepControlMethod

int l_stepControlMethod

l_maxBdfOrder

int l_maxBdfOrder

l_tBarrier

double l_tBarrier

l_xGrid

double[] l_xGrid

l_tGrid

double[] l_tGrid

nxGrid

int nxGrid

ntGrid

int ntGrid

y

double[] y

y_prime

double[] y_prime

l_deriv

int l_deriv

nlbcd

int nlbcd

nrbcd

int nrbcd

fact

double[][] fact

ipvt

int[] ipvt

luband

com.imsl.math.LUBanded luband

initData

FeynmanKac.InitialData initData

forceTerm

FeynmanKac.ForcingTerm forceTerm

atol_array_set

boolean atol_array_set

rtol_array_set

boolean rtol_array_set

atol_scalar_set

boolean atol_scalar_set

rtol_scalar_set

boolean rtol_scalar_set

max_stepsize_set

boolean max_stepsize_set

init_stepsize_set

boolean init_stepsize_set

time_barrier_set

boolean time_barrier_set

l_timeFlag

boolean[] l_timeFlag

atol_array

double[] atol_array

rtol_array

double[] rtol_array

atol_scalar

double atol_scalar

rtol_scalar

double rtol_scalar

Class com.imsl.math.FeynmanKac.BoundaryInconsistentException extends IMSLException implements Serializable

serialVersionUID: 796371397287669062L

Class com.imsl.math.FeynmanKac.ConstraintsInconsistentException extends IMSLException implements Serializable

serialVersionUID: -9058793304601417149L

Class com.imsl.math.FeynmanKac.CorrectorConvergenceException extends IMSLException implements Serializable

serialVersionUID: 4773600929434175462L

Class com.imsl.math.FeynmanKac.ErrorTestException extends IMSLException implements Serializable

serialVersionUID: -1366814537523572647L

Class com.imsl.math.FeynmanKac.InitialConstraintsException extends IMSLException implements Serializable

serialVersionUID: -7525315352824802652L

Class com.imsl.math.FeynmanKac.IterationMatrixSingularException extends IMSLException implements Serializable

serialVersionUID: 361721467196684138L

Class com.imsl.math.FeynmanKac.TcurrentTstopInconsistentException extends IMSLException implements Serializable

serialVersionUID: 560541976516767255L

Class com.imsl.math.FeynmanKac.TEqualsToutException extends IMSLException implements Serializable

serialVersionUID: 3165939008497912121L

Class com.imsl.math.FeynmanKac.TimeIntervalTooSmallException extends IMSLException implements Serializable

serialVersionUID: 6794541590099251342L

Class com.imsl.math.FeynmanKac.ToleranceTooSmallException extends IMSLException implements Serializable

serialVersionUID: 1755204035044152731L

Class com.imsl.math.FeynmanKac.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: 7116377632606238818L

Class com.imsl.math.FFT extends Object implements Serializable

serialVersionUID: 3953178093789121094L

Serialized Fields

fac

int[] fac

wa

double[] wa

Class com.imsl.math.GenMinRes extends Object implements Serializable

serialVersionUID: -7564677257597454296L

Serialized Fields

logger

Logger logger

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

RELERR

double RELERR

KDMAX

int KDMAX

ITMAX

int ITMAX

IMP

int IMP

IRESUP

int IRESUP

XGUESS

double[] XGUESS

IPRINT

int IPRINT

IRP

int IRP

N

int N

IDO

int IDO

NCALL

int NCALL

TMPV

double[] TMPV

TOTLITER

int TOTLITER

TOTLAVS

int TOTLAVS

TOTLRTSLVS

int TOTLRTSLVS

Class com.imsl.math.GenMinRes.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: -8512568350386495209L

Class com.imsl.math.HyperRectangleQuadrature extends Object implements Serializable

serialVersionUID: -127777670730446008L

Serialized Fields

sequence

RandomSequence sequence

dim

int dim

errorAbsolute

double errorAbsolute

errorRelative

double errorRelative

errorEstimate

double errorEstimate

Class com.imsl.math.LinearProgramming extends Object implements Serializable

serialVersionUID: -4245078142849361700L

Serialized Fields

max_itn

int max_itn
Deprecated. 

user_bu

int user_bu
Deprecated. 

user_xlb

int user_xlb
Deprecated. 

user_xub

int user_xub
Deprecated. 

user_irtype

int user_irtype
Deprecated. 

l_bu

double[] l_bu
Deprecated. 

l_xlb

double[] l_xlb
Deprecated. 

l_xub

double[] l_xub
Deprecated. 

l_irtype

int[] l_irtype
Deprecated. 

optimalValue

double optimalValue
Deprecated. 

solution

double[] solution
Deprecated. 

dualSolution

double[] dualSolution
Deprecated. 

l_m

int l_m
Deprecated. 

l_n

int l_n
Deprecated. 

l_a

double[] l_a
Deprecated. 

l_b

double[] l_b
Deprecated. 

l_c

double[] l_c
Deprecated. 

Class com.imsl.math.LinearProgramming.BoundsInconsistentException extends IMSLException implements Serializable

serialVersionUID: 7248656379913110342L

Class com.imsl.math.LinearProgramming.NumericDifficultyException extends IMSLException implements Serializable

serialVersionUID: -5924579010914568412L

Class com.imsl.math.LinearProgramming.ProblemInfeasibleException extends com.imsl.math.LinearProgramming.NumericDifficultyException implements Serializable

serialVersionUID: -2040222885506109934L

Class com.imsl.math.LinearProgramming.ProblemUnboundedException extends com.imsl.math.LinearProgramming.NumericDifficultyException implements Serializable

serialVersionUID: -4409501575226458941L

Class com.imsl.math.LinearProgramming.WrongConstraintTypeException extends IMSLException implements Serializable

serialVersionUID: -3724576162438955721L

Class com.imsl.math.LU extends Object implements Serializable

serialVersionUID: -1832323710455882312L

Serialized Fields

factor

double[][] factor
This is an n by n matrix containing the LU factorization of the matrix A.


ipvt

int[] ipvt
Vector of length n containing the pivot sequence for the factorization.

Class com.imsl.math.MinConGenLin extends Object implements Serializable

serialVersionUID: 3503978826329167429L

Serialized Fields

l_a

double[] l_a

l_b

double[] l_b

l_xlb

double[] l_xlb

l_xub

double[] l_xub

lv_value

double[] lv_value

l_nvar

int l_nvar

l_ncon

int l_ncon

l_neq

int l_neq

iact_user

int[] iact_user

alamda_user

double[] alamda_user

active_constraints_user

int active_constraints_user

lagrange_multipliers_user

int lagrange_multipliers_user

user_xguess

int user_xguess

l_maxfcn

int l_maxfcn

l_nact

int l_nact

l_xguess

double[] l_xguess

l_tol

double l_tol

l_obj

double l_obj

Class com.imsl.math.MinConGenLin.ConstraintsInconsistentException extends IMSLException implements Serializable

serialVersionUID: -8225163682057750355L

Class com.imsl.math.MinConGenLin.ConstraintsNotSatisfiedException extends IMSLException implements Serializable

serialVersionUID: -6025905638586109087L

Class com.imsl.math.MinConGenLin.EqualityConstraintsException extends IMSLException implements Serializable

serialVersionUID: -1656124333235458266L

Class com.imsl.math.MinConGenLin.VarBoundsInconsistentException extends IMSLException implements Serializable

serialVersionUID: -6786610974450916732L

Class com.imsl.math.MinConNLP extends Object implements Serializable

serialVersionUID: 6787317003165897785L

Serialized Fields

MAX_CONSTRAINTS

int MAX_CONSTRAINTS

logger

Logger logger

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

XGUESS

double[] XGUESS

XSCALE

double[] XSCALE

XLB

double[] XLB

XUB

double[] XUB

FVALUE

double FVALUE

M

int M

ME

int ME

NVAR

int NVAR

IPRINT

int IPRINT

MAXITN

int MAXITN

IDTYPE

int IDTYPE

IBTYPE

int IBTYPE

DELTA0

double DELTA0

RELPRE

double RELPRE

PENALTY

double PENALTY

FEPS

double FEPS

TBND

double TBND

SMALL_W

double SMALL_W

DEL_MIN

double DEL_MIN

SCF_MAX

double SCF_MAX

INITIAL_DEL_MIN

double INITIAL_DEL_MIN

NX

int NX

NRESM

int NRESM

MAXIT

int MAXIT

NSTEP

int NSTEP

RUNTIM

double RUNTIM

OPTITE

double OPTITE

ACCINF

double[][] ACCINF

ITSTEP

int ITSTEP

PHASE

int PHASE

UPSI

double UPSI

UPSI0

double UPSI0

UPSI1

double UPSI1

UPSIST

double UPSIST

PSI

double PSI

PSI0

double PSI0

PSI1

double PSI1

PSIST

double PSIST

PSIMIN

double PSIMIN

PHI

double PHI

PHI0

double PHI0

PHI1

double PHI1

PHIMIN

double PHIMIN

FX

double FX

FX0

double FX0

FX1

double FX1

FXST

double FXST

FMIN

double FMIN

B2N

double B2N

B2N0

double B2N0

XNORM

double XNORM

X0NORM

double X0NORM

SIG0

double SIG0

DSCAL

double DSCAL

DNORM

double DNORM

e0NORM

double e0NORM

SIG

double SIG

SIGMIN

double SIGMIN

DIRDER

double DIRDER

COSPHI

double COSPHI

UPSIM

double UPSIM

X

double[] X

X0

double[] X0

X1

double[] X1

XMIN

double[] XMIN

D

double[] D

E0

double[] E0

DD

double[] DD

DifX

double[] DifX

RESMIN

double[] RESMIN

GFN

double GFN

GRADF

double[] GRADF

QGF

double[] QGF

GPHI0

double[] GPHI0

GPHI1

double[] GPHI1

GRES

double[][] GRES

GRESN

double[] GRESN

RANK

int RANK

PERM

int[] PERM

PERM1

int[] PERM1

COLNO

int[] COLNO

QR

double[][] QR

BETAQ

double[] BETAQ

DIAG

double[] DIAG

CSCAL

double[] CSCAL

COLLE

double[] COLLE

VAL

boolean[] VAL

GCONST

boolean[] GCONST

LLOW

boolean[] LLOW

LUP

boolean[] LUP

TMPBUL

boolean[] TMPBUL

GUNIT

int[][] GUNIT

INTAKT

boolean INTAKT

INX

boolean INX

STD

boolean STD

TE0

boolean TE0

TE1

boolean TE1

TE2

boolean TE2

TE3

boolean TE3

SINGUL

boolean SINGUL

IDENT

boolean IDENT

EQRES

boolean EQRES

SILENT

boolean SILENT

ANALYT

boolean ANALYT

COLD

boolean COLD

SCALM

double SCALM

SCALM2

double SCALM2

MATSC

double MATSC

A

double[][] A

DIAG0

double[] DIAG0

VIOLIS

int[] VIOLIS

ALIST

int[] ALIST

BIND

int[] BIND

BINe0

int[] BINe0

SORT

int[] SORT

SCF

double SCF

SCF0

double SCF0

INFEAS

double INFEAS

U

double[] U

U0

double[] U0

W

double[] W

W1

double[] W1

RES

double[] RES

RES0

double[] RES0

RES1

double[] RES1

RESST

double[] RESST

YU

double[] YU

SLACK

double[] SLACK

WORK

double[] WORK

N

int N

NR

int NR

NRES

int NRES

NH

int NH

NG

int NG

NBOUNDS

int NBOUNDS

EPSMAC

double EPSMAC

TOLMAC

double TOLMAC

DELDif

double DELDif

ifILL1

int ifILL1

ITERMA

int ITERMA

DEL

double DEL

DEL0

double DEL0

DEL01

double DEL01

DELMIN

double DELMIN

TAU0

double TAU0

TAU

double TAU

NY

double NY

SMALLD

double SMALLD

SMALLW

double SMALLW

RHO

double RHO

RHO1

double RHO1

ETA

double ETA

EPSX

double EPSX

EPSPHI

double EPSPHI

C1D

double C1D

SCFMAX

double SCFMAX

TAUQP

double TAUQP

TAUFAC

double TAUFAC

TAUMAX

double TAUMAX

UPDMY0

double UPDMY0

ALPHA

double ALPHA

BETA

double BETA

THETA

double THETA

SIGSM

double SIGSM

SIGLA

double SIGLA

DELTA

double DELTA

STPTRM

double STPTRM

DELTA1

double DELTA1

STMAXL

double STMAXL

ICF

int ICF

ICGF

int ICGF

CFINCR

int CFINCR

CRES

int[] CRES

CGRES

int[] CGRES

FFUERR

boolean FFUERR

CFUERR

boolean[] CFUERR

LEVEL

double LEVEL

CLOW

int CLOW

LASTDW

int LASTDW

LASTUP

int LASTUP

LASTCH

int LASTCH

NAME

String NAME

EPSDif

double EPSDif

PROU

int PROU

MEU

int MEU

UG

double[] UG

OG

double[] OG

DELFAC

double[] DELFAC

NRESET

int NRESET

NUMSM

int NUMSM

XST

double[] XST

BLOC

boolean BLOC

VALID

boolean VALID

CORR

boolean CORR

DifFTYPE

int DifFTYPE

XTR

double[] XTR

XSC

double[] XSC

FU

double[] FU

FUGRAD

double[][] FUGRAD

FUD

double[][] FUD

EPSFCN

double EPSFCN

TAUBND

double TAUBND

XJ

double[][] XJ

DDUAL

double[] DDUAL

R

double[][] R

UD

double[] UD

UD1

double[] UD1

NP

double[] NP

IPTR

int IPTR

IQTR

int IQTR

AITR

int[] AITR

SSTR

double SSTR

RIITR

double RIITR

QPTERM

int QPTERM

FCOUNT

int FCOUNT

RNORM

double RNORM

RLOW

double RLOW

NDUAL

int NDUAL

MI

int MI

IQ

int IQ

USER_GRAD

boolean USER_GRAD

RESX

double[] RESX

startTime

long startTime

maximumTime

long maximumTime

Class com.imsl.math.MinConNLP.BadInitialGuessException extends IMSLException implements Serializable

serialVersionUID: 824046244480121232L

Class com.imsl.math.MinConNLP.ConstraintEvaluationException extends IMSLException implements Serializable

serialVersionUID: 4638938599627567186L

Class com.imsl.math.MinConNLP.IllConditionedException extends IMSLException implements Serializable

serialVersionUID: -6239533571841853338L

Class com.imsl.math.MinConNLP.LimitingAccuracyException extends IMSLException implements Serializable

serialVersionUID: -517778327113933630L

Class com.imsl.math.MinConNLP.LinearlyDependentGradientsException extends IMSLException implements Serializable

serialVersionUID: -8727831268603670192L

Class com.imsl.math.MinConNLP.NoAcceptableStepsizeException extends IMSLException implements Serializable

serialVersionUID: 8604377814184281341L

Class com.imsl.math.MinConNLP.ObjectiveEvaluationException extends IMSLException implements Serializable

serialVersionUID: -2382166115613859634L

Class com.imsl.math.MinConNLP.PenaltyFunctionPointInfeasibleException extends IMSLException implements Serializable

serialVersionUID: 1274539706620007738L

Class com.imsl.math.MinConNLP.QPInfeasibleException extends IMSLException implements Serializable

serialVersionUID: -2004830721581005800L

Class com.imsl.math.MinConNLP.SingularException extends IMSLException implements Serializable

serialVersionUID: 48978810541006124L

Class com.imsl.math.MinConNLP.TerminationCriteriaNotSatisfiedException extends IMSLException implements Serializable

serialVersionUID: -4510253973338523250L

Class com.imsl.math.MinConNLP.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: -8512568350386495209L

Class com.imsl.math.MinConNLP.TooMuchTimeException extends MinConNLP.TooManyIterationsException implements Serializable

serialVersionUID: -3795120922420602897L

Class com.imsl.math.MinConNLP.WorkingSetSingularException extends IMSLException implements Serializable

serialVersionUID: -488522113396021474L

Class com.imsl.math.MinConNonlin extends Object implements Serializable

serialVersionUID: 4973982380200729347L

Serialized Fields

MAX_CONSTRAINTS

int MAX_CONSTRAINTS
Deprecated. 

XGUESS

double[] XGUESS
Deprecated. 

XSCALE

double[] XSCALE
Deprecated. 

XLB

double[] XLB
Deprecated. 

XUB

double[] XUB
Deprecated. 

FVALUE

double FVALUE
Deprecated. 

STEPSZ

double STEPSZ
Deprecated. 

LWAQL

int LWAQL
Deprecated. 

LIWQL

int LIWQL
Deprecated. 

N2

int N2
Deprecated. 

MN

int MN
Deprecated. 

IMERIT

int IMERIT
Deprecated. 

ILWLS

int ILWLS
Deprecated. 

OF

double OF
Deprecated. 

UF

double UF
Deprecated. 

ON

double ON
Deprecated. 

ZE

double ZE
Deprecated. 

SQACC

double SQACC
Deprecated. 

ACC

double ACC
Deprecated. 

SCBND

double SCBND
Deprecated. 

KNEXT

int KNEXT
Deprecated. 

IWR

int IWR
Deprecated. 

IWW

int IWW
Deprecated. 

IWS

int IWS
Deprecated. 

LFLAG

int LFLAG
Deprecated. 

IWA

int IWA
Deprecated. 

IWZ

int IWZ
Deprecated. 

NU

int NU
Deprecated. 

MFLAG

int MFLAG
Deprecated. 

NFLAG

int NFLAG
Deprecated. 

JFLAG

int JFLAG
Deprecated. 

KFLAG

int KFLAG
Deprecated. 

KDROP

int KDROP
Deprecated. 

ITERC

int ITERC
Deprecated. 

ITREF

int ITREF
Deprecated. 

IWD

int IWD
Deprecated. 

RATIO

double RATIO
Deprecated. 

RES

double RES
Deprecated. 

VFACT

double VFACT
Deprecated. 

XMAG

double XMAG
Deprecated. 

XMAGR

double XMAGR
Deprecated. 

PARINC

double PARINC
Deprecated. 

PARNEW

double PARNEW
Deprecated. 

SUM

double SUM
Deprecated. 

MXITER

int MXITER
Deprecated. 

ITER

int ITER
Deprecated. 

NFCN

int NFCN
Deprecated. 

NGRAD

int NGRAD
Deprecated. 

M

int M
Deprecated. 

ME

int ME
Deprecated. 

N

int N
Deprecated. 

f

double f
Deprecated. 

acc

double acc
Deprecated. 

scbou

double scbou
Deprecated. 

dbdfac

double dbdfac
Deprecated. 

zefac

double zefac
Deprecated. 

rpeno

double rpeno
Deprecated. 

rpens

double rpens
Deprecated. 

rpenu

double rpenu
Deprecated. 

zefacu

double zefacu
Deprecated. 

delta

double delta
Deprecated. 

beta

double beta
Deprecated. 

amue

double amue
Deprecated. 

alm

double alm
Deprecated. 

dbd

double dbd
Deprecated. 

dfdel

double dfdel
Deprecated. 

m

int m
Deprecated. 

me

int me
Deprecated. 

maxfun

int maxfun
Deprecated. 

maxit

int maxit
Deprecated. 

mode

int mode
Deprecated. 

ifail

int ifail
Deprecated. 

llise

boolean llise
Deprecated. 

lql

boolean lql
Deprecated. 

lmerit

boolean lmerit
Deprecated. 

n1

int n1
Deprecated. 

lact

int lact
Deprecated. 

no1

int no1
Deprecated. 

mnn

int mnn
Deprecated. 

nmnn

int nmnn
Deprecated. 

Class com.imsl.math.MinConNonlin.LineSearchException extends IMSLException implements Serializable

serialVersionUID: 5616495964686910982L

Class com.imsl.math.MinConNonlin.QPConstraintsException extends IMSLException implements Serializable

serialVersionUID: 3723219894085311292L

Class com.imsl.math.MinConNonlin.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: -5529269091291382922L

Class com.imsl.math.MinConNonlin.UphillSearchCalcException extends IMSLException implements Serializable

serialVersionUID: 4339899305712791006L

Class com.imsl.math.MinConNonlin.ZeroSearchDirectionException extends IMSLException implements Serializable

serialVersionUID: 8141352038037655488L

Class com.imsl.math.MinUncon extends Object implements Serializable

serialVersionUID: 4973982380200729347L

Serialized Fields

XGUESS

double XGUESS

STEP

double STEP

BOUND

double BOUND

XACC

double XACC

GTOL

double GTOL

MAXFN

int MAXFN

Class com.imsl.math.MinUnconMultiVar extends Object implements Serializable

serialVersionUID: 4973982380200729347L

Serialized Fields

XGUESS

double[] XGUESS

XSCALE

double[] XSCALE

FSCALE

double FSCALE

XACC

double XACC

GTOL

double GTOL

FDIGIT

double FDIGIT

GRADTL

double GRADTL

STEPTL

double STEPTL

RFTOL

double RFTOL

AFTOL

double AFTOL

FALSTL

double FALSTL

STEPMX

double STEPMX

STEPMXSet

boolean STEPMXSet

NMAXS

int NMAXS

MXITER

int MXITER

errorStatus

int errorStatus

ITER

int ITER

NFCN

int NFCN

NGRAD

int NGRAD

IHESS

int IHESS

N

int N

NNFCN

int[] NNFCN

NNGRAD

int[] NNGRAD

Class com.imsl.math.MinUnconMultiVar.ApproximateMinimumException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.MinUnconMultiVar.FalseConvergenceException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.MinUnconMultiVar.MaxIterationsException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.MinUnconMultiVar.UnboundedBelowException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.NonlinLeastSquares extends Object implements Serializable

serialVersionUID: -5122953694111997241L

Serialized Fields

M

int M

N

int N

m

int m

n

int n

x

double[] x

XGUESS

double[] XGUESS

XSCALE

double[] XSCALE

FSCALE

double[] FSCALE

DELTA

double DELTA

FALSTL

double FALSTL

AFTOL

double AFTOL

RFTOL

double RFTOL

STEPTL

double STEPTL

GRADTL

double GRADTL

STEPMX

double STEPMX

MAXJAC

int MAXJAC

MAXFCN

int MAXFCN

MXITER

int MXITER

NGOOD

int NGOOD

INFO

int INFO

IPARAM

int[] IPARAM

RPARAM

double[] RPARAM

first

boolean first

gauss

boolean gauss

mxtake

boolean mxtake

Class com.imsl.math.NonlinLeastSquares.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: 5863349337242274171L

Class com.imsl.math.NonNegativeLeastSquares extends Object implements Serializable

serialVersionUID: -5957808312952790045L

Serialized Fields

numberIterations

int numberIterations

maximumIterations

int maximumIterations

M

int M
Number of rows.


N

int N
Number of columns and variables.


A

double[][] A
Transposed copy of the input matrix.


B

double[] B
Copy of the input right hand side.


W

double[] W
The dual solution.


X

double[] X
The least-squares solution.


residualNorm

double residualNorm
The computed norm of the residual.


NORMAL

boolean NORMAL

rankTolerance

double rankTolerance
Rank deficient incoming column check. Can be made larger.


normTolerance

double normTolerance
Stop if current residual norm <= normTolerance*norm(B). Can be made larger if problem tolerates it.


dualTolerance

double dualTolerance
Stop if largest dual is smaller. Can be made larger.


maximumTime

long maximumTime

guess

double[] guess
Initial guess

Class com.imsl.math.NonNegativeLeastSquares.TooManyIterException extends IMSLException implements Serializable

serialVersionUID: 2079712456478518309L

Class com.imsl.math.NonNegativeLeastSquares.TooMuchTimeException extends IMSLException implements Serializable

serialVersionUID: 897077977492786578L

Class com.imsl.math.NumericalDerivatives extends Object implements Serializable

serialVersionUID: -4051001369214912260L

Serialized Fields

liwk

int liwk

mode

int mode

m

int m

iwk

int[] iwk

iopt

int[] iopt

iopt_tmp

int[] iopt_tmp

fjac

double[][] fjac

yscale

double[] yscale

fac

double[] fac

f

double[] f

y

double[] y

y_orig

double[] y_orig

wk

double[] wk

tmpWK

double[] tmpWK

copyWK

boolean copyWK

Class com.imsl.math.ODE extends Object implements Serializable

serialVersionUID: 4999733042990553333L

Serialized Fields

inorm

int inorm

usrInitialStepsize

double usrInitialStepsize

floor

double floor

hInitial

double hInitial

hMax

double hMax

usrMaxStepsize

double usrMaxStepsize

hMin

double hMin

usrMinStepsize

double usrMinStepsize

scale

double scale

usrScale

double usrScale

tolerance

double tolerance

maxNumberSteps

int maxNumberSteps

Class com.imsl.math.OdeAdamsGear extends ODE implements Serializable

serialVersionUID: -2952823127854719678L

Serialized Fields

lu

LU lu

hinit

double hinit

method

int method

numberSteps

int numberSteps

numberFcn

int numberFcn

numberJac

int numberJac

tEndPrevious

double tEndPrevious

ido

int ido

isave

int isave

F_HALF

double F_HALF

F_ONE

double F_ONE

F_TWO

double F_TWO

F_THREE

double F_THREE

F_SIX

double F_SIX

F_TEN

double F_TEN

F_ZERO

double F_ZERO

neq

int neq

bnd

double bnd

crate

double crate

d

double d

d1

double d1

e

double e

edn

double edn

epsold

double epsold

eup

double eup

hl0

double hl0

hold

double hold

pr1

double pr1

pr2

double pr2

pr3

double pr3

r1

double r1

rc

double rc

rh

double rh

rmax

double rmax

told

double told

dd

double dd

dd1

double dd1

yprime_in_fcnj

double[] yprime_in_fcnj

idoub

int idoub

ier

int ier

iredo

int iredo

iret

int iret

iweval

int iweval

j1

int j1

j2

int j2

l

int l

ldfac

int ldfac

ldpw

int ldpw

lmax

int lmax

m

int m

maxder

int maxder

meo

int meo

mfold

int mfold

mio

int mio

newq

int newq

nold

int nold

nq

int nq

nstepj

int nstepj

nwk

int nwk

tq

double[] tq

el

double[] el

t

double t

tEnd

double tEnd

h

double h

hmin

double hmin

hmax

double hmax

eps

double eps

uround

double uround

hused

double hused

oldl0

double oldl0

epsj

double epsj

intrp1

int intrp1

intrp2

int intrp2

iatype

int iatype

mf

int mf

jstart

int jstart

nfcn

int nfcn

nje

int nje

meth

int meth

miter

int miter

mtype

int mtype

nlc

int nlc

nuc

int nuc

nstep

int nstep

mxfcn

int mxfcn

maxord

int maxord

idol

int idol

istop

int istop

usrMiter

int usrMiter

ayi

double ayi

toutp

double toutp

xendpv

double xendpv

xsave

double xsave

ixend

int ixend

jer

int jer

ker

int ker

kflag

int kflag

lda

int lda

n

int n

nhcut

int nhcut

nra

int nra

nipvt

int nipvt

nmeth

int nmeth

npw

int npw

istat

int istat

n1rty

int n1rty

ytemp

double[] ytemp

error

double[] error

save1

double[] save1

save2

double[] save2

pw

double[] pw

ipvt

int[] ipvt

Class com.imsl.math.OdeAdamsGear.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.OdeAdamsGear.MaxFcnEvalsExceededException extends IMSLException implements Serializable

serialVersionUID: -2664854595423168722L

Class com.imsl.math.OdeAdamsGear.SingularMatrixException extends IMSLException implements Serializable

serialVersionUID: -2664854595423168722L

Class com.imsl.math.OdeAdamsGear.ToleranceTooSmallException extends IMSLException implements Serializable

serialVersionUID: -2664854595423168722L

Class com.imsl.math.OdeRungeKutta extends ODE implements Serializable

serialVersionUID: -2952823127854719678L

Serialized Fields

function

OdeRungeKutta.Function function

xEndPrevious

double xEndPrevious

Class com.imsl.math.OdeRungeKutta.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.OdeRungeKutta.ToleranceTooSmallException extends IMSLException implements Serializable

serialVersionUID: -2664854595423168722L

Class com.imsl.math.Physical extends Number implements Serializable

serialVersionUID: 3184419887986270832L

Serialized Fields

value

double value

dim

int[] dim

Class com.imsl.math.QR extends Object implements Serializable

serialVersionUID: 1107610505222116600L

Serialized Fields

qr

double[][] qr

qraux

double[] qraux

jpvt

int[] jpvt

Class com.imsl.math.QuadraticProgramming.InconsistentSystemException extends IMSLException implements Serializable

serialVersionUID: 21002984005902215L

Class com.imsl.math.QuadraticProgramming.NoLPSolutionException extends IMSLException implements Serializable

serialVersionUID: -234237576860697403L

Class com.imsl.math.QuadraticProgramming.ProblemUnboundedException extends IMSLException implements Serializable

serialVersionUID: -8330678910301086803L

Class com.imsl.math.QuadraticProgramming.SolutionNotFoundException extends IMSLException implements Serializable

serialVersionUID: 3738684727319253938L

Class com.imsl.math.Quadrature extends Object implements Serializable

serialVersionUID: 4473825263205812500L

Serialized Fields

errorAbsolute

double errorAbsolute

errorRelative

double errorRelative

errorEstimate

double errorEstimate

rule

int rule

maxSubintervals

int maxSubintervals

doExtrapolation

boolean doExtrapolation

errorStatus

int errorStatus

Class com.imsl.math.RadialBasis extends Object implements Serializable

serialVersionUID: 7552093779084269389L

Serialized Fields

nDim

int nDim

nCenters

int nCenters

haveIntercept

boolean haveIntercept

centers

double[][] centers

coefficients

double[] coefficients

radialFunction

RadialBasis.Function radialFunction

lr

LinearRegression lr

listData

com.imsl.math.RadialBasis.ListData listData

Class com.imsl.math.SingularMatrixException extends IMSLException implements Serializable

serialVersionUID: -8931775643377062703L

Class com.imsl.math.SparseCholesky extends Object implements Serializable

serialVersionUID: 4073874860190911941L

Serialized Fields

SYMBOLIC_FACTOR_ONLY

int SYMBOLIC_FACTOR_ONLY
Indicates that only the symbolic factorization should be computed.


NUMERIC_FACTOR_ONLY

int NUMERIC_FACTOR_ONLY
Indicates that only the numeric factorization should be computed.


SOLVE_ONLY

int SOLVE_ONLY
Indicates that only the system Ax=b should be solved.


SYMBOLIC_FACTOR_SUPPLY

int SYMBOLIC_FACTOR_SUPPLY
Indicates that the symbolic factor is supplied by the user.


NUMERIC_FACTOR_SUPPLY

int NUMERIC_FACTOR_SUPPLY
Indicates that the numeric factor is supplied by the user.


A

com.imsl.math.SparseCholeskyMatrix A

rhs

double[] rhs

l_n

int l_n

nz

int nz

l_xnzsub

int[] l_xnzsub

l_xlnz

int[] l_xlnz

l_perm

int[] l_perm

l_invp

int[] l_invp

l_multifrontal_space

int[] l_multifrontal_space

l_nzsub

int[] l_nzsub

l_maxlnz

int[] l_maxlnz

l_maxsub

int[] l_maxsub

l_flag

int[] l_flag

l_alnz

double[] l_alnz

l_diag

double[] l_diag

l_solution

double[] l_solution

eps

double eps

solve_only

int solve_only

return_symbolic_factor

int return_symbolic_factor

supply_symbolic_factor

int supply_symbolic_factor

symbolic_factor_only

int symbolic_factor_only

compute_symbolic_factor

int compute_symbolic_factor

return_numeric_factor

int return_numeric_factor

supply_numeric_factor

int supply_numeric_factor

numeric_factor_only

int numeric_factor_only

compute_numeric_factor

int compute_numeric_factor

return_smallest_diag

int return_smallest_diag

return_largest_diag

int return_largest_diag

return_num_factor_nonzeros

int return_num_factor_nonzeros

l_num_factor_nonzeros

int l_num_factor_nonzeros

l_smallest_diag

double l_smallest_diag

l_largest_diag

double l_largest_diag

multifrontal

int multifrontal

CSC_format

int CSC_format

CSC_col_ptr

int[] CSC_col_ptr

CSC_row_ind

int[] CSC_row_ind

ALREADY_SYMBOLICALLY_FACTORED

boolean ALREADY_SYMBOLICALLY_FACTORED

ALREADY_NUMERICALLY_FACTORED

boolean ALREADY_NUMERICALLY_FACTORED

Class com.imsl.math.SparseCholesky.NotSPDException extends IMSLException implements Serializable

serialVersionUID: -8958806756350122436L

Class com.imsl.math.SparseCholesky.NumericFactor extends Object implements Serializable

serialVersionUID: -7517777057466887737L

Serialized Fields

xnzsub

int[] xnzsub

nzsub

int[] nzsub

xlnz

int[] xlnz

perm

int[] perm

alnz

double[] alnz

diag

double[] diag

Class com.imsl.math.SparseCholesky.SymbolicFactor extends Object implements Serializable

serialVersionUID: -2515460315704131562L

Serialized Fields

xnzsub

int[] xnzsub

xlnz

int[] xlnz

perm

int[] perm

invp

int[] invp

multifrontal_space

int[] multifrontal_space

nzsub

int[] nzsub

maxlnz

int[] maxlnz

maxsub

int[] maxsub

flag

int flag

Class com.imsl.math.SparseMatrix extends Object implements Serializable

serialVersionUID: 4129725520868670733L

Serialized Fields

nRows

int nRows

nColumns

int nColumns

row

com.imsl.math.SparseMatrix.Row[] row

numberOfNonZeros

long numberOfNonZeros

Class com.imsl.math.Spline extends Object implements Serializable

serialVersionUID: 4999733042990553333L

Serialized Fields

coef

double[][] coef
Coefficients of the piecewise polynomials. This is an n by k array, where n is the number of piecewise polynomials and k is the order (degree+1) of the piecewise polynomials.

coef[i] contains the coefficients for the piecewise polynomial valid in the interval [x[k],x[k+1]).


breakPoint

double[] breakPoint
The breakpoint array of length n, where n is the number of piecewise polynomials.

Class com.imsl.math.Spline2D extends Object implements Serializable

serialVersionUID: -5972109423312292659L

Serialized Fields

spline_domain_dim

int spline_domain_dim

spline_target_dim

int spline_target_dim

spline_order

int[] spline_order

spline_num_coef

int[] spline_num_coef

spline_num_knots

int[] spline_num_knots

spline_knots

double[][] spline_knots

spline_coef

double[][] spline_coef

x

double x

y

double y

grid

int grid

derivative_x

int derivative_x

derivative_y

int derivative_y

xvec

double[] xvec

yvec

double[] yvec

lv_value

double lv_value

output_vector

double[] output_vector

deltal

double[] deltal

deltar

double[] deltar

b42j

int b42j

b5itg_ilo

int b5itg_ilo

Class com.imsl.math.Spline2DInterpolate extends Spline2D implements Serializable

serialVersionUID: -4200479299333083908L

Serialized Fields

xdata

double[] xdata

ydata

double[] ydata

fdata

double[] fdata

order_given

int order_given

users_xorder

int users_xorder

users_yorder

int users_yorder

knots_given

int knots_given

users_knots

double[][] users_knots

Class com.imsl.math.Spline2DLeastSquares extends Spline2D implements Serializable

serialVersionUID: 5055137588123530398L

Serialized Fields

xdata

double[] xdata

ydata

double[] ydata

fdata

double[] fdata

x_spline_space_dim

int x_spline_space_dim

y_spline_space_dim

int y_spline_space_dim

users_knots

double[][] users_knots

sse

double sse

order

int[] order

weights

double[][] weights

Class com.imsl.math.SuperLU extends Object implements Serializable

serialVersionUID: 1972815006442816189L

Serialized Fields

A

com.imsl.math.SuperMatrix A

AA

com.imsl.math.SuperMatrix AA

AC

com.imsl.math.SuperMatrix AC

B

com.imsl.math.SuperMatrix B

X

com.imsl.math.SuperMatrix X

L

com.imsl.math.SuperMatrix L

U

com.imsl.math.SuperMatrix U

IterRefine

boolean IterRefine

AlreadyFactored

boolean AlreadyFactored

Equil

boolean Equil

Fact

int Fact

ColPerm

int ColPerm

Trans

int Trans

PrintStat

int PrintStat

PivotGrowth

boolean PivotGrowth

SymmetricMode

boolean SymmetricMode

ConditionNumber

int ConditionNumber

nRowsA

int nRowsA

nColsA

int nColsA

b_rowind

int[] b_rowind

b_colptr

int[] b_colptr

DiagPivotThresh

double DiagPivotThresh

recip_pivot_growth

double recip_pivot_growth

rcond

double[] rcond

lwork

int lwork

info

int[] info

segrep

int[] segrep

parent

int[] parent

xplore

int[] xplore

repfnz

int[] repfnz

panel_lsub

int[] panel_lsub

xprune

int[] xprune

marker

int[] marker

R

double[] R

C

double[] C

berr

double[] berr

ferr

double[] ferr

equed

int equed

perm_c

int[] perm_c

perm_r

int[] perm_r

etree

int[] etree

dense

double[] dense

tempv

double[] tempv

expanders

com.imsl.math.SuperLU.ExpHeader[] expanders

no_expand

int no_expand

first_bmod

int first_bmod

first_dfs

int first_dfs

pp

int[] pp

first_kid

int[] first_kid

next_kid

int[] next_kid

post

int[] post

postnum

int postnum

jump_dlacon

int jump_dlacon

j_dlacon

int j_dlacon

iter_dlacon

int iter_dlacon

Glu

com.imsl.math.SuperLU.GlobalLU_t Glu

stat

com.imsl.math.SuperLU.SuperLUStat_t stat

sluStats

com.imsl.math.SuperLU.Statistics sluStats

t0

long t0

utime

long[] utime

nofact

boolean nofact

equil

boolean equil

notran

boolean notran

rowequ

boolean rowequ

colequ

boolean colequ

trant

int trant

mem_usage

com.imsl.math.SuperLU.mem_usage_t mem_usage

sp_ienv

int[] sp_ienv

Class com.imsl.math.SVD.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.ZeroFunction extends Object implements Serializable

serialVersionUID: -2378005396432268407L

Serialized Fields

errorAbsolute

double errorAbsolute
Deprecated. 

errorRelative

double errorRelative
Deprecated. 

spread

double spread
Deprecated. 

spreadTolerance

double spreadTolerance
Deprecated. 

maxIterations

int maxIterations
Deprecated. 

iterations

int[] iterations
Deprecated. 

Class com.imsl.math.ZeroPolynomial extends Object implements Serializable

serialVersionUID: -7610934510539833820L

Serialized Fields

root

Complex[] root

radius

double[] radius

err

boolean[] err

maxIterations

int maxIterations

Class com.imsl.math.ZeroPolynomial.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.ZerosFunction extends Object implements Serializable

serialVersionUID: -2378005396432268407L

Serialized Fields

errorAbsolute

double errorAbsolute

nEvals

int nEvals

maxEvals

int maxEvals

numRootsFound

int numRootsFound

numRoots

int numRoots

haveBound

boolean haveBound

roots

double[] roots

xGuess

double[] xGuess

userGuess

boolean userGuess

xScale

double xScale

errorX

double errorX

toleranceMuller

double toleranceMuller

eps

double eps

upperBound

double upperBound

lowerBound

double lowerBound

minSeparation

double minSeparation

compute

boolean compute

Class com.imsl.math.ZeroSystem extends Object implements Serializable

serialVersionUID: -1026233461882319787L

Serialized Fields

n

int n

x

double[] x

errorRelative

double errorRelative

maxIterations

int maxIterations

xinit

double[] xinit

logger

Logger logger

log

boolean log

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

pmf

PrintMatrixFormat pmf

Class com.imsl.math.ZeroSystem.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.math.ZeroSystem.ToleranceTooSmallException extends IMSLException implements Serializable

serialVersionUID: -2664854595423168722L

Class com.imsl.math.ZeroSystem.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: 5863349337242274171L


Package com.imsl.stat

Class com.imsl.stat.ANCOVA extends Object implements Serializable

serialVersionUID: 377696961867547883L

Serialized Fields

responses

double[][] responses

covariates

double[][][] covariates

xymean

double[][] xymean

ignore

boolean[][] ignore

ldxy

int ldxy

ni

int[] ni

nmiss

int[] nmiss

ntotal

int ntotal

anova

double[] anova

NPARM

int NPARM

ICALL

int ICALL

anovaTables

double[][] anovaTables

coefTables

double[][][] coefTables

covm

double[][] covm

ptss

double[] ptss

testpl

double[] testpl

coef

double[][] coef

r

double[][] r

covb

double[][] covb

Class com.imsl.stat.ANOVA extends Object implements Serializable

serialVersionUID: 5165916116763962117L

Serialized Fields

y

double[][] y

anova

double[] anova

groupStdev

double[] groupStdev

stat

double[][] stat

nmissing

int nmissing

ngroups

int ngroups

Class com.imsl.stat.ANOVAFactorial extends Object implements Serializable

serialVersionUID: -4855462832688335499L

Serialized Fields

l_nsubscripts

int l_nsubscripts

l_model_order

int l_model_order

l_model_user

int l_model_user

l_sign_intera

int l_sign_intera

l_nlevels

int[] l_nlevels

l_y

double[] l_y

l_aov

double[] l_aov

l_ymeans

double[] l_ymeans

l_efss

double[][] l_efss

Class com.imsl.stat.ARAutoUnivariate extends Object implements Serializable

serialVersionUID: -180470275739731115L

Serialized Fields

aic

double aic

aicc

double aicc

bic

double bic

l_infoCriterion

int l_infoCriterion

confidence

double confidence

constant

double constant

iprint

int iprint

maxit

int maxit

maxlag

int maxlag

method

int method

variance

double variance

armaVar

double armaVar

center

boolean center

z_mean

double z_mean

p_constant

double[] p_constant

armaConstant

double armaConstant

par

double[] par

armaAR

double[] armaAR

success

boolean success

z

double[] z

nobs

int nobs

npar

int npar

backwardOrigin

int backwardOrigin

compute_flag

boolean compute_flag

l_convergence_tolerance

double l_convergence_tolerance

forecast_matrix

double[][] forecast_matrix

l_forecast

double[] l_forecast

l_dev

double[] l_dev

l_psiWeights

double[] l_psiWeights

residuals

double[] residuals

maxarma_likelihood

double maxarma_likelihood

logger

Logger logger

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

Class com.imsl.stat.ARAutoUnivariate.TriangularMatrixSingularException extends IMSLException implements Serializable

serialVersionUID: -463665995292370597L

Class com.imsl.stat.ARMA extends Object implements Serializable

serialVersionUID: 7970084079175789473L

Serialized Fields

isComputed

boolean isComputed

lv_nmaxs

int lv_nmaxs

lv_fpnrmp

double lv_fpnrmp

lv_nsing

int lv_nsing

lv_deltap

double lv_deltap

lv_gnleng

double lv_gnleng

lv_phi

double lv_phi

lv_phip

double lv_phip

lv_phipi

double lv_phipi

lv_sgnorm

double lv_sgnorm

lv_aftol

double lv_aftol

lv_steptl

double lv_steptl

lv_rftol

double lv_rftol

lv_falstl

double lv_falstl

lv_fjactl

double lv_fjactl

lv_maxfcn

int lv_maxfcn

lv_maxjac

int lv_maxjac

lv_mxiter

int lv_mxiter

errorCode

int errorCode

lv_arma

double[] lv_arma

l_ar_lags

int[] l_ar_lags

l_ma_lags

int[] l_ma_lags

l_p

int l_p

l_q

int l_q

l_nobs

int l_nobs

l_mutual_ls

int l_mutual_ls

l_init_arlag

int l_init_arlag

l_init_malag

int l_init_malag

l_z

double[] l_z

l_ar_init

double[] l_ar_init

l_ma_init

double[] l_ma_init

l_residual

double[] l_residual

l_autocov

double[] l_autocov

l_param_est_cov

double[] l_param_est_cov

l_dev

double[] l_dev

l_weight

double[] l_weight

l_forecast

double[] l_forecast

l_center

int l_center

l_method

int l_method

l_mutual_est

int l_mutual_est

l_init_rel_error

int l_init_rel_error

l_init_max_iter

int l_init_max_iter

l_max_iterations

int l_max_iterations

l_length

int l_length

l_init_back

int l_init_back

l_init_conv_tol

int l_init_conv_tol

l_init_mean

int l_init_mean

l_initial_est

int l_initial_est

l_backward_origin

int l_backward_origin

l_relative_error

double l_relative_error

l_tolerance

double l_tolerance

l_convergence_tolerance

double l_convergence_tolerance

l_rw_mean

double l_rw_mean

l_ss_residual

double l_ss_residual

l_confidence

double l_confidence

l_a_variance

double l_a_variance

arma_info

com.imsl.stat.ARMA.ARMAInfo arma_info

Class com.imsl.stat.ARMA.IllConditionedException extends IMSLException implements Serializable

serialVersionUID: 6715068679376449398L

Class com.imsl.stat.ARMA.IncreaseErrRelException extends IMSLException implements Serializable

serialVersionUID: -387792023600504312L

Class com.imsl.stat.ARMA.MatrixSingularException extends IMSLException implements Serializable

serialVersionUID: 5401198573160501348L

Class com.imsl.stat.ARMA.NewInitialGuessException extends IMSLException implements Serializable

serialVersionUID: 7942990000530615355L

Class com.imsl.stat.ARMA.TooManyCallsException extends IMSLException implements Serializable

serialVersionUID: 5613846061733543507L

Class com.imsl.stat.ARMA.TooManyFcnEvalException extends IMSLException implements Serializable

serialVersionUID: 6042896554046301828L

Class com.imsl.stat.ARMA.TooManyITNException extends IMSLException implements Serializable

serialVersionUID: -7774212741650440569L

Class com.imsl.stat.ARMA.TooManyJacobianEvalException extends IMSLException implements Serializable

serialVersionUID: -297544808360026173L

Class com.imsl.stat.ARMAEstimateMissing extends Object implements Serializable

serialVersionUID: -6597006279833674216L

Serialized Fields

init_mean

boolean init_mean

l_nobs

int l_nobs

l_maxIteration

int l_maxIteration

l_maxlag

int l_maxlag

l_method

int l_method

ntimes

int ntimes

ner

int ner

init_conv_tol

int init_conv_tol

l_ar_method

int l_ar_method

init_rel_error

int init_rel_error

init_max_iter

int init_max_iter

n_missing

int n_missing

constant

double constant

npar

double npar

z_mean

double z_mean

l_relative_error

double l_relative_error

l_convergence_tolerance

double l_convergence_tolerance

l_tpoints

int[] l_tpoints

l_times

int[] l_times

miss_index

int[] miss_index

l_z

double[] l_z

l_series

double[] l_series

resx

double[] resx

l_ar

double[] l_ar

l_ma

double[] l_ma

index

double[] index

p_x

double[] p_x

temp_ptr

double[] temp_ptr

Class com.imsl.stat.ARMAMaxLikelihood extends Object implements Serializable

serialVersionUID: -1950325441449967597L

Serialized Fields

l_arma

ARMA l_arma

l_f

double[][] l_f

l_z

double[] l_z

l_ar

double[] l_ar

l_ma

double[] l_ma

l_alph

double[] l_alph

l_hs

double[] l_hs

l_g

double[] l_g

l_forecast

double[] l_forecast

l_dev

double[] l_dev

l_psiWeights

double[] l_psiWeights

l_residuals

double[] l_residuals

l_confidence

double l_confidence

l_aic

double l_aic

l_constant

double l_constant

l_likelihood

double l_likelihood

l_variance

double l_variance

l_w_mean

double l_w_mean

l_eps3

double l_eps3

l_eps4

double l_eps4

l_epsa

double l_epsa

l_q

int l_q

l_p

int l_p

l_nobs

int l_nobs

l_init_arlag

int l_init_arlag

l_init_malag

int l_init_malag

l_maxIterations

int l_maxIterations

l_backwardOrigin

int l_backwardOrigin

l_init_mean

int l_init_mean

iprint

int iprint

arSet

boolean arSet

maSet

boolean maSet

notComputed

boolean notComputed

Class com.imsl.stat.ARMAMaxLikelihood.InitialMAException extends IMSLException implements Serializable

serialVersionUID: -5080693225385486326L

Class com.imsl.stat.ARMAMaxLikelihood.NonInvertibleException extends IMSLException implements Serializable

serialVersionUID: -3156973066136974059L

Class com.imsl.stat.ARMAMaxLikelihood.NonStationaryException extends IMSLException implements Serializable

serialVersionUID: 7206735494078835305L

Class com.imsl.stat.ARMAOutlierIdentification extends Object implements Serializable

serialVersionUID: 3940075251439298502L

Serialized Fields

isComputed

boolean isComputed

isForecasted

boolean isForecasted

l_z

double[] l_z

l_p

int l_p

l_q

int l_q

l_s

int l_s

l_d

int l_d

n_obs

int n_obs

res_sigma

double res_sigma

res_series

double[] res_series

out_free_series

double[] out_free_series

outlier_stat

int[][] outlier_stat

num_outliers

int[] num_outliers

l_delta

double l_delta

l_critical

double l_critical

l_epsilon

double l_epsilon

l_relative_error

double l_relative_error

l_confidence

double l_confidence

l_aic

double[] l_aic

l_aicc

double[] l_aicc

l_bic

double[] l_bic

l_parameters

double[] l_parameters

l_outfree_forecast

double[] l_outfree_forecast

l_outlier_forecast

double[] l_outlier_forecast

l_psi_weights

double[] l_psi_weights

l_dev

double[] l_dev

sigma_arr

double[] sigma_arr

tau_arr

double[] tau_arr

omega_arr

double[] omega_arr

l_model

int[] l_model

Class com.imsl.stat.ARSeasonalFit extends Object implements Serializable

serialVersionUID: 5916508844888010928L

Serialized Fields

z

double[] z

aic

double aic

aicc

double aicc

bic

double bic

l_infoCriterion

int l_infoCriterion

ar

double[] ar

optD

int[] optD

optS

int[] optS

y

double[] y

ts

double[] ts

par

double[] par

sInit

int[][] sInit

dInit

int[][] dInit

center

int center

nDifferences

int nDifferences

nLost

int nLost

maxlag

int maxlag

arOrder

int arOrder

exclude

boolean exclude

notComputed

boolean notComputed

Class com.imsl.stat.AutoARIMA extends Object implements Serializable

serialVersionUID: -4350310585155725070L

Serialized Fields

isComputed

boolean isComputed

isForecasted

boolean isForecasted

n_obs

int n_obs

res_sigma

double[] res_sigma

res_series

double[] res_series

out_free_series

double[] out_free_series

outlier_stat

int[][] outlier_stat

omega

double[] omega

num_outliers

int[] num_outliers

l_delta

double l_delta

l_critical

double l_critical

l_epsilon

double l_epsilon

l_relativeError

double l_relativeError

l_confidence

double l_confidence

l_aic

double[] l_aic

l_aicc

double[] l_aicc

l_bic

double[] l_bic

l_parameters

double[] l_parameters

l_outfree_forecast

double[] l_outfree_forecast

l_outlier_forecast

double[] l_outlier_forecast

l_psi_weights

double[] l_psi_weights

l_dev

double[] l_dev

nObs

int nObs

nObsActual

int nObsActual

l_maxARLag

int l_maxARLag

l_infoCriterion

int l_infoCriterion

l_periods

int[][] l_periods

l_orders

int[][] l_orders

optimumModel

int[] optimumModel

l_gapFreeSeries

double[] l_gapFreeSeries

l_completeTimes

int[] l_completeTimes

l_x

double[] l_x

l_times

int[] l_times

Class com.imsl.stat.AutoARIMA.NoAcceptableModelFoundException extends IMSLException implements Serializable

serialVersionUID: 7356132910652450123L

Class com.imsl.stat.AutoCorrelation extends Object implements Serializable

serialVersionUID: -8876255994124268413L

Serialized Fields

data

double[] data

xmean

double xmean

maxlag

int maxlag

nobs

int nobs

Class com.imsl.stat.AutoCorrelation.NonPosVariancesException extends IMSLException implements Serializable

serialVersionUID: -4710876870121028483L

Class com.imsl.stat.CategoricalGenLinModel.ClassificationVariableException extends IMSLException implements Serializable

serialVersionUID: 2381793969232592891L

Class com.imsl.stat.CategoricalGenLinModel.ClassificationVariableLimitException extends IMSLException implements Serializable

serialVersionUID: 2666282754326775544L

Class com.imsl.stat.CategoricalGenLinModel.ClassificationVariableValueException extends IMSLException implements Serializable

serialVersionUID: -5556278926019721567L

Class com.imsl.stat.CategoricalGenLinModel.DeleteObservationsException extends IMSLException implements Serializable

serialVersionUID: 8518088934840006476L

Class com.imsl.stat.CategoricalGenLinModel.RankDeficientException extends IMSLException implements Serializable

serialVersionUID: -5556278926019721567L

Class com.imsl.stat.ChiSquaredTest.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.stat.ChiSquaredTest.NoObservationsException extends IMSLRuntimeException implements Serializable

serialVersionUID: -7057390540654811891L

Class com.imsl.stat.ChiSquaredTest.NotCDFException extends IMSLRuntimeException implements Serializable

serialVersionUID: -8168773442133345921L

Class com.imsl.stat.ClusterHierarchical extends Object implements Serializable

serialVersionUID: 5746430995559206476L

Serialized Fields

clevel

double[] clevel

iclson

int[] iclson

icrson

int[] icrson

npt

int npt

errorCode

int errorCode

dist

double[][] dist

method

int method

transform

int transform

Class com.imsl.stat.ClusterKMeans extends Object implements Serializable

serialVersionUID: -465564486042443473L

Serialized Fields

l_user_freq

int l_user_freq

l_user_wt

int l_user_wt

l_nobs

int l_nobs

l_maxit

int l_maxit

l_x

double[][] l_x

l_cm

double[][] l_cm

l_swt

double[][] l_swt

l_freq

double[] l_freq

l_wt

double[] l_wt

l_wss

double[] l_wss

l_ic1

int[] l_ic1

l_nc

int[] l_nc

Class com.imsl.stat.ClusterKMeans.ClusterNoPointsException extends IMSLException implements Serializable

serialVersionUID: 8589841104103617978L

Class com.imsl.stat.ClusterKMeans.NoConvergenceException extends IMSLException implements Serializable

serialVersionUID: 8589841104103617978L

Class com.imsl.stat.ClusterKMeans.NonnegativeFreqException extends IMSLException implements Serializable

serialVersionUID: 5282683200869918415L

Class com.imsl.stat.ClusterKMeans.NonnegativeWeightException extends IMSLException implements Serializable

serialVersionUID: -7659772815705384035L

Class com.imsl.stat.ContingencyTable extends Object implements Serializable

serialVersionUID: 5681667858818141882L

Serialized Fields

l_nrows

int l_nrows

l_ncolumns

int l_ncolumns

l_degree_freedom

int l_degree_freedom

l_chi_squared

double l_chi_squared

l_g_squared

double l_g_squared

l_p_value2

double l_p_value2

l_p_value

double l_p_value

l_table

double[] l_table

l_chi_squared_stats

double[] l_chi_squared_stats

l_expected

double[] l_expected

l_statistics

double[] l_statistics

l_chi_squared_contributions

double[] l_chi_squared_contributions

Class com.imsl.stat.Covariances extends Object implements Serializable

serialVersionUID: -1829942353762349947L

Serialized Fields

l_missingValueMethod

int l_missingValueMethod

l_nrows

int l_nrows

l_nvariables

int l_nvariables

l_nrmiss

int l_nrmiss

l_sumfreq

int l_sumfreq

l_sum_weight

double l_sum_weight

l_x

double[] l_x

l_means

double[] l_means

l_incidenceMatrix

int[] l_incidenceMatrix

user_weights

double[] user_weights

user_freq

double[] user_freq

Class com.imsl.stat.Covariances.DiffObsDeletedException extends IMSLException implements Serializable

serialVersionUID: -5468439983382059579L

Class com.imsl.stat.Covariances.MoreObsDelThanEnteredException extends IMSLException implements Serializable

serialVersionUID: 5387130416565002353L

Class com.imsl.stat.Covariances.NonnegativeFreqException extends IMSLException implements Serializable

serialVersionUID: 5282683200869918415L

Class com.imsl.stat.Covariances.NonnegativeWeightException extends IMSLException implements Serializable

serialVersionUID: -7659772815705384035L

Class com.imsl.stat.Covariances.TooManyObsDeletedException extends IMSLException implements Serializable

serialVersionUID: -4516751236894295518L

Class com.imsl.stat.CrossCorrelation extends Object implements Serializable

serialVersionUID: -4449383558194661651L

Serialized Fields

dataX

double[] dataX

dataY

double[] dataY

meanX

double meanX

meanY

double meanY

maxlag

int maxlag

nobs

int nobs

Class com.imsl.stat.CrossCorrelation.NonPosVariancesException extends IMSLException implements Serializable

serialVersionUID: -4019180420350040444L

Class com.imsl.stat.Difference extends Object implements Serializable

serialVersionUID: 7580610626473671643L

Serialized Fields

nlost

int nlost

nobsx

int nobsx

imiss

int imiss

ndiff

int ndiff

iord

int[] iord

iper

int[] iper

user_supplied_order

boolean user_supplied_order

Class com.imsl.stat.DiscriminantAnalysis.CovarianceSingularException extends IMSLException implements Serializable

serialVersionUID: -7905726011128187706L

Class com.imsl.stat.DiscriminantAnalysis.EmptyGroupException extends IMSLException implements Serializable

serialVersionUID: 7014912576719860840L

Class com.imsl.stat.DiscriminantAnalysis.SumOfWeightsNegException extends IMSLException implements Serializable

serialVersionUID: -5497503384035651323L

Class com.imsl.stat.Dissimilarities extends Object implements Serializable

serialVersionUID: 4861802467963720094L

Serialized Fields

errorCode

int errorCode

distanceMatrix

double[][] distanceMatrix

x

double[][] x

indexArray

int[] indexArray

distanceMethod

int distanceMethod

distanceScale

int distanceScale

iRow

int iRow

indexSet

boolean indexSet

Class com.imsl.stat.Dissimilarities.NoPositiveVarianceException extends IMSLException implements Serializable

serialVersionUID: 6570223128306315531L

Class com.imsl.stat.Dissimilarities.ScaleFactorZeroException extends IMSLException implements Serializable

serialVersionUID: -4567123316299394964L

Class com.imsl.stat.Dissimilarities.ZeroNormException extends IMSLException implements Serializable

serialVersionUID: 1021598580263564303L

Class com.imsl.stat.EmpiricalQuantiles extends Object implements Serializable

serialVersionUID: 7275015374683873211L

Serialized Fields

NOBS

int NOBS

nqprop

int nqprop

Q

double[] Q

XLo

double[] XLo

XHi

double[] XHi

nMissing

int nMissing

AMACH3

double AMACH3

AMACH4

double AMACH4

AMACH8

double AMACH8

Class com.imsl.stat.EmpiricalQuantiles.ScaleFactorZeroException extends IMSLException implements Serializable

serialVersionUID: -4567123316299394964L

Class com.imsl.stat.FactorAnalysis extends Object implements Serializable

serialVersionUID: 3013756310322875816L

Serialized Fields

COV

double[][] COV

l_nrows

int l_nrows

l_nvariables

int l_nvariables

NF

int NF

NVAR

int NVAR

NDF

int NDF

MAXIT

int MAXIT

UNIQ

double[] UNIQ

EPS

double EPS

EPSE

double EPSE

MAXSTP

int MAXSTP

INIT

int INIT

IMTH

int IMTH

IMTH1

int IMTH1

ICOV

int ICOV

EVAL

double[] EVAL

EVEC

double[][] EVEC

EVEC1

double[][] EVEC1

A

double[][] A

AN

double AN

STAT

double[] STAT

DER

double[] DER

GOTVECTORS

boolean GOTVECTORS

Class com.imsl.stat.FactorAnalysis.BadVarianceException extends IMSLException implements Serializable

serialVersionUID: -6970912099665971496L

Class com.imsl.stat.FactorAnalysis.EigenvalueException extends IMSLException implements Serializable

serialVersionUID: -3349915448942896802L

Class com.imsl.stat.FactorAnalysis.NonPositiveEigenvalueException extends IMSLException implements Serializable

serialVersionUID: -2075515127789038450L

Class com.imsl.stat.FactorAnalysis.NotPositiveSemiDefiniteException extends IMSLException implements Serializable

serialVersionUID: 7149546182081549553L

Class com.imsl.stat.FactorAnalysis.NotSemiDefiniteException extends IMSLException implements Serializable

serialVersionUID: 5989990002526018958L

Class com.imsl.stat.FactorAnalysis.RankException extends IMSLException implements Serializable

serialVersionUID: 6136240998250904876L

Class com.imsl.stat.FactorAnalysis.SingularException extends IMSLException implements Serializable

serialVersionUID: 3836453898038287574L

Class com.imsl.stat.FaureSequence extends Object implements Serializable

serialVersionUID: 8835883300561535875L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
This method is called when the object is being deserialized. Fields than can be easily recomputed have been marked transient. This method recomputes them after reading the non-transient fields.

Throws:
IOException
ClassNotFoundException
Serialized Fields

digitsY

int[][] digitsY

digitsN

int[] digitsN

nSkip

int nSkip

base

int base

Class com.imsl.stat.GammaDistribution extends Object implements Serializable

serialVersionUID: -2100487246831529723L

Serialized Fields

logMean

double logMean

mean

double mean

gMean

double gMean

shapeParameter

double shapeParameter

scaleParameter

double scaleParameter

Class com.imsl.stat.GARCH extends Object implements Serializable

serialVersionUID: 5162634875950624877L

Serialized Fields

l_p

int l_p

l_q

int l_q

l_m

int l_m

l_y

double[] l_y

l_xguess

double[] l_xguess

lv_coef_vector

double[] lv_coef_vector

l_var

double[] l_var

l_a

double l_a

l_aic

double l_aic

l_max_sigma

double l_max_sigma

Class com.imsl.stat.GARCH.ConstrInconsistentException extends IMSLException implements Serializable

serialVersionUID: 8363339034536305334L

Class com.imsl.stat.GARCH.EqConstrInconsistentException extends IMSLException implements Serializable

serialVersionUID: -3980735923419642875L

Class com.imsl.stat.GARCH.NoVectorXException extends IMSLException implements Serializable

serialVersionUID: 984478868740406324L

Class com.imsl.stat.GARCH.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: -2775235009911054422L

Class com.imsl.stat.GARCH.VarsDeterminedException extends IMSLException implements Serializable

serialVersionUID: -4848764340361710192L

Class com.imsl.stat.InverseCdf extends Object implements Serializable

serialVersionUID: 856736791554587805L

Serialized Fields

cdf

CdfFunction cdf

tolerance

double tolerance

Class com.imsl.stat.InverseCdf.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550L

Class com.imsl.stat.KalmanFilter extends Object implements Serializable

serialVersionUID: 4313511618028926306L

Serialized Fields

l_nb

int l_nb

l_n

int[] l_n

l_ss

double[] l_ss

l_alndet

double[] l_alndet

l_b

double[] l_b

l_covb

double[] l_covb

l_it

int l_it

l_iq

int l_iq

l_update

int l_update

l_ny

int l_ny

l_t

double[] l_t

l_q

double[] l_q

l_y

double[] l_y

l_z

double[] l_z

l_r

double[] l_r

l_covv

double[] l_covv

l_v

double[] l_v

l_tol

double l_tol

Class com.imsl.stat.KaplanMeierECDF extends Object implements Serializable

serialVersionUID: -1662518781663172491L

Serialized Fields

fr

int[] fr

cn

int[] cn

ylen

int ylen

x

double[] x

nx

int nx

have_censor

boolean have_censor

have_freq

boolean have_freq

isEvaluated

boolean isEvaluated

dy

double[] dy

Class com.imsl.stat.KaplanMeierEstimates extends Object implements Serializable

serialVersionUID: 7580610626473671643L

Serialized Fields

nobs

int nobs

ncol

int ncol

responseIndex

int responseIndex

censorIndex

int censorIndex

frequencyIndex

int frequencyIndex

stratumIndex

int stratumIndex

isrt

int isrt

nrmiss

int nrmiss

indkey

int[] indkey

iperm

int[] iperm

GroupIndex

int GroupIndex

issorted

boolean issorted

censorcol

boolean censorcol

freqcol

boolean freqcol

stratumcol

boolean stratumcol

computed

boolean computed

computed2

boolean computed2

sprob

double[][] sprob

X

double[][] X

wk

double[] wk

atRisk

int[] atRisk

nFailing

int[] nFailing

TotalNumber

int[] TotalNumber

TotalFailing

int[] TotalFailing

ProductLimitLikelihood

double[] ProductLimitLikelihood

Class com.imsl.stat.KolmogorovOneSample extends Object implements Serializable

serialVersionUID: -6092171209181629650L

Serialized Fields

pdif

double[] pdif

numberMissing

int numberMissing

nTies

int nTies

Class com.imsl.stat.KolmogorovTwoSample extends Object implements Serializable

serialVersionUID: -3799159537586353443L

Serialized Fields

pdif

double[] pdif

numberMissingX

int numberMissingX

numberMissingY

int numberMissingY

Class com.imsl.stat.LifeTables extends Object implements Serializable

serialVersionUID: 2998502234266666654L

Serialized Fields

npop

int npop

n

int n

ipop

int[] ipop

idth

int[] idth

table

double[][] table

age

double[] age

a

double[] a

Class com.imsl.stat.LinearRegression extends Object implements Serializable

serialVersionUID: -9070175427330103613L

Serialized Fields

nVariables

int nVariables

nObservations

int nObservations

intcep

int intcep

ncoef

int ncoef

hasIntercept

boolean hasIntercept

matrixR

double[][] matrixR

rhs

double[] rhs

sumY

double sumY

sumW

double sumW

sst

double sst

dfe

double dfe

sse

double sse

dfesv

double dfesv

pcmsv

double pcmsv

pcpsv

double pcpsv

tmsv

double tmsv

tpsv

double tpsv

rank

double rank

initialized

boolean initialized

Class com.imsl.stat.LinearRegression.CoefficientTTests extends Object implements Serializable

serialVersionUID: -8916227984228664483L

Serialized Fields

coef

double[] coef

stderr

double[] stderr

tstat

double[] tstat

pValue

double[] pValue

Class com.imsl.stat.LogNormalDistribution extends Object implements Serializable

serialVersionUID: 6938338633091805131L

Serialized Fields

standardDeviation

double standardDeviation

mean

double mean

Class com.imsl.stat.MersenneTwister extends Object implements Serializable

serialVersionUID: 8826443504868881672L

Serialized Fields

mt

int[] mt
State vector.


mti

int mti
Index into the state vector of the next random number.

Class com.imsl.stat.MersenneTwister64 extends Object implements Serializable

serialVersionUID: 3018424897970696296L

Serialized Fields

mt

long[] mt
State vector.


mti

int mti
Index into the state vector of the next random number.

Class com.imsl.stat.MultiCrossCorrelation extends Object implements Serializable

serialVersionUID: -1338307980684807806L

Serialized Fields

dataX

double[][] dataX

dataY

double[][] dataY

maxlag

int maxlag

nobsX

int nobsX

nobsY

int nobsY

nchanX

int nchanX

nchanY

int nchanY

meanX

double[] meanX

meanY

double[] meanY

Class com.imsl.stat.MultiCrossCorrelation.NonPosVariancesException extends IMSLException implements Serializable

serialVersionUID: -4019180420350040444L

Class com.imsl.stat.MultipleComparisons extends Object implements Serializable

serialVersionUID: 4618755903674943586L

Serialized Fields

l_ngroups

int l_ngroups

l_df

int l_df

l_user_alpha

int l_user_alpha

l_std_error

double l_std_error

l_alpha

double l_alpha

l_means

double[] l_means

Class com.imsl.stat.NonlinearRegression.NegativeFreqException extends IMSLException implements Serializable

serialVersionUID: 8588234055587157665L

Class com.imsl.stat.NonlinearRegression.NegativeWeightException extends IMSLException implements Serializable

serialVersionUID: -4377196587831506145L

Class com.imsl.stat.NonlinearRegression.TooManyIterationsException extends IMSLException implements Serializable

serialVersionUID: 919296408977576890L

Class com.imsl.stat.NormalDistribution extends Object implements Serializable

serialVersionUID: 3612154147484926139L

Serialized Fields

mean

double mean

stdDev

double stdDev

Class com.imsl.stat.NormalityTest extends Object implements Serializable

serialVersionUID: 2386246865937472472L

Serialized Fields

l_nobs

int l_nobs

l_n

int l_n

l_x

double[] l_x

l_w

double l_w

l_max

double l_max

l_df

double l_df

l_chi

double l_chi

Class com.imsl.stat.NormalityTest.NoVariationInputException extends IMSLException implements Serializable

serialVersionUID: 7154577503639797028L

Class com.imsl.stat.NormOneSample extends Object implements Serializable

serialVersionUID: 3530554923668996562L

Serialized Fields

code

int code

ner

int ner

confLevMean

double confLevMean

ciMean

int ciMean

return_Std

int return_Std

t_Test

int t_Test

t_Null

double t_Null

confLevVar

double confLevVar

ci_Variance

int ci_Variance

chi_Sqr_Test

int chi_Sqr_Test

chi_Sqr_Null

double chi_Sqr_Null

t

double t

t_df

int t_df

t_p_value

double t_p_value

chi_sqr_df

int chi_sqr_df

chi_squared

double chi_squared

chi_sqr_p_value

double chi_sqr_p_value

num

double num

denom

double denom

summary

Summary summary

data

double[] data

Class com.imsl.stat.NormTwoSample extends Object implements Serializable

serialVersionUID: 2982545713331629393L

Serialized Fields

dirty

boolean dirty

equalVar

boolean equalVar

confLevMean

double confLevMean

confLevVar

double confLevVar

tNull

double tNull

chiSqrNull

double chiSqrNull

data1

double[] data1

data2

double[] data2

data1_len

int data1_len

data2_len

int data2_len

x1_mean

double x1_mean

x2_mean

double x2_mean

x1_var

double x1_var

x2_var

double x2_var

x1_var_calc

double x1_var_calc

x2_var_calc

double x2_var_calc

x1_nobs

int x1_nobs

x2_nobs

int x2_nobs

pooledVar

double pooledVar

tval_eq

double tval_eq

pval_eq

double pval_eq

df_eq

int df_eq

evCILowLimit

double evCILowLimit

evCIUpLimit

double evCIUpLimit

lower_conf_common

double lower_conf_common

upper_conf_common

double upper_conf_common

tval_uneq

double tval_uneq

pval_uneq

double pval_uneq

df_uneq

double df_uneq

uvCILowLimit

double uvCILowLimit

uvCIUpLimit

double uvCIUpLimit

fval

double fval

fProb

double fProb

lowConfRatio

double lowConfRatio

UpConfRatio

double UpConfRatio

x1_miss

double x1_miss

x2_miss

double x2_miss

signx

double signx

signy

double signy

sdu

double sdu

Class com.imsl.stat.PartialCovariances extends Object implements Serializable

serialVersionUID: 4298696628742302845L

Serialized Fields

partialCovariances

double[][] partialCovariances
An array of containing the partial covariances.


irank

int irank
Rank of the dependent variables.


dependent

int[] dependent
An array of containing the indices of the dependent variables. They have a one offset.


df

int df
Number of degrees of freedom associated with the input matrix.

Class com.imsl.stat.PartialCovariances.InvalidMatrixException extends IMSLException implements Serializable

serialVersionUID: -3741733686772839530L

Class com.imsl.stat.PartialCovariances.InvalidPartialCorrelationException extends IMSLException implements Serializable

serialVersionUID: -730455386899217387L

Class com.imsl.stat.Pdf.AltSeriesAccuracyLossException extends IMSLException implements Serializable

serialVersionUID: -5497503384035651323L

Class com.imsl.stat.PoissonDistribution extends Object implements Serializable

serialVersionUID: 7328077668315499996L

Serialized Fields

theta

double theta

Class com.imsl.stat.ProportionalHazards extends Object implements Serializable

serialVersionUID: 7580610626473671643L

Serialized Fields

nobs

int nobs

nrow

int nrow

ncol

int ncol

nef

int nef

ncoef

int[] ncoef

irt

int irt

icen

int icen

ifrq

int ifrq

ifix

int ifix

istrat

int istrat

maxit

int maxit

init

int init

itie

int itie

maxcl

int maxcl

nrmiss

int[] nrmiss

indkey

int[] indkey

iperm

int[] iperm

GroupIndex

int GroupIndex

nclvar

int nclvar

savedIterationCount

int savedIterationCount

cnt

int cnt

censorcol

boolean censorcol

freqcol

boolean freqcol

fixcol

boolean fixcol

stratumcol

boolean stratumcol

parcol

boolean parcol

rtcol

boolean rtcol

ltcol

boolean ltcol

computed

boolean computed

computed2

boolean computed2

WantHessian

boolean WantHessian

InitialEstSet

boolean InitialEstSet

SavedInitialEstimates

double[] SavedInitialEstimates

sprob

double[][] sprob

X

double[][] X

nvef

int[] nvef

indef

int[] indef

indcl

int[] indcl

nclval

int[] nclval

wk

double[] wk

clval

double[] clval

coef

double[][] coef

cov

double[][] cov

xmean

double[] xmean

case_

double[][] case_

gr

double[] gr

IGRP

int[] IGRP

atRisk

int[] atRisk

nFailing

int[] nFailing

TotalNumber

int[] TotalNumber

TotalFailing

int[] TotalFailing

ProductLimitLikelihood

double[] ProductLimitLikelihood

ALGL

double ALGL

eps

double eps

ratio

double ratio

logger

Logger logger

log

boolean log

nameClass

String nameClass

nameMethod

String nameMethod

keyMessage

String keyMessage

pms

com.imsl.math.PrintMatrixString pms

pmf

PrintMatrixFormat pmf

pmf_exp

PrintMatrixFormat pmf_exp

Class com.imsl.stat.ProportionalHazards.ClassificationVariableLimitException extends IMSLException implements Serializable

serialVersionUID: 2666282754326775544L

Class com.imsl.stat.Random extends Random implements Serializable

serialVersionUID: -5897953277302592472L

Serialized Fields

seed

long seed

multiplier

long multiplier

baseGenerator

Random.BaseGenerator baseGenerator

Class com.imsl.stat.RegressorsForGLM extends Object implements Serializable

serialVersionUID: 351364096931914156L

Serialized Fields

dummyMethod

int dummyMethod
The dummy method.


x

double[][] x
The data matrix.


nVariables

int nVariables
The number of variables.


nClassVariables

int nClassVariables
The number of classifcation variables.


nContinuousVariables

int nContinuousVariables
The number of continuous variables.


classColumns

int[] classColumns
Array of length equal to nClassVariables containing the indices of the class columns in the data matrix x.


classValues

Map[] classValues
Array of length equal to nClassVariables. Each element contains a mapping from a double to its integer encoding.


effects

int[][] effects
The effects array. This is a jagged array. The number of rows equals the number of effects.


numberOfMissingRows

int numberOfMissingRows
The number of rows containing missing data (NaNs in the data matrix).

Class com.imsl.stat.SelectionRegression extends Object implements Serializable

serialVersionUID: 7150561244213300145L

Serialized Fields

nVariables

int nVariables

nObservations

int nObservations

covMatrix

double[][] covMatrix

icrit

int icrit

nsize

int nsize

nbest

int nbest

ngood

int ngood

srStats

SelectionRegression.Statistics srStats

Class com.imsl.stat.SelectionRegression.NoVariablesException extends IMSLException implements Serializable

serialVersionUID: 1278104567386284922L

Class com.imsl.stat.SelectionRegression.Statistics extends Object implements Serializable

serialVersionUID: 7816350226388810467L

Serialized Fields

pvalue

double pvalue

nvar

int nvar

ipi

int[][] ipi

icritx

int[] icritx

crit

double[] crit

ivarx

int[] ivarx

indvar

int[] indvar

icoefx

int[] icoefx

coef

double[][] coef

ibest

int ibest

Class com.imsl.stat.SignTest extends Object implements Serializable

serialVersionUID: -3915910002123092365L

Serialized Fields

l_nobs

int l_nobs

l_npos

int l_npos

l_ntie

int l_ntie

l_percentage_user

int l_percentage_user

l_percentile_user

int l_percentile_user

l_x

double[] l_x

l_percentage

double l_percentage

l_percentile

double l_percentile

Class com.imsl.stat.StepwiseRegression extends Object implements Serializable

serialVersionUID: 8924001906082644703L

Serialized Fields

nVariables

int nVariables

nObservations

int nObservations

pValueIn

double pValueIn

pValueOut

double pValueOut

tolerance

double tolerance

covMatrix

double[][] covMatrix

hist

double[] hist

iend

int[] iend

aov

double[] aov

coef

double[][] coef

covb

double[][] covb

swept

double[] swept

xmean

double[] xmean

level

int[] level

nforce

int nforce

nstep

int nstep

istep

int istep

invoke

int invoke

anova

ANOVA anova

initFlag

boolean initFlag

endFlag

boolean endFlag

xmeanFlag

boolean xmeanFlag

Class com.imsl.stat.StepwiseRegression.CoefficientTTests extends Object implements Serializable

serialVersionUID: -8036185823167623551L

Serialized Fields

coefEst

double[] coefEst

stderr

double[] stderr

tstat

double[] tstat

pValue

double[] pValue

Class com.imsl.stat.StepwiseRegression.CyclingIsOccurringException extends IMSLException implements Serializable

serialVersionUID: -6294071609821925385L

Class com.imsl.stat.StepwiseRegression.NoVariablesEnteredException extends IMSLException implements Serializable

serialVersionUID: 1278104567386284922L

Class com.imsl.stat.Summary extends Object implements Serializable

serialVersionUID: 8891031865797959919L

Serialized Fields

nObs

int nObs
Contains the total number of observations.


sumx

double sumx
Contain the sums of x, (x-xmean)^2, (x-xmean)^3, (x-xmean)^4, and w.


sumx2

double sumx2
Contain the sums of x, (x-xmean)^2, (x-xmean)^3, (x-xmean)^4, and w.


sumx3

double sumx3
Contain the sums of x, (x-xmean)^2, (x-xmean)^3, (x-xmean)^4, and w.


sumx4

double sumx4
Contain the sums of x, (x-xmean)^2, (x-xmean)^3, (x-xmean)^4, and w.


sumw

double sumw
Contain the sums of x, (x-xmean)^2, (x-xmean)^3, (x-xmean)^4, and w.


min

double min
Contains the smallest and largest values seen so far.


max

double max
Contains the smallest and largest values seen so far.

Class com.imsl.stat.TableMultiWay extends Object implements Serializable

serialVersionUID: 7971175809241686181L

Serialized Fields

sortd

com.imsl.stat.OldSort.SortData sortd

frq

double[] frq

ifrq

int ifrq

ra

double[][] ra

n_keys

int n_keys

indkeys

int[] indkeys

ncol

int ncol

nrow

int nrow

iperm

int[] iperm

Class com.imsl.stat.TableOneWay extends Object implements Serializable

serialVersionUID: 6958839014602683978L

Serialized Fields

nIntervals

int nIntervals

xData

double[] xData

Class com.imsl.stat.TableTwoWay extends Object implements Serializable

serialVersionUID: -7425749030256908047L

Serialized Fields

xIntervals

int xIntervals

yIntervals

int yIntervals

xData

double[] xData

yData

double[] yData

Class com.imsl.stat.WilcoxonRankSum extends Object implements Serializable

serialVersionUID: -3581964675326465291L

Serialized Fields

l_nobsx

int l_nobsx

l_nobsy

int l_nobsy

l_user_fuzz

int l_user_fuzz

l_x

double[] l_x

l_y

double[] l_y

l_stat

double[] l_stat

l_fuzz

double l_fuzz


JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.