JMSLTM Numerical Library 3.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.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.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: -4577277597260607250l

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 Object implements Serializable

serialVersionUID: -2299994147137654443l

Serialized Fields

parent

ChartNode parent

attributes

Hashtable attributes

children

Vector children

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

serialVersionUID: 4966570989551860548l

Serialized Fields

render

com.imsl.chart.ChartServlet.Render render

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.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: 7025394769903697880l

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

jSeparator1

JSeparator jSeparator1

jMenuItemCopy

JMenuItem jMenuItemCopy

jMenuItemPrint

JMenuItem jMenuItemPrint

jMenuBar

JMenuBar jMenuBar

jMenuItemExit

JMenuItem jMenuItemExit

jMenuEdit

JMenu jMenuEdit

jMenuItemAbout

JMenuItem jMenuItemAbout

jMenuItemSaveAs

JMenuItem jMenuItemSaveAs

jMenuHelp

JMenu jMenuHelp

jMenuFile

JMenu jMenuFile

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


Package com.imsl.datamining.neural

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

serialVersionUID: -1494474058120473431l

Serialized Fields

stage1Trainer

Trainer stage1Trainer

stage2Trainer

Trainer stage2Trainer

rsi

RandomSampleIndicies rsi

numberOfEpochs

int numberOfEpochs

epochSize

int epochSize

errorStatus

int errorStatus

randomGuess

Random randomGuess

errorValue

double errorValue

gradientValue

double[] gradientValue

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.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
Compute the cross entropy error. The cross entropy error term is e(y,\hat{y})= -\hat{y}\log y - (1-\hat{y})\log(1-y).


maximumTrainingIterations

Integer 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

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


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.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
LU factorization of A with partial pivoting


ipvt

int[] ipvt
Pivot sequence for the factorization

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.Eigen.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550l

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

serialVersionUID: 3953178093789121094l

Serialized Fields

fac

int[] fac

wa

double[] wa

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

user_bu

int user_bu

user_xlb

int user_xlb

user_xub

int user_xub

user_irtype

int user_irtype

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

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 LinearProgramming.NumericDifficultyException implements Serializable

serialVersionUID: -2040222885506109934l

Class com.imsl.math.LinearProgramming.ProblemUnboundedException extends 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
LU factorization of A with partial pivoting


ipvt

int[] ipvt
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

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.WorkingSetSingularException extends IMSLException implements Serializable

serialVersionUID: -488522113396021474l

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

AFTOL

double AFTOL

FALSTL

double FALSTL

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.FalseConvergenceException extends IMSLException implements Serializable

serialVersionUID: -7425498074443206084l

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

serialVersionUID: -2201999326688121050l

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

serialVersionUID: 2992683515712587243l

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

serialVersionUID: -1235357603013772375l

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

serialVersionUID: 5863349337242274171l

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

serialVersionUID: -2952823127854719678l

Serialized Fields

function

OdeRungeKutta.Function function

tolerance

double tolerance

hInitial

double hInitial

hMin

double hMin

hMax

double hMax

scale

double scale

maxNumberSteps

int maxNumberSteps

inorm

int inorm

floor

double floor

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.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.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.SVD.DidNotConvergeException extends IMSLException implements Serializable

serialVersionUID: 2601109516729537550l

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

serialVersionUID: -2378005396432268407l

Serialized Fields

errorAbsolute

double errorAbsolute

errorRelative

double errorRelative

spread

double spread

spreadTolerance

double spreadTolerance

maxIterations

int maxIterations

iterations

int[] iterations

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.ZeroSystem extends Object implements Serializable

serialVersionUID: -1026233461882319787l

Serialized Fields

n

int n

x

double[] x

errorRelative

double errorRelative

maxIterations

int maxIterations

xinit

double[] xinit

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.ANOVA extends Object implements Serializable

serialVersionUID: 5165916116763962117l

Serialized Fields

y

double[][] y

anova

double[] anova

groupStdev

double[] groupStdev

stat

double[][] stat

nmissing

int nmissing

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.ARMA extends Object implements Serializable

serialVersionUID: 7970084079175789473l

Serialized Fields

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_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

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.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.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

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_ipairm

int l_ipairm

l_ipairv

int l_ipairv

l_ipairw

int l_ipairw

l_ncol

int l_ncol

l_nvar2

int l_nvar2

l_nvarsq

int l_nvarsq

l_nrows

int l_nrows

l_nvariables

int l_nvariables

l_mopt

int l_mopt

l_nobs

int l_nobs

l_ifreq

int l_ifreq

l_user_f

int l_user_f

l_iwt

int l_iwt

l_user_w

int l_user_w

l_nrmiss

int l_nrmiss

l_x

double[] l_x

l_means

double[] l_means

l_freq

double[] l_freq

l_wt

double[] l_wt

l_incd

int[] l_incd

l_sumwt

double l_sumwt

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 extends Object implements Serializable

serialVersionUID: -4905963884435716849l

Serialized Fields

i1

int i1

icall

int icall

ncovgp

int ncovgp

post0

boolean post0

post5

boolean post5

pre1

boolean pre1

pre3

boolean pre3

save_prior

double[] save_prior

prior

double[] prior

ob

double[] ob

ob1

double[] ob1

nrmiss

int nrmiss

keep_priors

int keep_priors

need_to_allocate

int need_to_allocate

ni

int[] ni

itring

int itring

ipgopt

int ipgopt

nRows

int nRows

coef

double[][] coef

d2

double[][] d2

iclass

int[] iclass

nvar

int nvar

ngroup

int ngroup

ind

int[] ind

igrp

int igrp

pool

boolean pool

reclas

boolean reclas

method

int method

g

int g

quad

boolean quad

stat

double[] stat

d

double[][] d

tclass

double[][] tclass

xmean

double[][] xmean

cov

double[][][] cov

x

double[][] x

prob

double[][] prob

prior_proportional

boolean prior_proportional

prior_equal

boolean prior_equal

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

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.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.NoDegreesOfFreedomException extends IMSLException implements Serializable

serialVersionUID: 9211946432501752151l

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

serialVersionUID: -2075515127789038450l

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

serialVersionUID: 5873735064762060916l

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.

Serialized Fields

digitsY

int[][] digitsY

digitsN

int[] digitsN

nSkip

int nSkip

base

int base

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.LinearRegression extends Object implements Serializable

serialVersionUID: -9070175427330103613l

Serialized Fields

nVariables

int nVariables

nObservations

int nObservations

hasIntercept

boolean hasIntercept

matrixR

double[][] matrixR

rhs

double[] rhs

sumY

double sumY

sumW

double sumW

sst

double sst

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.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.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.Random extends Random implements Serializable

serialVersionUID: -5897953277302592472l

Serialized Fields

seed

long seed

multiplier

long multiplier

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

level

int[] level

nforce

int nforce

nstep

int nstep

istep

int istep

invoke

int invoke

anova

ANOVA anova

initFlag

boolean initFlag

endFlag

boolean endFlag

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

serialVersionUID: -8916227984228664483l

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

Sort.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 3.0

Copyright 1970-2004 Visual Numerics, Inc.
Built November 5 2004.