Serialized Form


Package hep.aida.ref

Class hep.aida.ref.ReadOnlyException extends RuntimeException implements Serializable


Package hep.aida.ref.event

Class hep.aida.ref.event.ConnectEvent extends EventObject implements Serializable

Serialized Fields

connected

boolean connected

Class hep.aida.ref.event.DataPointSetEvent extends EventObject implements Serializable

Class hep.aida.ref.event.HistogramEvent extends EventObject implements Serializable

Class hep.aida.ref.event.TreeEvent extends EventObject implements Serializable

Serialized Fields

id

int id

path

String[] path

type

Class<T> type

flags

int flags

linkPath

String[] linkPath

Package hep.aida.ref.function

Class hep.aida.ref.function.FunctionCatalog extends Object implements Serializable

Serialized Fields

hash

TreeMap<K,V> hash

userHash

TreeMap<K,V> userHash

creator

FunctionCreator creator

Package hep.aida.ref.histogram

Class hep.aida.ref.histogram.Cloud extends AbstractBaseHistogram implements Serializable

Serialized Fields

arraySize

int arraySize

maxEntries

int maxEntries

autoConvert

boolean autoConvert

options

String options

margin

double margin

validEntries

int validEntries

Class hep.aida.ref.histogram.Cloud1D extends Cloud implements Serializable

Serialized Fields

nEntries

int nEntries

lowerEdge

double lowerEdge

upperEdge

double upperEdge

sumOfWeights

double sumOfWeights

mean

double mean

rms

double rms

histo

hep.aida.IHistogram1D histo

valuesArray

ArrayList<E> valuesArray

weightsArray

ArrayList<E> weightsArray

values

double[] values

weights

double[] weights

convBins

int convBins

convLowerEdge

double convLowerEdge

convUpperEdge

double convUpperEdge

Class hep.aida.ref.histogram.Cloud2D extends Cloud implements Serializable

Serialized Fields

nEntries

int nEntries

lowerEdgeX

double lowerEdgeX

upperEdgeX

double upperEdgeX

lowerEdgeY

double lowerEdgeY

upperEdgeY

double upperEdgeY

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

histo

hep.aida.IHistogram2D histo

sumOfWeights

double sumOfWeights

xValuesArray

ArrayList<E> xValuesArray

yValuesArray

ArrayList<E> yValuesArray

weightsArray

ArrayList<E> weightsArray

xValues

double[] xValues

yValues

double[] yValues

weights

double[] weights

convBinsX

int convBinsX

convLowerEdgeX

double convLowerEdgeX

convUpperEdgeX

double convUpperEdgeX

convBinsY

int convBinsY

convLowerEdgeY

double convLowerEdgeY

convUpperEdgeY

double convUpperEdgeY

Class hep.aida.ref.histogram.Cloud3D extends Cloud implements Serializable

Serialized Fields

nEntries

int nEntries

lowerEdgeX

double lowerEdgeX

upperEdgeX

double upperEdgeX

lowerEdgeY

double lowerEdgeY

upperEdgeY

double upperEdgeY

lowerEdgeZ

double lowerEdgeZ

upperEdgeZ

double upperEdgeZ

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

meanZ

double meanZ

rmsZ

double rmsZ

histo

hep.aida.IHistogram3D histo

sumOfWeights

double sumOfWeights

xValuesArray

ArrayList<E> xValuesArray

yValuesArray

ArrayList<E> yValuesArray

zValuesArray

ArrayList<E> zValuesArray

weightsArray

ArrayList<E> weightsArray

xValues

double[] xValues

yValues

double[] yValues

zValues

double[] zValues

weights

double[] weights

convBinsX

int convBinsX

convLowerEdgeX

double convLowerEdgeX

convUpperEdgeX

double convUpperEdgeX

convBinsY

int convBinsY

convLowerEdgeY

double convLowerEdgeY

convUpperEdgeY

double convUpperEdgeY

convBinsZ

int convBinsZ

convLowerEdgeZ

double convLowerEdgeZ

convUpperEdgeZ

double convUpperEdgeZ

Class hep.aida.ref.histogram.DataPoint extends AIDAObservable implements Serializable

Serialized Fields

dimension

int dimension

measurements

hep.aida.IMeasurement[] measurements

Class hep.aida.ref.histogram.DataPointSet extends ManagedObject implements Serializable

Serialized Fields

defaultSize

int defaultSize

annotation

hep.aida.IAnnotation annotation

dimension

int dimension

points

List<E> points

Class hep.aida.ref.histogram.FixedAxis extends Object implements Serializable

Serialized Fields

bins

int bins

min

double min

binWidth

double binWidth

xunder

int xunder

xover

int xover

max

double max

Class hep.aida.ref.histogram.Histogram extends AbstractBaseHistogram implements Serializable

Serialized Fields

allEntries

int allEntries

validEntries

int validEntries

sumOfWeights

double sumOfWeights

sumOfWeightsSquared

double sumOfWeightsSquared

isFillable

boolean isFillable

options

String options

useOutflows

boolean useOutflows

meanAndRmsIsSet

boolean meanAndRmsIsSet

Class hep.aida.ref.histogram.Histogram1D extends Histogram implements Serializable

Serialized Fields

mean

double mean

rms

double rms

center

double center

xAxis

hep.aida.IAxis xAxis

binner1D

AbstractBinner1D binner1D

Class hep.aida.ref.histogram.Histogram2D extends Histogram implements Serializable

Serialized Fields

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

xAxis

hep.aida.IAxis xAxis

yAxis

hep.aida.IAxis yAxis

binner2D

Binner2D binner2D

Class hep.aida.ref.histogram.Histogram3D extends Histogram implements Serializable

Serialized Fields

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

meanZ

double meanZ

rmsZ

double rmsZ

xAxis

hep.aida.IAxis xAxis

yAxis

hep.aida.IAxis yAxis

zAxis

hep.aida.IAxis zAxis

binner3D

Binner3D binner3D

Class hep.aida.ref.histogram.Measurement extends AIDAObservable implements Serializable

Serialized Fields

value

double value

errorPlus

double errorPlus

errorMinus

double errorMinus

Class hep.aida.ref.histogram.Profile extends AbstractBaseHistogram implements Serializable

Serialized Fields

options

String options

Class hep.aida.ref.histogram.Profile1D extends Profile implements Serializable

Serialized Fields

hist

Histogram2D hist

Class hep.aida.ref.histogram.Profile2D extends Profile implements Serializable

Serialized Fields

hist

Histogram3D hist

Class hep.aida.ref.histogram.UnfillableHistogramException extends RuntimeException implements Serializable


Package hep.aida.ref.histogram.binner

Class hep.aida.ref.histogram.binner.AbstractBinner1D extends Object implements Serializable

Serialized Fields

entries

int[] entries

binCenter

double[] binCenter

sumW

double[] sumW

sumWW

double[] sumWW

sumXW

double[] sumXW

sumXXW

double[] sumXXW

bins

int bins

Class hep.aida.ref.histogram.binner.BasicBinner1D extends AbstractBinner1D implements Serializable

Class hep.aida.ref.histogram.binner.BasicBinner2D extends Object implements Serializable

Serialized Fields

entries

int[][] entries

heights

double[][] heights

plusErrors

double[][] plusErrors

meansX

double[][] meansX

rmssX

double[][] rmssX

meansY

double[][] meansY

rmssY

double[][] rmssY

xBins

int xBins

yBins

int yBins

Class hep.aida.ref.histogram.binner.BasicBinner3D extends Object implements Serializable

Serialized Fields

entries

int[][][] entries

heights

double[][][] heights

plusErrors

double[][][] plusErrors

meansX

double[][][] meansX

rmssX

double[][][] rmssX

meansY

double[][][] meansY

rmssY

double[][][] rmssY

meansZ

double[][][] meansZ

rmssZ

double[][][] rmssZ

xBins

int xBins

yBins

int yBins

zBins

int zBins

Class hep.aida.ref.histogram.binner.EfficiencyBinner1D extends AbstractBinner1D implements Serializable

Serialized Fields

error

double[] error

Package hep.aida.ref.tree

Class hep.aida.ref.tree.TreeFolderDoesNotExistException extends IllegalArgumentException implements Serializable

Class hep.aida.ref.tree.TreeObjectAlreadyExistException extends IllegalArgumentException implements Serializable


Package hep.aida.ref.tuple

Class hep.aida.ref.tuple.TupleEvent extends EventObject implements Serializable

Serialized Fields

first

int first

last

int last

Package hephysics.particle

Class hephysics.particle.HEParticle extends LParticle implements Serializable

serialVersionUID: 1L

Serialized Fields

status

int status

m_pType

int m_pType

isospin

float isospin

spin

float spin

spaceparity

float spaceparity

chargeparity

float chargeparity

pdgcode

int pdgcode

parent

HEParticle parent

position

HepLorentzVector position

Class hephysics.particle.LParticle extends HepLorentzVector implements Serializable

serialVersionUID: -6544699016896436061L

Serialized Fields

mass

double mass

name

String name

parent

LParticle parent

charge

double charge

Package hephysics.vec

Class hephysics.vec.Hep3Matrix extends hephysics.matrix.BasicMatrix implements Serializable

serialVersionUID: 1L

Class hephysics.vec.Hep3Vector extends Object implements Serializable

serialVersionUID: -52454965658870098L

Serialized Fields

x

double x

y

double y

z

double z

Class hephysics.vec.HepLorentzVector extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

t

double t

energy

double energy

v

Hep3Vector v

Class hephysics.vec.SpacePoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

_representation

SpacePoint.Representation _representation

_x

double _x

_y

double _y

_z

double _z

_xy

double _xy

_xyz

double _xyz

_phi

double _phi

_theta

double _theta

Package jhplot

Class jhplot.DrawOptions extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lpp

jplot.LinePars lpp

FontTitle

Font FontTitle

FontAxis

Font FontAxis

Class jhplot.F1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

min

double min

max

double max

points

int points

name

String name

title

String title

x

double[] x

y

double[] y

function

graph.ParseFunction function

iname

hep.aida.IFunction iname

isParsed

boolean isParsed

Class jhplot.F2D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

Xmin

double Xmin

Xmax

double Xmax

Ymin

double Ymin

Ymax

double Ymax

points

int points

title

String title

name

String name

function

graph.ParseFunction function

isParsed

boolean isParsed

iname

hep.aida.IFunction iname

Class jhplot.F3D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

Xmin

double Xmin

Xmax

double Xmax

Ymin

double Ymin

Ymax

double Ymax

Zmin

double Zmin

Zmax

double Zmax

points

int points

title

String title

name

String name

function

graph.ParseFunction function

isParsed

boolean isParsed

iname

hep.aida.IFunction iname

Class jhplot.FND extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

min

double min

max

double max

points

int points

name

String name

title

String title

vars

String vars

x

double[] x

y

double[] y

isEvaluated

boolean isEvaluated

jep

org.lsmp.djep.xjep.XJep jep

node

org.nfunk.jep.Node node

processed

org.nfunk.jep.Node processed

simp

org.nfunk.jep.Node simp

avars

String[] avars

diff

org.nfunk.jep.Node diff

fixedVars

String fixedVars

Class jhplot.FPR extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

fillColor

Color fillColor

lineColor

Color lineColor

divU

int divU

divV

int divV

penWidth

int penWidth

isFilled

boolean isFilled

title

String title

Class jhplot.GHFrame extends GHPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

mainFrame

JFrame mainFrame

memMon

utils.MemoryMonitor memMon

infoPanel

JPanel infoPanel

N1final

int N1final

N2final

int N2final

N1edit

int N1edit

N2edit

int N2edit

bar

JMenuBar bar

menu

JMenu menu

about

JMenu about

item11

JMenuItem item11

item00

JMenuItem item00

item01

JMenuItem item01

item02

JMenuItem item02

item03

JMenuItem item03

item04

JMenuItem item04

item05

JMenuItem item05

item06

JMenuItem item06

item12

JMenuItem item12

item13

JMenuItem item13

Class jhplot.GHMargin extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

selection

Rectangle selection

sname

String sname

f

Font f

c

Color c

fm

FontMetrics fm

textWidth

int textWidth

textHeight

int textHeight

recColor

Color recColor

recColor1

Color recColor1

bakColor

Color bakColor

borderColor

Color borderColor

win

GHPanel win

rotation

int rotation

sinfo

String sinfo

dXsize

int dXsize

dYsize

int dYsize

menu

JPopupMenu menu

scml

jhplot.GHMargin.SelectionChangeMouseListener scml

iedit

JMenuItem iedit

icolor

JMenuItem icolor

imargin1

JMenuItem imargin1

imargin2

JMenuItem imargin2

imargin3

JMenuItem imargin3

idefault

JMenuItem idefault

Class jhplot.GHPanel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

CanvasPanel

JPanel CanvasPanel

mainPanel

JPanel mainPanel

topPanel

GHMargin topPanel

topSize

int topSize

leftPanel

GHMargin leftPanel

leftSize

int leftSize

rightPanel

GHMargin rightPanel

rightSize

int rightSize

bottomPanel

GHMargin bottomPanel

bottomSize

int bottomSize

backMargin

Color backMargin

gTitleText

String gTitleText

gTitleFont

Font gTitleFont

gTitleColor

Color gTitleColor

Width

int Width

Height

int Height

Class jhplot.H1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Histogram1D h1

axis

hep.aida.IAxis axis

min

double min

max

double max

bins

int bins

edges

double[] edges

title

String title

Class jhplot.H2D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Histogram2D h1

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

binsX

int binsX

binsY

int binsY

xAx

hep.aida.IAxis xAx

yAy

hep.aida.IAxis yAy

title

String title

Class jhplot.H3D extends Histogram3D implements Serializable

serialVersionUID: 1L

Serialized Fields

title

String title

Class jhplot.HChart extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

cp

org.jfree.chart.ChartPanel[][] cp

chart

org.jfree.chart.JFreeChart[][] chart

cdat

Object[][] cdat

set

boolean set

title

String[][] title

titleX

String[][] titleX

titleY

String[][] titleY

Bins

int Bins

Min

double Min

Max

double Max

sname

String sname

DEFAULT_BG_COLOR

Color DEFAULT_BG_COLOR

m_Close

jhplot.HChart.Thread1 m_Close

Class jhplot.HFitter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

anFactory

hep.aida.IAnalysisFactory anFactory

tree

hep.aida.ITree tree

funcFactory

hep.aida.IFunctionFactory funcFactory

fitFactory

hep.aida.IFitFactory fitFactory

fitter

hep.aida.IFitter fitter

funcCatalog

hep.aida.IFunctionCatalog funcCatalog

data

hep.aida.IFitData data

iFunc

hep.aida.IFunction iFunc

result

hep.aida.IFitResult result

h1d

H1D h1d

p1d

P1D p1d

h2d

H2D h2d

pnd

PND pnd

items

String[] items

engines

String[] engines

rmin

double rmin

rmax

double rmax

param

double[] param

range

String range

method

String method

Class jhplot.HGraph extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

sc

org.jgrapht.ext.JGraphModelAdapter<V,E>[][] sc

jp

org.jgraph.JGraph[][] jp

ls

org.jgrapht.ListenableGraph<V,E>[][] ls

set

boolean set

m_Close

jhplot.HGraph.Thread1 m_Close

Class jhplot.HKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

font

Font font

color

Color color

transp

float transp

key_type

int key_type

key_color

Color key_color

key_size

float key_size

key_space

float key_space

key_line_width

float key_line_width

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

defaultPosition

boolean defaultPosition

ySeparation

float ySeparation

defaultKeySize

float defaultKeySize

Class jhplot.HLabel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

font

Font font

color

Color color

transp

float transp

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HLabelEq extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String text

fontsize

int fontsize

color

Color color

back

Color back

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HMLabel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

text

String[] text

font

Font font

color

Color color

transp

float transp

label

jplot.GraphLabel label

Xpos

double Xpos

Ypos

double Ypos

usePosition

int usePosition

Class jhplot.HPlot extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

lf

String lf

graph

jplot.Graph[][] graph

gs

jplot.GraphSettings[][] gs

sc

jplot.StyleChooser[][] sc

frames

JFrame[][] frames

jp

jplot.JPlot[][] jp

plotType

int[][] plotType

hkeyCounter

int[][] hkeyCounter

data

Vector<E>[][] data

m_IAnalysisFactory

hep.aida.IAnalysisFactory m_IAnalysisFactory

m_IHistogramFactory

hep.aida.IHistogramFactory m_IHistogramFactory

m_ITree

hep.aida.ITree m_ITree

m_IFitFactory

hep.aida.IFitFactory m_IFitFactory

m_IFunctionFactory

hep.aida.IFunctionFactory m_IFunctionFactory

m_Close

jhplot.HPlot.Thread1 m_Close

help_file

String help_file

Class jhplot.HPlot2D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

cp

sgtplot.SgtContour[][] cp

gridAtt

sgtplot.GridAttribute[][] gridAtt

clevels

sgtplot.ContourLevels[][] clevels

colormap

sgtplot.ColorMap[][] colormap

width

int width

height

int height

titleG

String[][] titleG

titleX

String[][] titleX

titleY

String[][] titleY

xA

sgtplot.util.Range2D[][] xA

yA

sgtplot.util.Range2D[][] yA

levels

sgtplot.util.Range2D[][] levels

autorangeX

boolean[][] autorangeX

autorangeY

boolean[][] autorangeY

autorangeZ

boolean[][] autorangeZ

style

int[][] style

m_Close

jhplot.HPlot2D.Thread1 m_Close

Class jhplot.HPlot3D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

jpp

jplot3d.JSurfacePanel[][] jpp

sp

jplot3d.SurfaceModelCanvas[][] sp

m_Close

jhplot.HPlot3D.Thread1 m_Close

help_file

String help_file

Class jhplot.HPlot3DP extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

jpp

jplot3dp.MainComponent[][] jpp

m_Close

jhplot.HPlot3DP.Thread1 m_Close

xsize

int xsize

ysize

int ysize

help_file

String help_file

Class jhplot.HPlotJa extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

gTitle

JaText gTitle

X

int X

Y

int Y

MarginLeft

double MarginLeft

MarginRight

double MarginRight

MarginTop

double MarginTop

MarginBottom

double MarginBottom

MarginX

double MarginX

MarginY

double MarginY

dfb

DecimalFormat dfb

ja

JaAxes[][] ja

labelX

JaText[][] labelX

labelY

JaText[][] labelY

statbox

JaTextBox[][] statbox

showStatBox

boolean[][] showStatBox

initList

ArrayList<E> initList

feyn

japlot.jaxodraw.JaxoMainPanel feyn

m_IAnalysisFactory

hep.aida.IAnalysisFactory m_IAnalysisFactory

m_IHistogramFactory

hep.aida.IHistogramFactory m_IHistogramFactory

m_ITree

hep.aida.ITree m_ITree

m_IFitFactory

hep.aida.IFitFactory m_IFitFactory

m_IFunctionFactory

hep.aida.IFunctionFactory m_IFunctionFactory

N1final

int N1final

N2final

int N2final

N1

int N1

N2

int N2

xsize

int xsize

ysize

int ysize

keyspace

double keyspace

isSet

boolean isSet

fontLabel

Font fontLabel

Class jhplot.HProf1D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Profile1D h1

axis

hep.aida.IAxis axis

min

double min

max

double max

bins

int bins

edges

double[] edges

title

String title

Class jhplot.HProf2D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

h1

Profile2D h1

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

binsX

int binsX

binsY

int binsY

xAx

hep.aida.IAxis xAx

yAy

hep.aida.IAxis yAy

region

int region

title

String title

Class jhplot.HTable extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

table

com.vlsolutions.swing.table.VLJTable table

closeButton

JButton closeButton

filter

JButton filter

control

JPanel control

Class jhplot.HView3D extends GHFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

set

boolean set

canv

Canvas3d[][] canv

jpp

JPanel[][] jpp

md

Model3d[][] md

m_Close

jhplot.HView3D.Thread1 m_Close

xsize

int xsize

ysize

int ysize

Class jhplot.P0D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

bin

cern.hep.aida.bin.DynamicBin1D bin

title

String title

Class jhplot.P0I extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

bin

cern.hep.aida.bin.DynamicBin1D bin

title

String title

Class jhplot.P1D extends DrawOptions implements Serializable

serialVersionUID: 1L

Serialized Fields

data

jplot.DataArray data

title

String title

dimen

int dimen

Class jhplot.P2D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

jplot.DataArray2D data

title

String title

c

Color c

s

int s

Class jhplot.P3D extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

jplot.DataArray3D data

title

String title

c

Color c

w

int w

Class jhplot.PND extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

title

String title

dimension

int dimension

min

double min

max

double max

Class jhplot.PNI extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

data

ArrayList<E> data

title

String title

dimension

int dimension

min

double min

max

double max

Class jhplot.SHPlot extends HPlot implements Serializable

Class jhplot.SHPlot3D extends HPlot3D implements Serializable

Class jhplot.SHPlotJa extends HPlotJa implements Serializable


Package jhplot.bsom

Class jhplot.bsom.Bsom extends BsomDemo implements Serializable

serialVersionUID: 1L

Serialized Fields

bsomDrawArea

jhplot.bsom.BsomDrawArea bsomDrawArea

inputText

JTextField inputText

dstepText

JTextField dstepText

input_file

String input_file

outputButton

JButton outputButton

p1d

P1D p1d

buf

Vector<E> buf

Class jhplot.bsom.BsomDemo extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

drawArea

jhplot.bsom.DrawArea drawArea

alphaSlider

jhplot.bsom.AlphaSlider alphaSlider

betaSlider

jhplot.bsom.BetaSlider betaSlider

widthSlider

jhplot.bsom.WidthSlider widthSlider

heightSlider

jhplot.bsom.HeightSlider heightSlider

phaseSlider

jhplot.bsom.PhaseSlider phaseSlider

noiseSlider

jhplot.bsom.NoiseSlider noiseSlider

initButton

JButton initButton

learnButton

JCheckBox learnButton

autoButton

JCheckBox autoButton

densityButton

JCheckBox densityButton

unitNumberText

JTextField unitNumberText

xd

int xd

yd

int yd

scale

double scale

n_data

int n_data

n_unit

int n_unit

dstep

int dstep

width_range

double width_range

height_range

double height_range

phase_range

double phase_range

noise_range

double noise_range

initial_width

double initial_width

initial_height

double initial_height

initial_noise_level

double initial_noise_level

initial_phase

double initial_phase

initial_weight_level

double initial_weight_level

alpha_min_power

double alpha_min_power

alpha_max_power

double alpha_max_power

beta_min_power

double beta_min_power

beta_max_power

double beta_max_power

initial_alpha

double initial_alpha

initial_beta

double initial_beta

Package jhplot.io

Class jhplot.io.HFileBrowser extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

hfile

HFile hfile

closeButton

JButton closeButton

variableModel

DefaultListModel variableModel

frame

HPlot frame

jTab

JTable jTab

rows

String[] rows

runButton

JButton runButton

map

Map<K,V> map

cb

JCheckBox cb

state

boolean state

Class jhplot.io.PFileBrowser extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

hfile

PFile hfile

closeButton

JButton closeButton

variableModel

DefaultListModel variableModel

frame

HPlot frame

jTab

JTable jTab

rows

String[] rows

runButton

JButton runButton

map

Map<K,V> map

cb

JCheckBox cb

state

boolean state

Class jhplot.io.PReader extends Object implements Serializable

serialVersionUID: 1L

Class jhplot.io.RecordsFileException extends Exception implements Serializable

serialVersionUID: 1L


Package jhplot.jadraw

Class jhplot.jadraw.JaArcObject extends JaObject implements Serializable

Serialized Fields

x1

int x1
The points defining this arc object.


x2

int x2
The points defining this arc object.


y1

int y1
The points defining this arc object.


y2

int y2
The points defining this arc object.


stroke

float stroke
The stroke of this arc object.


dash

float dash
The dash size of the arc object (only for ghost and scalar arcs).


freq

float freq
The frequency of the arc object (only for photon and gluon arcs).


stangle

int stangle
The starting angle of this arc object.


arrow

boolean arrow
A boolean variable that indicates whether to draw an arrow on this arc object or not (not used for photon and gluon arcs).


flip

boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not (only used for fermion ghost and scalar arcs).


end

boolean end
A boolean variable that indicates wether this arc object has an arrow at the end (true) or in the mid (false); used only for fermionic arcs.


amp

int amp
The amplitude for this arc object.


doubleLine

boolean doubleLine
A boolean variable that indicates whether this arc should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.


isRes

boolean isRes

Class jhplot.jadraw.JaAxes extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

NAXES

int NAXES

X

int X

Y

int Y

data

Vector<E> data

pad

int[] pad

min

double[] min

max

double[] max

diff

double[] diff

inv

double[] inv

ticLabel

String[][] ticLabel

ticNumber

double[][] ticNumber

numberOfTics

int[] numberOfTics

numberOfTicsEstimated

int[] numberOfTicsEstimated

maxLabelWidth

int[] maxLabelWidth

maxLabelHight

int[] maxLabelHight

gridColor

Color gridColor

show

boolean[] show

showMirror

boolean[] showMirror

showGrid

boolean[] showGrid

labelFont

Font labelFont

labelColor

Color labelColor

labelRotation

double labelRotation

labelSpace

double[] labelSpace

expForm

int expForm

logScale

boolean[] logScale

rotateTic

boolean[] rotateTic

useTicLabels

boolean[] useTicLabels

AxisExponent

int[] AxisExponent

axisLength

double[] axisLength

leftMargin

double leftMargin

rightMargin

double rightMargin

bottomMargin

double bottomMargin

topMargin

double topMargin

ticLength

double[] ticLength

subticLength

double[] subticLength

subticNumber

int[] subticNumber

axesArrow

int[] axesArrow

autoRange

boolean[] autoRange

plotType

int plotType

statistics

String[] statistics

isContour

boolean isContour

ContourLevels

int ContourLevels

isContourBar

boolean isContourBar

ContourBinX

int ContourBinX

ContourBinY

int ContourBinY

isContourGray

boolean isContourGray

contour

jplot.Contour contour

h2d

H2D h2d

isShowKey

boolean isShowKey

isGridFront

boolean isGridFront

Class jhplot.jadraw.JaBlob extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

rotAngle

int rotAngle
The rotation angle of the ellipse


transp

float transp

fill

boolean fill

Class jhplot.jadraw.JaBox extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

transp

float transp

fill

boolean fill

Class jhplot.jadraw.JaFArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaFillObject extends JaObject implements Serializable

Serialized Fields

fillcolor

Color fillcolor
The fill color of this fillObject.


stroke

float stroke
The stroke (line width) of the border line of this fillObject.

Class jhplot.jadraw.JaFLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaFLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGlArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGlLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Serialized Fields

angamp

int angamp

Class jhplot.jadraw.JaGlLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaGLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaKey extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The input text string representing this label object.


rtext

graph.RTextLine rtext

stext

String stext

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

availableFonts

String[] availableFonts

key

int key

keycolor

Color keycolor

keyspace

double keyspace

penwidth

float penwidth

padX

int padX

padY

int padY

type

int type

Class jhplot.jadraw.JaLatexText extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The text string specifying this JaLatexText object.


allign

int allign
An integer specifying how the text is alligned with respect to the current position.


latexfs

int latexfs
An integer specifying the LaTeX font size.


latexPanel

JPanel latexPanel

latexLabel

JLabel latexLabel

rotAngle

int rotAngle

Class jhplot.jadraw.JaLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Serialized Fields

transp

float transp

Class jhplot.jadraw.JaLineObject extends JaObject implements Serializable

Serialized Fields

stroke

float stroke
The stroke (line width) of this line object.


dash

float dash
The dash size of the line object (only used for ghost and scalar lines).


freq

float freq
The frequency of the line object (only used for photon, gluon and zigzag lines).


arrow

boolean arrow
A boolean variable that indicates wether this line object has an arrow or not.


end

boolean end
A boolean variable that indicates wether this line object has an arrow in the end (true) or at the end (false); used only for fermionic lines.


flip

boolean flip
Boolean variable that indicates whether the arrow of this line object should be flipped with respect to the initial orientation or not.


inflip

boolean inflip
A boolean variable that specifies the internal flip with respect to the relative width and height of this line.


symm

boolean symm
The symmetry of a gluon, photon or zigzag line, (the direction in which the wiggles start).


back

boolean back
A boolean variable that specifies the internal flip with respect to the handle that the user grabs to drag this line.


amp

int amp
The amplitude for photon, gluon and zigzag lines.


doubleLine

boolean doubleLine
A boolean variable that indicates whether this object should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.

Class jhplot.jadraw.JaLoopObject extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

stroke

float stroke
The stroke of this loop object.


dash

float dash
The dash size of the loop object (only used for ghost and scalar loops).


freq

float freq
The frequency of the loop object (only used for photon and gluon loops).


arrow

boolean arrow
A Boolean variable that indicates whether to draw an arrow on this loop object or not (not used for photon and gluon loops).


flip

boolean flip
A boolean variable that indicates whether the arrow should be flipped with respect to the initial orientation or not (not used for photon and gluon loops).


amp

int amp
The amplitude for this loop object (only used for photon and gluon loops).


doubleLine

boolean doubleLine
A boolean variable that indicates whether this object should be drawn with double lines.


dlSeparation

float dlSeparation
The separation of the double lines.

Class jhplot.jadraw.JaObject extends Object implements Serializable

serialVersionUID: 314159L

Serialized Fields

x

int x
The x coordinate of this JaObject.


y

int y
The y coordinate of this JaObject.


relw

int relw
The relative width of this JaObject.


relh

int relh
The relative height of this JaObject.


xx

float xx
The x coordinate in NDC .


yy

float yy
The y coordinate in NDC.


xu

double xu
The x coordinate in USER .


yu

double yu
The y coordinate in USER.


isUser

boolean isUser

rrelw

float rrelw
The relative width in NDC.


rrelh

float rrelh
The relative height in NDC.


urelw

double urelw
The relative width in USER.


urelh

double urelh
The relative height in USER.


color

Color color
The color of this JaObject.


gp

GeneralPath gp

boundingbox

double[] boundingbox
The bounding box of this JaObject.


marked

boolean marked
Determines whether this JaObject is part of a group or not

Class jhplot.jadraw.JaPArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaPLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaPLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSArc extends JaArcObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSLine extends JaLineObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaSLoop extends JaLoopObject implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaText extends JaObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString
The input text string representing this label object.


rtext

graph.RTextLine rtext

stext

String stext

type

int type

padX

int padX

padY

int padY

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

availableFonts

String[] availableFonts

Class jhplot.jadraw.JaTextBox extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

textString

String textString

rtext

graph.RTextLine rtext

stext

String stext

multitext

String[] multitext

textFont

Font textFont
The font of this label object.


rotAngle

int rotAngle

isMultiline

boolean isMultiline

ypos

float[] ypos

xpos

float[] xpos

shadowColor

Color shadowColor

shadowXOffset

int shadowXOffset

shadowYOffset

int shadowYOffset

isShadow

boolean isShadow

type

int type

padX

int padX

padY

int padY

Class jhplot.jadraw.JaVertex extends JaObject implements Serializable

Serialized Fields

stroke

float stroke
The stroke (line width) of this object.

Class jhplot.jadraw.JaVertexT1 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT2 extends JaVertex implements Serializable

serialVersionUID: 1L

Serialized Fields

rotAngle

int rotAngle
The rotation angle of the Vertex


fillcolor

Color fillcolor
The fill color of this fillObject.

Class jhplot.jadraw.JaVertexT3 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT4 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaVertexT5 extends JaFillObject implements Serializable

serialVersionUID: 1L

Serialized Fields

x1

double x1

y1

double y1

x2

double x2

y2

double y2

x3

double x3

y3

double y3

Class jhplot.jadraw.JaVertexT6 extends JaVertex implements Serializable

serialVersionUID: 1L

Class jhplot.jadraw.JaZigZagLine extends JaLineObject implements Serializable

serialVersionUID: 1L


Package jhplot.math

Class jhplot.math.Complex extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x

y

double y

Class jhplot.math.ValueErr extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

val

double val

err

double err

Package jhplot.math.num

Class jhplot.math.num.ConvergenceException extends NumericException implements Serializable

serialVersionUID: 1L

Class jhplot.math.num.NumericException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package jhplot.root

Class jhplot.root.RootHistogramBrowser extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

plot

jas.hist.JASHist plot

tree

JTree tree

Package jhplot.shapes

Class jhplot.shapes.Arrow extends HShape implements Serializable

serialVersionUID: 1L

Serialized Fields

type

int type

Class jhplot.shapes.Circle extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Ellipse extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.HShape extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

double width

length

double length

f

Font f

rotate

double rotate

text

String text

strock

Stroke strock

color

Color color

X1

double X1

Y1

double Y1

X2

double X2

Y2

double Y2

transp

float transp

whoAm

int whoAm

fill

boolean fill

XX

double[] XX

YY

double[] YY

usePosition

int usePosition

Class jhplot.shapes.Line extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Picture extends HShape implements Serializable

serialVersionUID: 1L

Serialized Fields

imageFile

String imageFile

image

Image image

Class jhplot.shapes.Rectan extends HShape implements Serializable

serialVersionUID: 1L

Class jhplot.shapes.Text extends HShape implements Serializable

serialVersionUID: 1L


Package jhplot.v3d

Class jhplot.v3d.Animation extends Applet implements Serializable

Serialized Fields

thread

Thread thread

threadSuspended

boolean threadSuspended

md

Model3d md

backBuffer

Image backBuffer

backGC

Graphics backGC

delay

int delay

painted

boolean painted

Class jhplot.v3d.Canvas3d extends Canvas implements Serializable

serialVersionUID: 1L

Serialized Fields

md

Model3d md

backBuffer

Image backBuffer

backGC

Graphics backGC

prefSize

Dimension prefSize

minSize

Dimension minSize

painted

boolean painted

c

Color c

scml

jhplot.v3d.Canvas3d.SelectionChangeMouseListener scml

menu

JPopupMenu menu

orot

jhplot.v3d.Matrix3d orot

otrans

jhplot.v3d.Matrix3d otrans

oscale

jhplot.v3d.Matrix3d oscale

ominScale

float ominScale

omaxScale

float omaxScale

Class jhplot.v3d.Cone extends Pyramid implements Serializable

Class jhplot.v3d.Cube extends Object3d implements Serializable

Class jhplot.v3d.Cylinder extends Prism implements Serializable

Class jhplot.v3d.Editor3d extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

closeButton

JButton closeButton

win

Canvas3d win

md

Model3d md

jb1

JButton jb1

jb2

JButton jb2

jb3

JButton jb3

jb4

JButton jb4

jb5

JButton jb5

jb6

JButton jb6

jb7

JButton jb7

jb8

JButton jb8

jb9

JButton jb9

jb10

JButton jb10

Class jhplot.v3d.Object3d extends Position implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

md

Model3d md

vert

Vector3d[] vert

overt

Vector3d[] overt

norm

Vector3d[] norm

onorm

Vector3d[] onorm

center

Vector3d center

ocenter

Vector3d ocenter

face

jhplot.v3d.Face3d[] face

nvert

int nvert

cvert

int cvert

nface

int nface

cface

int cface

Class jhplot.v3d.Prism extends Object3d implements Serializable

serialVersionUID: 1L

Class jhplot.v3d.Pyramid extends Object3d implements Serializable

Class jhplot.v3d.Sphere extends Object3d implements Serializable


Package jhpro.stat

Class jhpro.stat.DataSource extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fSignal

ArrayList<E> fSignal

fBackground

ArrayList<E> fBackground

fCandidates

ArrayList<E> fCandidates

fErrorOnSignal

ArrayList<E> fErrorOnSignal

fErrorOnBackground

ArrayList<E> fErrorOnBackground

fErrorOnData

ArrayList<E> fErrorOnData

fIds

ArrayList<E> fIds

Package jhpro.stat.limit

Class jhpro.stat.limit.LimitCalculatorGui.ExperimentData extends Panel implements Serializable

Serialized Fields

nobs

int[] nobs

back

double[] back

errback

double[] errback

fraction

double[] fraction

errfraction

double[] errfraction

textfields

TextField[][] textfields

nexp

int nexp

pole

double pole

Class jhpro.stat.limit.LimitCalculatorGui.myFrame extends Frame implements Serializable

serialVersionUID: 1L


Package jminhep.cluster

Class jminhep.cluster.DataHolder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

Points

ArrayList<E> Points
Array of data points


Min

DataPoint Min
Min value of the data


Max

DataPoint Max
Max value of the data


names

String[] names
Attributes


Dim

int Dim
Dimension of Attributes


relation

String relation
Relation name


xmin

double[] xmin

xmax

double[] xmax

in_xmin

int[] in_xmin

in_xmax

int[] in_xmax

Class jminhep.cluster.DataPoint extends Object implements Serializable

Serialized Fields

a

double[] a
Attributes


Dimena

int Dimena
Dimension of Attributes


clusterNumber

int clusterNumber
Assigned cluster


Package org.apache.commons.math

Class org.apache.commons.math.ArgumentOutsideDomainException extends FunctionEvaluationException implements Serializable

serialVersionUID: -4965972841162580234L

Class org.apache.commons.math.ConvergenceException extends MathException implements Serializable

serialVersionUID: -1111352570797662604L

Class org.apache.commons.math.DimensionMismatchException extends MathException implements Serializable

serialVersionUID: -1316089546353786411L

Serialized Fields

dimension1

int dimension1
Deprecated. 
First dimension.


dimension2

int dimension2
Deprecated. 
Second dimension.

Class org.apache.commons.math.DuplicateSampleAbscissaException extends MathException implements Serializable

serialVersionUID: -2271007547170169872L

Class org.apache.commons.math.FunctionEvaluationException extends MathException implements Serializable

serialVersionUID: 1384427981840836868L

Serialized Fields

argument

double[] argument
Argument causing function evaluation failure

Class org.apache.commons.math.MathConfigurationException extends MathException implements Serializable

serialVersionUID: 5261476508226103366L

Class org.apache.commons.math.MathException extends Exception implements Serializable

serialVersionUID: 7428019509644517071L

Serialized Fields

pattern

Localizable pattern
Pattern used to build the message.


arguments

Object[] arguments
Arguments used to build the message.

Class org.apache.commons.math.MathRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 9058794795027570002L

Serialized Fields

pattern

Localizable pattern
Pattern used to build the message.


arguments

Object[] arguments
Arguments used to build the message.

Class org.apache.commons.math.MaxEvaluationsExceededException extends ConvergenceException implements Serializable

serialVersionUID: -5921271447220129118L

Serialized Fields

maxEvaluations

int maxEvaluations
Maximal number of evaluations allowed.

Class org.apache.commons.math.MaxIterationsExceededException extends ConvergenceException implements Serializable

serialVersionUID: -7821226672760574694L

Serialized Fields

maxIterations

int maxIterations
Maximal number of iterations allowed.


Package org.apache.commons.math.analysis.interpolation

Class org.apache.commons.math.analysis.interpolation.DividedDifferenceInterpolator extends Object implements Serializable

serialVersionUID: 107049519551235069L

Class org.apache.commons.math.analysis.interpolation.LoessInterpolator extends Object implements Serializable

serialVersionUID: 5204927143605193821L

Serialized Fields

bandwidth

double bandwidth
The bandwidth parameter: when computing the loess fit at a particular point, this fraction of source points closest to the current point is taken into account for computing a least-squares regression.

A sensible value is usually 0.25 to 0.5.


robustnessIters

int robustnessIters
The number of robustness iterations parameter: this many robustness iterations are done.

A sensible value is usually 0 (just the initial fit without any robustness iterations) to 4.


accuracy

double accuracy
If the median residual at a certain robustness iteration is less than this amount, no more iterations are done.

Class org.apache.commons.math.analysis.interpolation.NevilleInterpolator extends Object implements Serializable

serialVersionUID: 3003707660147873733L


Package org.apache.commons.math.analysis.polynomials

Class org.apache.commons.math.analysis.polynomials.PolynomialFunction extends Object implements Serializable

serialVersionUID: -7726511984200295583L

Serialized Fields

coefficients

double[] coefficients
The coefficients of the polynomial, ordered by degree -- i.e., coefficients[0] is the constant term and coefficients[n] is the coefficient of x^n where n is the degree of the polynomial.


Package org.apache.commons.math.complex

Class org.apache.commons.math.complex.Complex extends Object implements Serializable

serialVersionUID: -6195664516687396620L

Serialization Methods

readResolve

protected final Object readResolve()

Resolve the transient fields in a deserialized Complex Object.

Subclasses will need to override Complex.createComplex(double, double) to deserialize properly

Since:
2.0
Serialized Fields

imaginary

double imaginary
The imaginary part.


real

double real
The real part.

Class org.apache.commons.math.complex.ComplexField extends Object implements Serializable

serialVersionUID: -6130362688700788798L

Serialization Methods

readResolve

private Object readResolve()
Handle deserialization of the singleton.

Class org.apache.commons.math.complex.ComplexFormat extends CompositeFormat implements Serializable

serialVersionUID: -3343698360149467646L

Serialized Fields

imaginaryCharacter

String imaginaryCharacter
The notation used to signify the imaginary part of the complex number.


imaginaryFormat

NumberFormat imaginaryFormat
The format used for the imaginary part.


realFormat

NumberFormat realFormat
The format used for the real part.


Package org.apache.commons.math.distribution

Class org.apache.commons.math.distribution.AbstractContinuousDistribution extends AbstractDistribution implements Serializable

serialVersionUID: -38038050983108802L

Serialized Fields

randomData

RandomDataImpl randomData
RandomData instance used to generate samples from the distribution

Since:
2.2

solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Solver absolute accuracy for inverse cumulative computation

Since:
2.1

Class org.apache.commons.math.distribution.AbstractDistribution extends Object implements Serializable

serialVersionUID: -38038050983108802L

Class org.apache.commons.math.distribution.AbstractIntegerDistribution extends AbstractDistribution implements Serializable

serialVersionUID: -1146319659338487221L

Serialized Fields

randomData

RandomDataImpl randomData
RandomData instance used to generate samples from the distribution

Since:
2.2

Class org.apache.commons.math.distribution.BetaDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: -1221965979403477668L

Serialized Fields

alpha

double alpha
First shape parameter.


beta

double beta
Second shape parameter.


z

double z
Normalizing factor used in density computations. updated whenever alpha or beta are changed.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.BinomialDistributionImpl extends AbstractIntegerDistribution implements Serializable

serialVersionUID: 6751309484392813623L

Serialized Fields

numberOfTrials

int numberOfTrials
The number of trials.


probabilityOfSuccess

double probabilityOfSuccess
The probability of success.

Class org.apache.commons.math.distribution.CauchyDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: 8589540077390120676L

Serialized Fields

median

double median
The median of this distribution.


scale

double scale
The scale of this distribution.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.ChiSquaredDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: -8352658048349159782L

Serialized Fields

gamma

GammaDistribution gamma
Internal Gamma distribution.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.ExponentialDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: 2401296428283614780L

Serialized Fields

mean

double mean
The mean of this distribution.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.FDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: -8516354193418641566L

Serialized Fields

numeratorDegreesOfFreedom

double numeratorDegreesOfFreedom
The numerator degrees of freedom


denominatorDegreesOfFreedom

double denominatorDegreesOfFreedom
The numerator degrees of freedom


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.GammaDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: -3239549463135430361L

Serialized Fields

alpha

double alpha
The shape parameter.


beta

double beta
The scale parameter.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.HypergeometricDistributionImpl extends AbstractIntegerDistribution implements Serializable

serialVersionUID: -436928820673516179L

Serialized Fields

numberOfSuccesses

int numberOfSuccesses
The number of successes in the population.


populationSize

int populationSize
The population size.


sampleSize

int sampleSize
The sample size.

Class org.apache.commons.math.distribution.NormalDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: 8589540077390120676L

Serialized Fields

mean

double mean
The mean of this distribution.


standardDeviation

double standardDeviation
The standard deviation of this distribution.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.PascalDistributionImpl extends AbstractIntegerDistribution implements Serializable

serialVersionUID: 6751309484392813623L

Serialized Fields

numberOfSuccesses

int numberOfSuccesses
The number of successes


probabilityOfSuccess

double probabilityOfSuccess
The probability of success

Class org.apache.commons.math.distribution.PoissonDistributionImpl extends AbstractIntegerDistribution implements Serializable

serialVersionUID: -3349935121172596109L

Serialized Fields

normal

NormalDistribution normal
Distribution used to compute normal approximation.


mean

double mean
Holds the Poisson mean for the distribution.


maxIterations

int maxIterations
Maximum number of iterations for cumulative probability. Cumulative probabilities are estimated using either Lanczos series approximation of Gamma#regularizedGammaP or continued fraction approximation of Gamma#regularizedGammaQ.


epsilon

double epsilon
Convergence criterion for cumulative probability.

Class org.apache.commons.math.distribution.TDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: -5852615386664158222L

Serialized Fields

degreesOfFreedom

double degreesOfFreedom
The degrees of freedom


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy

Class org.apache.commons.math.distribution.WeibullDistributionImpl extends AbstractContinuousDistribution implements Serializable

serialVersionUID: 8589540077390120676L

Serialized Fields

shape

double shape
The shape parameter.


scale

double scale
The scale parameter.


solverAbsoluteAccuracy

double solverAbsoluteAccuracy
Inverse cumulative probability accuracy


numericalMean

double numericalMean
Cached numerical mean


numericalMeanIsCalculated

boolean numericalMeanIsCalculated
Whether or not the numerical mean has been calculated


numericalVariance

double numericalVariance
Cached numerical variance


numericalVarianceIsCalculated

boolean numericalVarianceIsCalculated
Whether or not the numerical variance has been calculated

Class org.apache.commons.math.distribution.ZipfDistributionImpl extends AbstractIntegerDistribution implements Serializable

serialVersionUID: -140627372283420404L

Serialized Fields

numberOfElements

int numberOfElements
Number of elements.


exponent

double exponent
Exponent parameter of the distribution.


Package org.apache.commons.math.estimation

Class org.apache.commons.math.estimation.EstimatedParameter extends Object implements Serializable

serialVersionUID: -555440800213416949L

Serialized Fields

estimate

double estimate
Deprecated. 
Current value of the parameter


name

String name
Deprecated. 
Name of the parameter


bound

boolean bound
Deprecated. 
Indicator for bound parameters (ie parameters that should not be estimated)

Class org.apache.commons.math.estimation.EstimationException extends MathException implements Serializable

serialVersionUID: -573038581493881337L

Class org.apache.commons.math.estimation.GaussNewtonEstimator extends AbstractEstimator implements Serializable

serialVersionUID: 5485001826076289109L

Serialized Fields

steadyStateThreshold

double steadyStateThreshold
Deprecated. 
Threshold for cost steady state detection.


convergence

double convergence
Deprecated. 
Threshold for cost convergence.

Class org.apache.commons.math.estimation.LevenbergMarquardtEstimator extends AbstractEstimator implements Serializable

serialVersionUID: -5705952631533171019L

Serialized Fields

solvedCols

int solvedCols
Deprecated. 
Number of solved variables.


diagR

double[] diagR
Deprecated. 
Diagonal elements of the R matrix in the Q.R. decomposition.


jacNorm

double[] jacNorm
Deprecated. 
Norms of the columns of the jacobian matrix.


beta

double[] beta
Deprecated. 
Coefficients of the Householder transforms vectors.


permutation

int[] permutation
Deprecated. 
Columns permutation array.


rank

int rank
Deprecated. 
Rank of the jacobian matrix.


lmPar

double lmPar
Deprecated. 
Levenberg-Marquardt parameter.


lmDir

double[] lmDir
Deprecated. 
Parameters evolution direction associated with lmPar.


initialStepBoundFactor

double initialStepBoundFactor
Deprecated. 
Positive input variable used in determining the initial step bound.


costRelativeTolerance

double costRelativeTolerance
Deprecated. 
Desired relative error in the sum of squares.


parRelativeTolerance

double parRelativeTolerance
Deprecated. 
Desired relative error in the approximate solution parameters.


orthoTolerance

double orthoTolerance
Deprecated. 
Desired max cosine on the orthogonality between the function vector and the columns of the jacobian.

Class org.apache.commons.math.estimation.WeightedMeasurement extends Object implements Serializable

serialVersionUID: 4360046376796901941L

Serialized Fields

weight

double weight
Deprecated. 
Measurement weight.


measuredValue

double measuredValue
Deprecated. 
Value of the measurements.


ignored

boolean ignored
Deprecated. 
Ignore measurement indicator.


Package org.apache.commons.math.exception

Class org.apache.commons.math.exception.ConvergenceException extends MathIllegalStateException implements Serializable

serialVersionUID: 4330003017885151975L

Class org.apache.commons.math.exception.DimensionMismatchException extends MathIllegalNumberException implements Serializable

serialVersionUID: -8415396756375798143L

Serialized Fields

dimension

int dimension
Correct dimension.

Class org.apache.commons.math.exception.MathIllegalArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: -6024911025449780478L

Serialized Fields

specific

Localizable specific
Pattern used to build the message (specific context).


general

Localizable general
Pattern used to build the message (general problem description).


arguments

Object[] arguments
Arguments used to build the message.

Class org.apache.commons.math.exception.MathIllegalNumberException extends MathIllegalArgumentException implements Serializable

serialVersionUID: -7447085893598031110L

Serialized Fields

argument

Number argument
Requested.

Class org.apache.commons.math.exception.MathIllegalStateException extends IllegalStateException implements Serializable

serialVersionUID: -6024911025449780478L

Serialized Fields

specific

Localizable specific
Pattern used to build the message (specific context).


general

Localizable general
Pattern used to build the message (general problem description).


arguments

Object[] arguments
Arguments used to build the message.

Class org.apache.commons.math.exception.MathInternalError extends MathIllegalStateException implements Serializable

serialVersionUID: -6276776513966934846L

Class org.apache.commons.math.exception.MathUnsupportedOperationException extends UnsupportedOperationException implements Serializable

serialVersionUID: -6024911025449780478L

Serialized Fields

specific

Localizable specific
Pattern used to build the message (specific context).


arguments

Object[] arguments
Arguments used to build the message.

Class org.apache.commons.math.exception.NoDataException extends MathIllegalStateException implements Serializable

serialVersionUID: -3629324471511904459L

Class org.apache.commons.math.exception.NonMonotonousSequenceException extends MathIllegalNumberException implements Serializable

serialVersionUID: 3596849179428944575L

Serialized Fields

direction

MathUtils.OrderDirection direction
Direction (positive for increasing, negative for decreasing).


strict

boolean strict
Whether the sequence must be strictly increasing or decreasing.


index

int index
Index of the wrong value.


previous

Number previous
Previous value.

Class org.apache.commons.math.exception.NotPositiveException extends NumberIsTooSmallException implements Serializable

serialVersionUID: -2250556892093726375L

Class org.apache.commons.math.exception.NotStrictlyPositiveException extends NumberIsTooSmallException implements Serializable

serialVersionUID: -7824848630829852237L

Class org.apache.commons.math.exception.NullArgumentException extends MathIllegalArgumentException implements Serializable

serialVersionUID: -6024911025449780478L

Class org.apache.commons.math.exception.NumberIsTooLargeException extends MathIllegalNumberException implements Serializable

serialVersionUID: 4330003017885151975L

Serialized Fields

max

Number max
Higher bound.


boundIsAllowed

boolean boundIsAllowed
Whether the maximum is included in the allowed range.

Class org.apache.commons.math.exception.NumberIsTooSmallException extends MathIllegalNumberException implements Serializable

serialVersionUID: -6100997100383932834L

Serialized Fields

min

Number min
Higher bound.


boundIsAllowed

boolean boundIsAllowed
Whether the maximum is included in the allowed range.

Class org.apache.commons.math.exception.OutOfRangeException extends MathIllegalNumberException implements Serializable

serialVersionUID: 111601815794403609L

Serialized Fields

lo

Number lo
Lower bound.


hi

Number hi
Higher bound.

Class org.apache.commons.math.exception.ZeroException extends MathIllegalNumberException implements Serializable

serialVersionUID: -1960874856936000015L


Package org.apache.commons.math.exception.util

Class org.apache.commons.math.exception.util.DummyLocalizable extends Object implements Serializable

serialVersionUID: 8843275624471387299L

Serialized Fields

source

String source
Source string.


Package org.apache.commons.math.fraction

Class org.apache.commons.math.fraction.AbstractFormat extends NumberFormat implements Serializable

serialVersionUID: -6981118387974191891L

Serialized Fields

denominatorFormat

NumberFormat denominatorFormat
The format used for the denominator.


numeratorFormat

NumberFormat numeratorFormat
The format used for the numerator.

Class org.apache.commons.math.fraction.BigFraction extends Number implements Serializable

serialVersionUID: -5630213147331578515L

Serialized Fields

numerator

BigInteger numerator
The numerator.


denominator

BigInteger denominator
The denominator.

Class org.apache.commons.math.fraction.BigFractionField extends Object implements Serializable

serialVersionUID: -1699294557189741703L

Serialization Methods

readResolve

private Object readResolve()
Handle deserialization of the singleton.

Class org.apache.commons.math.fraction.BigFractionFormat extends AbstractFormat implements Serializable

serialVersionUID: -2932167925527338976L

Class org.apache.commons.math.fraction.Fraction extends Number implements Serializable

serialVersionUID: 3698073679419233275L

Serialized Fields

denominator

int denominator
The denominator.


numerator

int numerator
The numerator.

Class org.apache.commons.math.fraction.FractionConversionException extends ConvergenceException implements Serializable

serialVersionUID: -4661812640132576263L

Class org.apache.commons.math.fraction.FractionField extends Object implements Serializable

serialVersionUID: -1257768487499119313L

Serialization Methods

readResolve

private Object readResolve()
Handle deserialization of the singleton.

Class org.apache.commons.math.fraction.FractionFormat extends AbstractFormat implements Serializable

serialVersionUID: 3008655719530972611L

Class org.apache.commons.math.fraction.ProperBigFractionFormat extends BigFractionFormat implements Serializable

serialVersionUID: -6337346779577272307L

Serialized Fields

wholeFormat

NumberFormat wholeFormat
The format used for the whole number.

Class org.apache.commons.math.fraction.ProperFractionFormat extends FractionFormat implements Serializable

serialVersionUID: 760934726031766749L

Serialized Fields

wholeFormat

NumberFormat wholeFormat
The format used for the whole number.


Package org.apache.commons.math.genetics

Class org.apache.commons.math.genetics.InvalidRepresentationException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.commons.math.geometry

Class org.apache.commons.math.geometry.CardanEulerSingularityException extends MathException implements Serializable

serialVersionUID: -1360952845582206770L

Class org.apache.commons.math.geometry.NotARotationMatrixException extends MathException implements Serializable

serialVersionUID: 5647178478658937642L

Class org.apache.commons.math.geometry.Rotation extends Object implements Serializable

serialVersionUID: -2153622329907944313L

Serialized Fields

q0

double q0
Scalar coordinate of the quaternion.


q1

double q1
First coordinate of the vectorial part of the quaternion.


q2

double q2
Second coordinate of the vectorial part of the quaternion.


q3

double q3
Third coordinate of the vectorial part of the quaternion.

Class org.apache.commons.math.geometry.Vector3D extends Object implements Serializable

serialVersionUID: 5133268763396045979L

Serialized Fields

x

double x
Abscissa.


y

double y
Ordinate.


z

double z
Height.

Class org.apache.commons.math.geometry.Vector3DFormat extends CompositeFormat implements Serializable

serialVersionUID: -5447606608652576301L

Serialized Fields

prefix

String prefix
Prefix.


suffix

String suffix
Suffix.


separator

String separator
Separator.


trimmedPrefix

String trimmedPrefix
Trimmed prefix.


trimmedSuffix

String trimmedSuffix
Trimmed suffix.


trimmedSeparator

String trimmedSeparator
Trimmed separator.


format

NumberFormat format
The format used for components.


Package org.apache.commons.math.linear

Class org.apache.commons.math.linear.Array2DRowFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable

serialVersionUID: 7260756672015356458L

Serialized Fields

data

FieldElement<T>[][] data
Entries of the matrix

Class org.apache.commons.math.linear.Array2DRowRealMatrix extends AbstractRealMatrix implements Serializable

serialVersionUID: -1067294169172445528L

Serialized Fields

data

double[][] data
Entries of the matrix

Class org.apache.commons.math.linear.ArrayFieldVector extends Object implements Serializable

serialVersionUID: 7648186910365927050L

Serialized Fields

data

FieldElement<T>[] data
Entries of the vector.


field

Field<T> field
Field to which the elements belong.

Class org.apache.commons.math.linear.ArrayRealVector extends AbstractRealVector implements Serializable

serialVersionUID: -1097961340710804027L

Serialized Fields

data

double[] data
Entries of the vector.

Class org.apache.commons.math.linear.BigMatrixImpl extends Object implements Serializable

serialVersionUID: -1011428905656140431L

Serialized Fields

data

BigDecimal[][] data
Deprecated. 
Entries of the matrix


lu

BigDecimal[][] lu
Deprecated. 
Entries of cached LU decomposition. All updates to data (other than luDecompose()) *must* set this to null


permutation

int[] permutation
Deprecated. 
Permutation associated with LU decomposition


parity

int parity
Deprecated. 
Parity of the permutation associated with the LU decomposition


roundingMode

int roundingMode
Deprecated. 
Rounding mode for divisions


scale

int scale
Deprecated. 
BigDecimal scale

Class org.apache.commons.math.linear.BlockFieldMatrix extends AbstractFieldMatrix<T extends FieldElement<T>> implements Serializable

serialVersionUID: -4602336630143123183L

Serialized Fields

blocks

FieldElement<T>[][] blocks
Blocks of matrix entries.


rows

int rows
Number of rows of the matrix.


columns

int columns
Number of columns of the matrix.


blockRows

int blockRows
Number of block rows of the matrix.


blockColumns

int blockColumns
Number of block columns of the matrix.

Class org.apache.commons.math.linear.BlockRealMatrix extends AbstractRealMatrix implements Serializable

serialVersionUID: 4991895511313664478L

Serialized Fields

blocks

double[][] blocks
Blocks of matrix entries.


rows

int rows
Number of rows of the matrix.


columns

int columns
Number of columns of the matrix.


blockRows

int blockRows
Number of block rows of the matrix.


blockColumns

int blockColumns
Number of block columns of the matrix.

Class org.apache.commons.math.linear.InvalidMatrixException extends MathRuntimeException implements Serializable

serialVersionUID: -2068020346562029801L

Class org.apache.commons.math.linear.MatrixIndexException extends MathRuntimeException implements Serializable

serialVersionUID: 8120540015829487660L

Class org.apache.commons.math.linear.MatrixVisitorException extends MathRuntimeException implements Serializable

serialVersionUID: 3814333035048617048L

Class org.apache.commons.math.linear.NonSquareMatrixException extends InvalidMatrixException implements Serializable

serialVersionUID: 8996207526636673730L

Class org.apache.commons.math.linear.NotPositiveDefiniteMatrixException extends MathException implements Serializable

serialVersionUID: 4122929125438624648L

Class org.apache.commons.math.linear.NotSymmetricMatrixException extends MathException implements Serializable

serialVersionUID: -7012803946709786097L

Class org.apache.commons.math.linear.OpenMapRealMatrix extends AbstractRealMatrix implements Serializable

serialVersionUID: -5962461716457143437L

Serialized Fields

rows

int rows
Number of rows of the matrix.


columns

int columns
Number of columns of the matrix.


entries

OpenIntToDoubleHashMap entries
Storage for (sparse) matrix elements.

Class org.apache.commons.math.linear.OpenMapRealVector extends AbstractRealVector implements Serializable

serialVersionUID: 8772222695580707260L

Serialized Fields

entries

OpenIntToDoubleHashMap entries
Entries of the vector.


virtualSize

int virtualSize
Dimension of the vector.


epsilon

double epsilon
Tolerance for having a value considered zero.

Class org.apache.commons.math.linear.RealMatrixImpl extends AbstractRealMatrix implements Serializable

serialVersionUID: -1067294169172445528L

Serialized Fields

data

double[][] data
Deprecated. 
Entries of the matrix

Class org.apache.commons.math.linear.RealVectorFormat extends CompositeFormat implements Serializable

serialVersionUID: -708767813036157690L

Serialized Fields

prefix

String prefix
Prefix.


suffix

String suffix
Suffix.


separator

String separator
Separator.


trimmedPrefix

String trimmedPrefix
Trimmed prefix.


trimmedSuffix

String trimmedSuffix
Trimmed suffix.


trimmedSeparator

String trimmedSeparator
Trimmed separator.


format

NumberFormat format
The format used for components.

Class org.apache.commons.math.linear.SingularMatrixException extends InvalidMatrixException implements Serializable

serialVersionUID: -7379143356784298432L

Class org.apache.commons.math.linear.SparseFieldVector extends Object implements Serializable

serialVersionUID: 7841233292190413362L

Serialized Fields

field

Field<T> field
Field to which the elements belong.


entries

OpenIntToFieldHashMap<T extends FieldElement<T>> entries
Entries of the vector.


virtualSize

int virtualSize
Dimension of the vector.


Package org.apache.commons.math.ode

Class org.apache.commons.math.ode.ContinuousOutputModel extends Object implements Serializable

serialVersionUID: -1417964919405031606L

Serialized Fields

initialTime

double initialTime
Initial integration time.


finalTime

double finalTime
Final integration time.


forward

boolean forward
Integration direction indicator.


index

int index
Current interpolator index.


steps

List<E> steps
Steps table.

Class org.apache.commons.math.ode.DerivativeException extends MathException implements Serializable

serialVersionUID: 5666710788967425123L

Class org.apache.commons.math.ode.IntegratorException extends MathException implements Serializable

serialVersionUID: -1607588949778036796L


Package org.apache.commons.math.ode.events

Class org.apache.commons.math.ode.events.EventException extends MathException implements Serializable

serialVersionUID: -898215297400035290L


Package org.apache.commons.math.ode.jacobians

Package org.apache.commons.math.ode.sampling

Class org.apache.commons.math.ode.sampling.AbstractStepInterpolator extends Object implements Serializable

Serialization Methods

readExternal

public abstract void readExternal(ObjectInput in)
                           throws IOException,
                                  ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public abstract void writeExternal(ObjectOutput out)
                            throws IOException

Throws:
IOException

Class org.apache.commons.math.ode.sampling.DummyStepInterpolator extends AbstractStepInterpolator implements Serializable

serialVersionUID: 1708010296707839488L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Read the instance from an input channel.

Throws:
IOException - if the instance cannot be read

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write the instance to an output channel.

Throws:
IOException - if the instance cannot be written

Class org.apache.commons.math.ode.sampling.NordsieckStepInterpolator extends AbstractStepInterpolator implements Serializable

serialVersionUID: -7179861704951334960L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Throws:
IOException

Package org.apache.commons.math.optimization

Class org.apache.commons.math.optimization.OptimizationException extends ConvergenceException implements Serializable

serialVersionUID: -4605887730798282127L

Class org.apache.commons.math.optimization.RealPointValuePair extends Object implements Serializable

serialVersionUID: 1003888396256744753L

Serialized Fields

point

double[] point
Point coordinates.


value

double value
Value of the objective function at the point.

Class org.apache.commons.math.optimization.VectorialPointValuePair extends Object implements Serializable

serialVersionUID: 1003888396256744753L

Serialized Fields

point

double[] point
Point coordinates.


value

double[] value
Vectorial value of the objective function at the point.


Package org.apache.commons.math.optimization.fitting

Class org.apache.commons.math.optimization.fitting.GaussianDerivativeFunction extends Object implements Serializable

serialVersionUID: -6500229089670174766L

Serialized Fields

b

double b
Parameter b of this function.


c

double c
Parameter c of this function.


d2

double d2
Square of the parameter d of this function.

Class org.apache.commons.math.optimization.fitting.GaussianFunction extends Object implements Serializable

serialVersionUID: -3195385616125629512L

Serialized Fields

a

double a
Parameter a of this function.


b

double b
Parameter b of this function.


c

double c
Parameter c of this function.


d

double d
Parameter d of this function.

Class org.apache.commons.math.optimization.fitting.ParametricGaussianFunction extends Object implements Serializable

serialVersionUID: -3875578602503903233L

Class org.apache.commons.math.optimization.fitting.WeightedObservedPoint extends Object implements Serializable

serialVersionUID: 5306874947404636157L

Serialized Fields

weight

double weight
Weight of the measurement in the fitting process.


x

double x
Abscissa of the point.


y

double y
Observed value of the function at x.


Package org.apache.commons.math.optimization.linear

Class org.apache.commons.math.optimization.linear.LinearConstraint extends Object implements Serializable

serialVersionUID: -764632794033034092L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Deserialize the instance.

Throws:
ClassNotFoundException - if a class in the stream cannot be found
IOException - if object cannot be read from the stream

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialize the instance.

Throws:
IOException - if object cannot be written to stream
Serialized Fields

relationship

Relationship relationship
Relationship between left and right hand sides (=, <=, >=).


value

double value
Value of the constraint (right hand side).

Class org.apache.commons.math.optimization.linear.LinearObjectiveFunction extends Object implements Serializable

serialVersionUID: -4531815507568396090L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Deserialize the instance.

Throws:
ClassNotFoundException - if a class in the stream cannot be found
IOException - if object cannot be read from the stream

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Serialize the instance.

Throws:
IOException - if object cannot be written to stream
Serialized Fields

constantTerm

double constantTerm
Constant term of the linear equation.

Class org.apache.commons.math.optimization.linear.NoFeasibleSolutionException extends OptimizationException implements Serializable

serialVersionUID: -3044253632189082760L

Class org.apache.commons.math.optimization.linear.UnboundedSolutionException extends OptimizationException implements Serializable

serialVersionUID: 940539497277290619L


Package org.apache.commons.math.random

Class org.apache.commons.math.random.AbstractWell extends BitsStreamGenerator implements Serializable

serialVersionUID: -817701723016583596L

Serialized Fields

index

int index
Current index in the bytes pool.


v

int[] v
Bytes pool.


iRm1

int[] iRm1
Index indirection table giving for each index its predecessor taking table size into account.


iRm2

int[] iRm2
Index indirection table giving for each index its second predecessor taking table size into account.


i1

int[] i1
Index indirection table giving for each index the value index + m1 taking table size into account.


i2

int[] i2
Index indirection table giving for each index the value index + m2 taking table size into account.


i3

int[] i3
Index indirection table giving for each index the value index + m3 taking table size into account.

Class org.apache.commons.math.random.EmpiricalDistributionImpl extends Object implements Serializable

serialVersionUID: 5729073523949762654L

Serialized Fields

binStats

List<E> binStats
List of SummaryStatistics objects characterizing the bins


sampleStats

SummaryStatistics sampleStats
Sample statistics


max

double max
Max loaded value


min

double min
Min loaded value


delta

double delta
Grid size


binCount

int binCount
number of bins


loaded

boolean loaded
is the distribution loaded?


upperBounds

double[] upperBounds
upper bounds of subintervals in (0,1) "belonging" to the bins


randomData

RandomData randomData
RandomData instance to use in repeated calls to getNext()

Class org.apache.commons.math.random.JDKRandomGenerator extends Random implements Serializable

serialVersionUID: -7745277476784028798L

Class org.apache.commons.math.random.MersenneTwister extends BitsStreamGenerator implements Serializable

serialVersionUID: 8661194735290153518L

Serialized Fields

mt

int[] mt
Bytes pool.


mti

int mti
Current index in the bytes pool.

Class org.apache.commons.math.random.RandomAdaptor extends Random implements Serializable

serialVersionUID: 2306581345647615033L

Serialized Fields

randomGenerator

RandomGenerator randomGenerator
Wrapped randomGenerator instance

Class org.apache.commons.math.random.RandomDataImpl extends Object implements Serializable

serialVersionUID: -626730818244969716L

Serialized Fields

rand

RandomGenerator rand
underlying random number generator


secRand

SecureRandom secRand
underlying secure random number generator

Class org.apache.commons.math.random.Well1024a extends AbstractWell implements Serializable

serialVersionUID: 5680173464174485492L

Class org.apache.commons.math.random.Well19937a extends AbstractWell implements Serializable

serialVersionUID: -7462102162223815419L

Class org.apache.commons.math.random.Well19937c extends AbstractWell implements Serializable

serialVersionUID: -7203498180754925124L

Class org.apache.commons.math.random.Well44497a extends AbstractWell implements Serializable

serialVersionUID: -3859207588353972099L

Class org.apache.commons.math.random.Well44497b extends AbstractWell implements Serializable

serialVersionUID: 4032007538246675492L

Class org.apache.commons.math.random.Well512a extends AbstractWell implements Serializable

serialVersionUID: -6104179812103820574L


Package org.apache.commons.math.stat

Class org.apache.commons.math.stat.Frequency extends Object implements Serializable

serialVersionUID: -3845586908418844111L

Serialized Fields

freqTable

TreeMap<K,V> freqTable
underlying collection


Package org.apache.commons.math.stat.clustering

Class org.apache.commons.math.stat.clustering.Cluster extends Object implements Serializable

serialVersionUID: -3442297081515880464L

Serialized Fields

points

List<E> points
The points contained in this cluster.


center

Clusterable<T> center
Center of the cluster.

Class org.apache.commons.math.stat.clustering.EuclideanIntegerPoint extends Object implements Serializable

serialVersionUID: 3946024775784901369L

Serialized Fields

point

int[] point
Point coordinates.


Package org.apache.commons.math.stat.descriptive

Class org.apache.commons.math.stat.descriptive.AggregateSummaryStatistics extends Object implements Serializable

serialVersionUID: -8207112444016386906L

Serialized Fields

statisticsPrototype

SummaryStatistics statisticsPrototype
A SummaryStatistics serving as a prototype for creating SummaryStatistics contributing to this aggregate


statistics

SummaryStatistics statistics
The SummaryStatistics in which aggregate statistics are accumulated.

Class org.apache.commons.math.stat.descriptive.DescriptiveStatistics extends Object implements Serializable

serialVersionUID: 4133067267405273064L

Serialized Fields

windowSize

int windowSize
hold the window size


eDA

ResizableDoubleArray eDA
Stored data values


meanImpl

UnivariateStatistic meanImpl
Mean statistic implementation - can be reset by setter.


geometricMeanImpl

UnivariateStatistic geometricMeanImpl
Geometric mean statistic implementation - can be reset by setter.


kurtosisImpl

UnivariateStatistic kurtosisImpl
Kurtosis statistic implementation - can be reset by setter.


maxImpl

UnivariateStatistic maxImpl
Maximum statistic implementation - can be reset by setter.


minImpl

UnivariateStatistic minImpl
Minimum statistic implementation - can be reset by setter.


percentileImpl

UnivariateStatistic percentileImpl
Percentile statistic implementation - can be reset by setter.


skewnessImpl

UnivariateStatistic skewnessImpl
Skewness statistic implementation - can be reset by setter.


varianceImpl

UnivariateStatistic varianceImpl
Variance statistic implementation - can be reset by setter.


sumsqImpl

UnivariateStatistic sumsqImpl
Sum of squares statistic implementation - can be reset by setter.


sumImpl

UnivariateStatistic sumImpl
Sum statistic implementation - can be reset by setter.

Class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatistics extends Object implements Serializable

serialVersionUID: 2271900808994826718L

Serialized Fields

k

int k
Dimension of the data.


n

long n
Count of values that have been added


sumImpl

StorelessUnivariateStatistic[] sumImpl
Sum statistic implementation - can be reset by setter.


sumSqImpl

StorelessUnivariateStatistic[] sumSqImpl
Sum of squares statistic implementation - can be reset by setter.


minImpl

StorelessUnivariateStatistic[] minImpl
Minimum statistic implementation - can be reset by setter.


maxImpl

StorelessUnivariateStatistic[] maxImpl
Maximum statistic implementation - can be reset by setter.


sumLogImpl

StorelessUnivariateStatistic[] sumLogImpl
Sum of log statistic implementation - can be reset by setter.


geoMeanImpl

StorelessUnivariateStatistic[] geoMeanImpl
Geometric mean statistic implementation - can be reset by setter.


meanImpl

StorelessUnivariateStatistic[] meanImpl
Mean statistic implementation - can be reset by setter.


covarianceImpl

VectorialCovariance covarianceImpl
Covariance statistic implementation - cannot be reset.

Class org.apache.commons.math.stat.descriptive.StatisticalSummaryValues extends Object implements Serializable

serialVersionUID: -5108854841843722536L

Serialized Fields

mean

double mean
The sample mean


variance

double variance
The sample variance


n

long n
The number of observations in the sample


max

double max
The maximum value


min

double min
The minimum value


sum

double sum
The sum of the sample values

Class org.apache.commons.math.stat.descriptive.SummaryStatistics extends Object implements Serializable

serialVersionUID: -2021321786743555871L

Serialized Fields

n

long n
count of values that have been added


secondMoment

SecondMoment secondMoment
SecondMoment is used to compute the mean and variance


sum

Sum sum
sum of values that have been added


sumsq

SumOfSquares sumsq
sum of the square of each value that has been added


min

Min min
min of values that have been added


max

Max max
max of values that have been added


sumLog

SumOfLogs sumLog
sumLog of values that have been added


geoMean

GeometricMean geoMean
geoMean of values that have been added


mean

Mean mean
mean of values that have been added


variance

Variance variance
variance of values that have been added


sumImpl

StorelessUnivariateStatistic sumImpl
Sum statistic implementation - can be reset by setter.


sumsqImpl

StorelessUnivariateStatistic sumsqImpl
Sum of squares statistic implementation - can be reset by setter.


minImpl

StorelessUnivariateStatistic minImpl
Minimum statistic implementation - can be reset by setter.


maxImpl

StorelessUnivariateStatistic maxImpl
Maximum statistic implementation - can be reset by setter.


sumLogImpl

StorelessUnivariateStatistic sumLogImpl
Sum of log statistic implementation - can be reset by setter.


geoMeanImpl

StorelessUnivariateStatistic geoMeanImpl
Geometric mean statistic implementation - can be reset by setter.


meanImpl

StorelessUnivariateStatistic meanImpl
Mean statistic implementation - can be reset by setter.


varianceImpl

StorelessUnivariateStatistic varianceImpl
Variance statistic implementation - can be reset by setter.

Class org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics extends DescriptiveStatistics implements Serializable

serialVersionUID: 1L

Class org.apache.commons.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics extends MultivariateSummaryStatistics implements Serializable

serialVersionUID: 7099834153347155363L

Class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics extends SummaryStatistics implements Serializable

serialVersionUID: 1909861009042253704L


Package org.apache.commons.math.stat.descriptive.moment

Class org.apache.commons.math.stat.descriptive.moment.FirstMoment extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 6112755307178490473L

Serialized Fields

n

long n
Count of values that have been added


m1

double m1
First moment of values that have been added


dev

double dev
Deviation of most recently added value from previous first moment. Retained to prevent repeated computation in higher order moments.


nDev

double nDev
Deviation of most recently added value from previous first moment, normalized by previous sample size. Retained to prevent repeated computation in higher order moments

Class org.apache.commons.math.stat.descriptive.moment.FourthMoment extends ThirdMoment implements Serializable

serialVersionUID: 4763990447117157611L

Serialized Fields

m4

double m4
fourth moment of values that have been added

Class org.apache.commons.math.stat.descriptive.moment.GeometricMean extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -8178734905303459453L

Serialized Fields

sumOfLogs

StorelessUnivariateStatistic sumOfLogs
Wrapped SumOfLogs instance

Class org.apache.commons.math.stat.descriptive.moment.Kurtosis extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 2784465764798260919L

Serialized Fields

moment

FourthMoment moment
Fourth Moment on which this statistic is based


incMoment

boolean incMoment
Determines whether or not this statistic can be incremented or cleared.

Statistics based on (constructed from) external moments cannot be incremented or cleared.

Class org.apache.commons.math.stat.descriptive.moment.Mean extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -1296043746617791564L

Serialized Fields

moment

FirstMoment moment
First moment on which this statistic is based.


incMoment

boolean incMoment
Determines whether or not this statistic can be incremented or cleared.

Statistics based on (constructed from) external moments cannot be incremented or cleared.

Class org.apache.commons.math.stat.descriptive.moment.SecondMoment extends FirstMoment implements Serializable

serialVersionUID: 3942403127395076445L

Serialized Fields

m2

double m2
second moment of values that have been added

Class org.apache.commons.math.stat.descriptive.moment.SemiVariance extends AbstractUnivariateStatistic implements Serializable

serialVersionUID: -2653430366886024994L

Serialized Fields

biasCorrected

boolean biasCorrected
Determines whether or not bias correction is applied when computing the value of the statisic. True means that bias is corrected.


varianceDirection

SemiVariance.Direction varianceDirection
Determines whether to calculate downside or upside SemiVariance.

Class org.apache.commons.math.stat.descriptive.moment.Skewness extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 7101857578996691352L

Serialized Fields

moment

ThirdMoment moment
Third moment on which this statistic is based


incMoment

boolean incMoment
Determines whether or not this statistic can be incremented or cleared.

Statistics based on (constructed from) external moments cannot be incremented or cleared.

Class org.apache.commons.math.stat.descriptive.moment.StandardDeviation extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 5728716329662425188L

Serialized Fields

variance

Variance variance
Wrapped Variance instance

Class org.apache.commons.math.stat.descriptive.moment.ThirdMoment extends SecondMoment implements Serializable

serialVersionUID: -7818711964045118679L

Serialized Fields

m3

double m3
third moment of values that have been added


nDevSq

double nDevSq
Square of deviation of most recently added value from previous first moment, normalized by previous sample size. Retained to prevent repeated computation in higher order moments. nDevSq = nDev * nDev.

Class org.apache.commons.math.stat.descriptive.moment.Variance extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -9111962718267217978L

Serialized Fields

moment

SecondMoment moment
SecondMoment is used in incremental calculation of Variance


incMoment

boolean incMoment
Boolean test to determine if this Variance should also increment the second moment, this evaluates to false when this Variance is constructed with an external SecondMoment as a parameter.


isBiasCorrected

boolean isBiasCorrected
Determines whether or not bias correction is applied when computing the value of the statisic. True means that bias is corrected. See Variance for details on the formula.

Class org.apache.commons.math.stat.descriptive.moment.VectorialCovariance extends Object implements Serializable

serialVersionUID: 4118372414238930270L

Serialized Fields

sums

double[] sums
Sums for each component.


productsSums

double[] productsSums
Sums of products for each component.


isBiasCorrected

boolean isBiasCorrected
Indicator for bias correction.


n

long n
Number of vectors in the sample.

Class org.apache.commons.math.stat.descriptive.moment.VectorialMean extends Object implements Serializable

serialVersionUID: 8223009086481006892L

Serialized Fields

means

Mean[] means
Means for each component.


Package org.apache.commons.math.stat.descriptive.rank

Class org.apache.commons.math.stat.descriptive.rank.Max extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -5593383832225844641L

Serialized Fields

n

long n
Number of values that have been added


value

double value
Current value of the statistic

Class org.apache.commons.math.stat.descriptive.rank.Median extends Percentile implements Serializable

serialVersionUID: -3961477041290915687L

Class org.apache.commons.math.stat.descriptive.rank.Min extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -2941995784909003131L

Serialized Fields

n

long n
Number of values that have been added


value

double value
Current value of the statistic

Class org.apache.commons.math.stat.descriptive.rank.Percentile extends AbstractUnivariateStatistic implements Serializable

serialVersionUID: -8091216485095130416L

Serialized Fields

quantile

double quantile
Determines what percentile is computed when evaluate() is activated with no quantile argument


cachedPivots

int[] cachedPivots
Cached pivots.


Package org.apache.commons.math.stat.descriptive.summary

Class org.apache.commons.math.stat.descriptive.summary.Product extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 2824226005990582538L

Serialized Fields

n

long n
The number of values that have been added


value

double value
The current Running Product.

Class org.apache.commons.math.stat.descriptive.summary.Sum extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -8231831954703408316L

Serialized Fields

n

long n

value

double value
The currently running sum.

Class org.apache.commons.math.stat.descriptive.summary.SumOfLogs extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: -370076995648386763L

Serialized Fields

n

int n
Number of values that have been added


value

double value
The currently running value

Class org.apache.commons.math.stat.descriptive.summary.SumOfSquares extends AbstractStorelessUnivariateStatistic implements Serializable

serialVersionUID: 1460986908574398008L

Serialized Fields

n

long n

value

double value
The currently running sumSq


Package org.apache.commons.math.stat.regression

Class org.apache.commons.math.stat.regression.SimpleRegression extends Object implements Serializable

serialVersionUID: -3004689053607543335L

Serialized Fields

distribution

TDistribution distribution
the distribution used to compute inference statistics.


sumX

double sumX
sum of x values


sumXX

double sumXX
total variation in x (sum of squared deviations from xbar)


sumY

double sumY
sum of y values


sumYY

double sumYY
total variation in y (sum of squared deviations from ybar)


sumXY

double sumXY
sum of products


n

long n
number of observations


xbar

double xbar
mean of accumulated x values, used in updating formulas


ybar

double ybar
mean of accumulated y values, used in updating formulas


Package org.apache.commons.math.transform

Class org.apache.commons.math.transform.FastFourierTransformer extends Object implements Serializable

serialVersionUID: 5138259215438106000L

Serialized Fields

roots

org.apache.commons.math.transform.FastFourierTransformer.RootsOfUnity roots
roots of unity


Package org.apache.commons.math.util

Class org.apache.commons.math.util.BigReal extends Object implements Serializable

serialVersionUID: 4984534880991310382L

Serialized Fields

d

BigDecimal d
Underlying BigDecimal.


roundingMode

RoundingMode roundingMode
Rounding mode for divisions.


scale

int scale
BigDecimal scale

Class org.apache.commons.math.util.BigRealField extends Object implements Serializable

serialVersionUID: 4756431066541037559L

Serialization Methods

readResolve

private Object readResolve()
Handle deserialization of the singleton.

Class org.apache.commons.math.util.CompositeFormat extends Format implements Serializable

serialVersionUID: 5358685519349262494L

Class org.apache.commons.math.util.DefaultTransformer extends Object implements Serializable

serialVersionUID: 4019938025047800455L

Class org.apache.commons.math.util.OpenIntToDoubleHashMap extends Object implements Serializable

serialVersionUID: -3646337053166149105L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Read a serialized object.

Throws:
IOException - if object cannot be read
ClassNotFoundException - if the class corresponding to the serialized object cannot be found
Serialized Fields

keys

int[] keys
Keys table.


values

double[] values
Values table.


states

byte[] states
States table.


missingEntries

double missingEntries
Return value for missing entries.


size

int size
Current size of the map.


mask

int mask
Bit mask for hash values.

Class org.apache.commons.math.util.OpenIntToFieldHashMap extends Object implements Serializable

serialVersionUID: -9179080286849120720L

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Read a serialized object.

Throws:
IOException - if object cannot be read
ClassNotFoundException - if the class corresponding to the serialized object cannot be found
Serialized Fields

field

Field<T> field
Field to which the elements belong.


keys

int[] keys
Keys table.


values

FieldElement<T>[] values
Values table.


states

byte[] states
States table.


missingEntries

FieldElement<T> missingEntries
Return value for missing entries.


size

int size
Current size of the map.


mask

int mask
Bit mask for hash values.

Class org.apache.commons.math.util.ResizableDoubleArray extends Object implements Serializable

serialVersionUID: -3485529955529426875L

Serialized Fields

contractionCriteria

float contractionCriteria
The contraction criteria determines when the internal array will be contracted to fit the number of elements contained in the element array + 1.


expansionFactor

float expansionFactor
The expansion factor of the array. When the array needs to be expanded, the new array size will be internalArray.length * expansionFactor if expansionMode is set to MULTIPLICATIVE_MODE, or internalArray.length + expansionFactor if expansionMode is set to ADDITIVE_MODE.


expansionMode

int expansionMode
Determines whether array expansion by expansionFactor is additive or multiplicative.


initialCapacity

int initialCapacity
The initial capacity of the array. Initial capacity is not exposed as a property as it is only meaningful when passed to a constructor.


internalArray

double[] internalArray
The internal storage array.


numElements

int numElements
The number of addressable elements in the array. Note that this has nothing to do with the length of the internal storage array.


startIndex

int startIndex
The position of the first addressable element in the internal storage array. The addressable elements in the array are internalArray[startIndex],...,internalArray[startIndex + numElements -1]

Class org.apache.commons.math.util.TransformerMap extends Object implements Serializable

serialVersionUID: 4605318041528645258L

Serialized Fields

defaultTransformer

NumberTransformer defaultTransformer
A default Number Transformer for Numbers and numeric Strings.


map

Map<K,V> map
The internal Map.



jHepWork 3.1 ©