- calcDistance(double[], double[]) - Static method in class jminhep.cluster.Get
-
This method calculates the Euclidean distance between two N-ncolsional
vectors.
- calcMass() - Method in class hephysics.particle.LParticle
-
Get calculated mass as sqrt(e*e-px**2-py**2-pz**2)
- calcSquaredDistance(double[], double[]) - Static method in class jminhep.cluster.Get
-
This method calculates the squared distance between two N-dimesional
vectors.
- calculateConditionalEntropy(double[], double[]) - Static method in class jhplot.stat.Entropy
-
Calculates the conditional entropy H(X|Y) from two vectors.
- calculateConditionalMutualInformation(double[], double[], double[]) - Static method in class jhplot.stat.MutualInformation
-
Calculates the conditional Mutual Information I(X;Y|Z) between two random variables, conditioned on
a third.
- calculateEntropy(double[]) - Static method in class jhplot.stat.Entropy
-
Calculates the univariate entropy H(X) from a vector.
- calculateJointEntropy(double[], double[]) - Static method in class jhplot.stat.Entropy
-
Calculates the joint entropy H(X,Y) from two vectors.
- calculateMutualInformation(double[], double[]) - Static method in class jhplot.stat.MutualInformation
-
Calculates the Mutual Information I(X;Y) between two random variables.
- Canvas3d - Class in jhplot.v3d
-
- Canvas3d(Model3d) - Constructor for class jhplot.v3d.Canvas3d
-
- captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
-
- captureHeader(CSVReader) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
-
- captureHeader(CSVReader) - Method in interface jhplot.io.csv.bean.MappingStrategy
-
Implemention of this method can grab the header line before parsing begins to use to map columns
to bean properties.
- Cauchy - Class in jhplot.math.num.pdf
-
The Cauchy distribution (1).
- Cauchy() - Constructor for class jhplot.math.num.pdf.Cauchy
-
Default constructor.
- Cauchy(double, double) - Constructor for class jhplot.math.num.pdf.Cauchy
-
Create a distribution with the given location and scale parameters.
- cauchy(double, double) - Static method in class jhplot.math.Random
-
Generate a random number from a Cauchy random variable (Mean = Inf, and
Variance = Inf).
- CauchyRandomVariable - Class in jhplot.math.num.random
-
A random variable generator for the Cauchy distribution.
- CauchyRandomVariable() - Constructor for class jhplot.math.num.random.CauchyRandomVariable
-
Default constructor.
- CauchyRandomVariable(double, double) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
-
Create a random variable with the given location and scale parameters.
- CauchyRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.CauchyRandomVariable
-
Create a random variable with the given parameters.
- cd(int, int) - Method in class jhplot.HPlotJa
-
Navigate to a selected plot.
- cd(int, int) - Method in class jhplot.HPlotter
-
Navigate to a selected plot.
- cd(String) - Method in class jhplot.io.FileAida
-
Navigate to a directory inside the file
- cd(String) - Method in class jhplot.io.FileRoot
-
Navigate to a directory inside the ROOT file.
- cdf(int, double) - Static method in class jhplot.math.KolmogorovSmirnovDist
-
Computes the cumulative probability P[D_n <= x] of the
Kolmogorov-Smirnov distribution with sample size n at x.
- center_reduce(double[][]) - Method in class jhplot.stat.PCA
-
- centerOfMass(List<Hep3Vector>) - Method in class hephysics.vec.Hep3Vector
-
Return a center of mass of a list of vectors
- centerOfMass(List<HepLorentzVector>) - Method in class hephysics.vec.HepLorentzVector
-
Return a center mass vector
- centreWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
-
Calculates the X and Y coordinates that a child component should have to be centered
within its parent.
- centreWithin(Component, Component) - Static method in class jhplot.v3d.Util
-
Centres the child component within its parent.
- checkColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Checks to make sure each row of a matrix is of a specified dimension.
- checkLength(double[], int) - Static method in class jhplot.math.DoubleArray
-
Checks to make sure an array is of a specified length.
- checkRowDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Checks to make sure each column of a matrix is of a specified dimension.
- chi2(int) - Static method in class jhplot.math.Random
-
Generate a random number from a Chi-2 random variable.
- ChiSquared - Class in jhplot.math.num.pdf
-
The Chi-Squared distribution (1).
- ChiSquared() - Constructor for class jhplot.math.num.pdf.ChiSquared
-
Default constructor.
- ChiSquared(double) - Constructor for class jhplot.math.num.pdf.ChiSquared
-
Create a distribution with the given degrees of freedom.
- ChiSquaredRandomVariable - Class in jhplot.math.num.random
-
A random variable generator for the Chi-Squared distribution.
- ChiSquaredRandomVariable() - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
-
Default constructor.
- ChiSquaredRandomVariable(double) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
-
Create a random variable with the given degrees of freedom.
- ChiSquaredRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.ChiSquaredRandomVariable
-
Create a random variable with the given parameters.
- cholesky(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- CholeskyDecomposition - Class in jhplot.math
-
Cholesky Decomposition.
- CholeskyDecomposition(double[][]) - Constructor for class jhplot.math.CholeskyDecomposition
-
Cholesky algorithm for symmetric and positive definite matrix.
- chs() - Method in class jhplot.math.Complex
-
Negative of this complex number (chs stands for change sign).
- Circle - Class in jhplot.shapes
-
Build a Circle using the USER coordinate system
- Circle(double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Circle
-
Build a circle
- Circle(double, double, double) - Constructor for class jhplot.shapes.Circle
-
Build a circle using the default stroke and color
- CIRCLE - Static variable in class jhplot.shapes.HShape
-
- clear() - Method in class jhplot.H1D
-
Make a copy of the data holder
- clear() - Method in class jhplot.H2D
-
- clear() - Method in class jhplot.HChart
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HChart
-
Clear the chart characterized by an index in X and Y.
- clear() - Method in class jhplot.HGraph
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HGraph
-
Clear the graph characterized by an index in X and Y.
- clear() - Method in class jhplot.HPlot
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HPlot
-
Clear the graph characterised by an index in X and Y.
- clear() - Method in class jhplot.HPlot2D
-
Clear the current pad
- clear() - Method in class jhplot.HPlot3D
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HPlot3D
-
Clear the graph characterized by an index in X and Y.
- clear() - Method in class jhplot.HPlot3DP
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HPlot3DP
-
Clear the graph characterized by an index in X and Y.
- clear(int, int) - Method in class jhplot.HPlotter
-
Clear the graph characterised by an index in X and Y.
- clear() - Method in class jhplot.HPlotXYZ
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HPlotXYZ
-
Clear the graph characterized by an index in X and Y.
- clear() - Method in class jhplot.HView3D
-
Clear the current graph including graph settings.
- clear(int, int) - Method in class jhplot.HView3D
-
Clear the graph characterized by an index in X and Y.
- clear() - Method in class jhplot.HZirkel
-
Clear the canvas
- clear() - Method in class jhplot.jadraw.JaAxes
-
Clear.
- clear() - Method in class jhplot.math.num.DoubleArray
-
Remove all elements from this collection.
- clear() - Method in class jhplot.P1D
-
Clear the container.
- clear() - Method in class jhplot.P2D
-
Clear the container
- clear() - Method in class jhplot.P3D
-
Clear the container
- clear() - Method in class jhplot.PND
-
Clear the container
- clear() - Method in class jhplot.PNI
-
Clear the container
- clear() - Method in class jhplot.SPlot
-
Clear the plot of all data points.
- clear(int) - Method in class jhplot.SPlot
-
Clear the plot of data points in the specified dataset.
- clear() - Method in class jminhep.cluster.DataHolder
-
Clear current data holder
- clearAll() - Method in class jhplot.HChart
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HGraph
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HPlot
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HPlot2D
-
Clear all pads
- clearAll() - Method in class jhplot.HPlot3D
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HPlot3DP
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HPlotJa
-
Clear the canvas from all objects
- clearAll() - Method in class jhplot.HPlotXYZ
-
Clear all graphs from data and settings.
- clearAll() - Method in class jhplot.HView3D
-
Clear all graphs from data and settings.
- clearAllData() - Method in class jhplot.HPlot
-
Clear all graphs from the input data.
- clearAllData() - Method in class jhplot.HPlotJa
-
Clear all data from all graphs.
- clearAllLabels() - Method in class jhplot.HPlot
-
Clear all graph labels
- clearData() - Method in class jhplot.HChart
-
Clear plot from the data
- clearData() - Method in class jhplot.HPlot
-
Clear the current graph from the input data.
- clearData(int, int) - Method in class jhplot.HPlot
-
Clear data of the graph characterised by an index in X and Y.
- clearData(int) - Method in class jhplot.HPlot
-
Remove one data set from the current plot.
- clearData(int, int) - Method in class jhplot.HPlotJa
-
Clear the axis frame from the data
- clearData() - Method in class jhplot.HPlotJa
-
Clear the axis frame from the data for the current pad.
- clearLabels() - Method in class jhplot.HPlot
-
Clear graph labels for the curent graph.
- clearLabels(int, int) - Method in class jhplot.HPlot
-
Clear Graph settings including labels.
- clearLegends() - Method in class jhplot.SPlot
-
Clear all legends.
- clearPlot() - Method in class jhplot.HChart
-
Clear plot.
- CLimits - Class in jhpro.stat
-
Algorithm to compute 95% CL limits using the Likelihood ratio semi-Bayesian
method.
- CLimits(DataSource, int) - Constructor for class jhpro.stat.CLimits
-
Main constructor.
- CLimits(DataSource, int, boolean) - Constructor for class jhpro.stat.CLimits
-
Main constructor.
- CLimits(H1D, H1D, H1D, int) - Constructor for class jhpro.stat.CLimits
-
Get limits including statistical errors in the calculations.
- CLimits(P1D, P1D, P1D, int) - Constructor for class jhpro.stat.CLimits
-
Initialize limit calculations including statistical errors in the calculations.
- CLimits(H1D, H1D, H1D, double, double, double, String, int) - Constructor for class jhpro.stat.CLimits
-
Initialize limit calculations for one channel with systematic errors.
- ClipBoardPrintable - Interface in jhplot.math.io
-
BSD License
- clone() - Method in class hephysics.vec.SpacePoint
-
Clone
- clone() - Method in class jhplot.math.Complex
-
- clone() - Method in class jhplot.math.ValueErr
-
- clone() - Method in class jhpro.stat.DataSource
-
Allow cloning
- close() - Method in class jhplot.HChart
-
Close the canvas (and dispose all components) Note: a memory leak is
found - no time to investigate it.
- close() - Method in class jhplot.HGraph
-
Close the canvas (and dispose all components) Note: a memory leak is
found - no time to investgate it.
- close() - Method in class jhplot.HPlot
-
Close the canvas (and dispose all components).
- close() - Method in class jhplot.HPlot2D
-
Close the canvas (and dispose all components).
- close() - Method in class jhplot.HPlot3D
-
Close the canvas (and dispose all components) Note: a memory leak is
found - no time to study it.
- close() - Method in class jhplot.HPlot3DP
-
Close the canvas (and dispose all components) Note: a memory leak is
found - no time to study it.
- close() - Method in class jhplot.HPlotJa
-
Close the canvas (and dispose all components).
- close() - Method in class jhplot.HPlotJas
-
Close the canvas (and dispose all components).
- close() - Method in class jhplot.HPlotter
-
Close the canvas (and dispose all components).
- close() - Method in class jhplot.HPlotXYZ
-
Close the canvas.
- close() - Method in class jhplot.HView3D
-
Close the canvas (and dispose all components) Note: a memory leak is
found - no time to study it.
- close() - Method in class jhplot.HZirkel
-
close current page
- close() - Method in class jhplot.io.csv.CSVReader
-
Closes the underlying reader.
- close() - Method in class jhplot.io.csv.CSVWriter
-
Close the underlying stream writer flushing any buffered content.
- close() - Method in class jhplot.io.db.BaseRecordsFile
-
Closes the file.
- close() - Method in class jhplot.io.db.RecordsFile
-
Closes the database.
- close() - Method in class jhplot.io.EFile
-
Close the file
- close() - Method in class jhplot.io.FileAida
-
Close the file
- close() - Method in class jhplot.io.HBook
-
Clear all objects and exit.
- close() - Method in class jhplot.io.HDataBase
-
Close the file
- close() - Method in class jhplot.io.HFile
-
Close the file
- close() - Method in class jhplot.io.HFileXML
-
Close the file
- close() - Method in class jhplot.io.PFile
-
Close the file
- close() - Method in class jhplot.math.io.LEDataInputStream
-
- close() - Method in class jhplot.math.io.LEDataOutputStream
-
- close() - Method in class jhplot.math.io.LERandomAccessFile
-
- closeButton - Variable in class jhplot.io.BrowserDataGeneric
-
- cmul(Vector3d) - Method in class jhplot.v3d.Vector3d
-
- ColumnPositionMappingStrategy - Class in jhplot.io.csv.bean
-
Copyright 2007 Kyle Miller.
- ColumnPositionMappingStrategy() - Constructor for class jhplot.io.csv.bean.ColumnPositionMappingStrategy
-
- columnVector(double[]) - Static method in class jhplot.math.DoubleArray
-
Converts an n element array into an n x 1 matrix.
- combineErr(int) - Method in class jhplot.P1D
-
Add 1st and 2nd level in quadrature and attribute the combined error to
1st level error.
- compactness(double[][], int[], int, double[][]) - Static method in class jminhep.cluster.Get
-
This method returns the cluster compactness
- compareTo(Object) - Method in class jhpro.tseries.Peak
-
- Complex - Class in jhplot.math
-
Complex implements a complex number and defines complex arithmetic and
mathematical functions Last Updated February 27, 2001 Copyright 1997-2001
- Complex(double, double) - Constructor for class jhplot.math.Complex
-
Constructs the complex number z = u + i*v
- computeMatrix() - Method in class jhplot.v3d.Model3d
-
- computeRawFitness(IGPProgram) - Method in class jhpro.sregression.FormulaFitnessFunction
-
- concatenate(File, File) - Static method in class jhplot.math.io.ASCIIFile
-
- cond(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- cond() - Method in class jhplot.math.SingularValueDecomposition
-
Two norm condition number
- Cone - Class in jhplot.v3d
-
Build a cone.
- Cone(Model3d, float, int, Vector3d) - Constructor for class jhplot.v3d.Cone
-
- Cone(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cone
-
- ConfidenceLevel - Class in jhpro.stat
-
Confidence level calculations.
- ConfidenceLevel() - Constructor for class jhpro.stat.ConfidenceLevel
-
Default constructor.
- ConfidenceLevel(int) - Constructor for class jhpro.stat.ConfidenceLevel
-
Construct ConfLevel
- ConfidenceLevel(int, boolean) - Constructor for class jhpro.stat.ConfidenceLevel
-
Build confidence level.
- ConfInterval - Class in jhpro.stat
-
Computes the mean, standard deviation and 95% approximate confidence
interval.
- ConfInterval(P0D) - Constructor for class jhpro.stat.ConfInterval
-
Initialize calculation of confidence interval.
- conj() - Method in class jhplot.math.Complex
-
Complex conjugate of this Complex number (the conjugate of x+i*y is
x-i*y).
- Constants - Interface in jhplot.math.num
-
Common constants found in mathematical formulas.
- contains(double, double) - Method in class jhplot.shapes.HShape
-
- containsAll(double[]) - Method in class jhplot.P0D
-
Tests the collection to determine if all of the elements in array are present.
- containsAll(double[]) - Method in class jhplot.P0I
-
Tests the collection to determine if all of the elements in array are
present.
- ContinuedFraction - Class in jhplot.math.num
-
This class provides the means to evaluate continued fractions (1).
- ContinuousDistribution - Class in jhplot.math.num.pdf
-
Base continuous distribution.
- ContinuousDistribution() - Constructor for class jhplot.math.num.pdf.ContinuousDistribution
-
- ContinuousRandomVariable - Interface in jhplot.math.num.random
-
A random variable generator for a continuous distribution.
- ConvergenceException - Exception in jhplot.math.num
-
The exception raised when an iterative method fails to converge.
- ConvergenceException(String) - Constructor for exception jhplot.math.num.ConvergenceException
-
Create an execption with the given message.
- convert(double, String, String) - Method in class jhplot.UConverter
-
Perform convertion of values fomr one unit to another.
- convertDoubleParameter(String, double) - Static method in class jhplot.HCellular
-
Converts a String parameter into a double parameter.
- convertIntParameter(String, int) - Static method in class jhplot.HCellular
-
Converts a String parameter into an integer parameter.
- copy() - Method in class hephysics.particle.HEParticle
-
Make an exact copy of this particle
- copy() - Method in class hephysics.particle.LParticle
-
Make an exact copy of this particle
- copy(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
New copy
- copy() - Method in class hephysics.vec.HepLorentzVector
-
Make exact copy
- copy() - Method in class jhplot.bsom.Matrix
-
Copy the matrix.
- copy() - Method in class jhplot.H1D
-
Make a copy of the data holder
- copy(String) - Method in class jhplot.H1D
-
Get exact copy of the current histogram.
- copy(String) - Method in class jhplot.H2D
-
Get exact copy of the current histogram.
- copy() - Method in class jhplot.H2D
-
Make a copy of the data holder
- copy() - Method in class jhplot.HProf1D
-
Make a copy of the data holder
- copy(String) - Method in class jhplot.HProf1D
-
Get exact copy of the current histogram.
- copy() - Method in class jhplot.jadraw.JaAxes
-
Returns an exact copy of this Label.
- copy() - Method in class jhplot.jadraw.JaBlob
-
Returns an exact copy of this JaBlob.
- copy() - Method in class jhplot.jadraw.JaBox
-
Returns an exact copy of this Label.
- copy() - Method in class jhplot.jadraw.JaFArc
-
Returns an exact copy of this JaFArc.
- copy() - Method in class jhplot.jadraw.JaFLine
-
Returns an exact copy of this JaFLine.
- copy() - Method in class jhplot.jadraw.JaFLoop
-
Returns an exact copy of this JaFLoop.
- copy() - Method in class jhplot.jadraw.JaGArc
-
Returns an exact copy of this JaGArc.
- copy() - Method in class jhplot.jadraw.JaGlArc
-
Returns an exact copy of this JaGlArc.
- copy() - Method in class jhplot.jadraw.JaGLine
-
Returns an exact copy of this JaGLine.
- copy() - Method in class jhplot.jadraw.JaGlLine
-
Returns an exact copy of this JaGlLine.
- copy() - Method in class jhplot.jadraw.JaGlLoop
-
Returns an exact copy of this JaGlLoop.
- copy() - Method in class jhplot.jadraw.JaGLoop
-
Returns an exact copy of this JaGLoop.
- copy() - Method in class jhplot.jadraw.JaKey
-
Returns an exact copy of this label.
- copy() - Method in class jhplot.jadraw.JaLatexText
-
Returns an exact copy of this JaLatexText.
- copy() - Method in class jhplot.jadraw.JaLine
-
Returns an exact copy of this JaFLine.
- copy(JaLoopObject) - Method in class jhplot.jadraw.JaLoopObject
-
Returns an exact copy of this JaxoLoop.
- COPY - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates the current edit mode COPY.
- copy() - Method in class jhplot.jadraw.JaObject
-
Returns an exact copy of the given JaObject.
- copy() - Method in class jhplot.jadraw.JaPArc
-
Returns an exact copy of this JaPArc.
- copy() - Method in class jhplot.jadraw.JaPLine
-
Returns an exact copy of this JaPLine.
- copy() - Method in class jhplot.jadraw.JaPLoop
-
Returns an exact copy of this JaPLoop.
- copy() - Method in class jhplot.jadraw.JaSArc
-
Returns an exact copy of this JaSArc.
- copy() - Method in class jhplot.jadraw.JaSLine
-
Returns an exact copy of this JaSLine.
- copy() - Method in class jhplot.jadraw.JaSLoop
-
Returns an exact copy of this JaSLoop.
- copy() - Method in class jhplot.jadraw.JaText
-
Returns an exact copy of this label.
- copy() - Method in class jhplot.jadraw.JaTextBox
-
Returns an exact copy of this Label.
- copy(JaVertex) - Method in class jhplot.jadraw.JaVertex
-
Returns an exact copy of this JaVertex.
- copy() - Method in class jhplot.jadraw.JaVertexT1
-
Returns an exact copy of this JaVertexT1.
- copy() - Method in class jhplot.jadraw.JaVertexT2
-
Returns an exact copy of this JaVertexT1.
- copy() - Method in class jhplot.jadraw.JaVertexT3
-
Returns an exact copy of this JaVertexT3.
- copy() - Method in class jhplot.jadraw.JaVertexT4
-
Returns an exact copy of this JaVertexT4.
- copy() - Method in class jhplot.jadraw.JaVertexT5
-
Returns an exact copy of this JaVertexT1.
- copy() - Method in class jhplot.jadraw.JaVertexT6
-
Returns an exact copy of this JaVertexT6.
- copy() - Method in class jhplot.jadraw.JaZigZagLine
-
Returns an exact copy of this JaZigZagLine.
- copy(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(long[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(float[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(double[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(int[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a copy of the array.
- copy(double[]) - Static method in class jhplot.math.DoubleArray
-
Generate a copy of an array
- copy(double[][]) - Static method in class jhplot.math.DoubleArray
-
Generate a copy of a matrix
- copy(int[]) - Static method in class jhplot.math.IntegerArray
-
- copy(int[][]) - Static method in class jhplot.math.IntegerArray
-
- copy(ValueErr) - Static method in class jhplot.math.ValueErr
-
Copy value
- copy() - Method in class jhplot.math.ValueErr
-
Copy a single ValueErr
- copy(ValueErr[]) - Static method in class jhplot.math.ValueErr
-
- copy(ValueErr[][]) - Static method in class jhplot.math.ValueErr
-
Deep copy a 2D array of ValueErr numbers
- copy() - Method in class jhplot.P0D
-
Get a copy of the current holder
- copy(String) - Method in class jhplot.P0D
-
Create an exact copy of the current P0D.
- copy() - Method in class jhplot.P0I
-
Get a copy of the current holder
- copy(String) - Method in class jhplot.P0I
-
Create an exact copy of the current P0I.
- copy(String) - Method in class jhplot.P1D
-
create a copy of this container.
- copy() - Method in class jhplot.P1D
-
Make a new data holder with the same title from the current one.
- copy() - Method in class jhplot.P2D
-
Get a copy of the current holder
- copy(String) - Method in class jhplot.P2D
-
create an exact of the current holder
- copy(String) - Method in class jhplot.PND
-
Create an exact copy of the current P0D.
- copy(String) - Method in class jhplot.PNI
-
Create an exact copy of the current P0D.
- copy(Vector3d) - Method in class jhplot.v3d.Vector3d
-
- copy() - Method in class jhpro.stat.DataKeeper
-
Make a copy
- copyFile(File, File) - Static method in class jhplot.math.io.DataFile
-
- copyFile(File, File) - Static method in class jhplot.v3d.Util
-
Copies the contents of any disk file to a specified output file.
- copyLinePars(LinePars) - Method in class jhplot.DrawOptions
-
Copy drawing options.
- copyPos(Position) - Method in class jhplot.v3d.Position
-
- correl(double[], double[]) - Static method in class jhpro.stat.StatUtils
-
Compute the correlation of a vector with another vector b.
- correlation(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the (linear) correlation between two arrays.
- correlation(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the (linear) correlation between two arrays.
- correlation(double[], double[]) - Static method in class jhplot.math.StatisticSample
-
Correlation coefficient,
covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
- correlation(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
-
Correlation coefficient,
covariance(v1, v2) / Math.sqrt(variance(v1) * variance(v2)
- correlation(double[][]) - Static method in class jhplot.math.StatisticSample
-
Correlation
- correlation(P0D) - Method in class jhplot.P0D
-
Returns the correlation coefficient.
- correlation(P0I) - Method in class jhplot.P0I
-
Returns the correlation coefficient.
- correlation(double[], double[]) - Static method in class jhplot.stat.Statistics
-
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) *
variance(v2)
- correlation(double[][], double[][]) - Static method in class jhplot.stat.Statistics
-
Correlation coefficient, covariance(v1, v2) / Math.sqrt(variance(v1) *
variance(v2)
- correlation(double[][]) - Static method in class jhplot.stat.Statistics
-
Correlation
- cos() - Method in class jhplot.math.Complex
-
Cosine of this Complex number (doesn't change this Complex number).
- cos(ValueErr) - Static method in class jhplot.math.ValueErr
-
Cosine of a value wth error
- cosh() - Method in class jhplot.math.Complex
-
Hyperbolic cosine of this Complex number (doesn't change this Complex
number).
- cosh(double) - Static method in class jhplot.math.num.special.Trigonometric
-
- cosh(ValueErr) - Static method in class jhplot.math.ValueErr
-
Hyperbolic cosine
- cosPhi() - Method in class hephysics.vec.SpacePoint
-
cos(phi)
- cosTheta() - Method in class hephysics.vec.Hep3Vector
-
cosTheta
- cosTheta(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Cosine Theta
- cosTheta() - Method in class hephysics.vec.HepLorentzVector
-
cosTheta
- cosTheta() - Method in class hephysics.vec.SpacePoint
-
cos(theta)
- cosTheta(Hep3Vector) - Static method in class hephysics.vec.VecOp
-
- covariance(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the covariance.
- covariance(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the covariance.
- covariance(double[], double[]) - Static method in class jhplot.math.StatisticSample
-
Covariance
- covariance(double[][], double[][]) - Static method in class jhplot.math.StatisticSample
-
Covariance
- covariance(double[][]) - Static method in class jhplot.math.StatisticSample
-
Covariance
- covariance(P0D) - Method in class jhplot.P0D
-
Returns the covariance
- covariance(P0I) - Method in class jhplot.P0I
-
Returns the covariance
- covariance(double[], double[]) - Static method in class jhplot.stat.Statistics
-
Covariance
- covariance(double[][], double[][]) - Static method in class jhplot.stat.Statistics
-
Covariance
- covariance(double[][]) - Static method in class jhplot.stat.Statistics
-
Covariance
- create() - Method in class jhpro.sregression.SymProblem
-
This method is used for setting up the commands and terminals that can be
used to solve the problem.
- createBean() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
-
- createBean() - Method in interface jhplot.io.csv.bean.MappingStrategy
-
- createLatexPanel() - Method in class jhplot.jadraw.JaLatexText
-
Creates a new Panel that display a Label with the String specifying this
JaLatexText.
- createRegion(double, double, double, double) - Method in class jhplot.HPlotter
-
Create a new plotting region
- createTree(String) - Method in class jhpro.sregression.SymRegression
-
Create a tree with best solution in form os a graphic file.
- cross(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Cross product of 2 vectors
- cross(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
-
- crossCorrelation(double[], double[], int, int, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array that is the cross-correlation of the two argument
arrays, starting and ending at user-specified lag values.
- crossCorrelation(int, int, int, int, int) - Method in class jhpro.tseries.HStatAnalysis
-
Cross-correlation.
Return a new array that is the cross-correlation of the two argument
arrays, starting and ending at user-specified lag values.
- crossCorrelationAt(double[], double[], int, int) - Static method in class jhpro.stat.StatUtils
-
Return the cross-correlation of two arrays at a certain lag value.
- crossSqDistance(Matrix) - Method in class jhplot.bsom.Matrix
-
Cross squared Euclidean distance Matrix: Z_{ij} = ||X_i - Y_j||^2
- CSVReader - Class in jhplot.io.csv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(String) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, char) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(String, char) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(Reader, char, char) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(String, char, char) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(String, char, char, int) - Constructor for class jhplot.io.csv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CsvToBean - Class in jhplot.io.csv.bean
-
- CsvToBean() - Constructor for class jhplot.io.csv.bean.CsvToBean
-
- CSVWriter - Class in jhplot.io.csv
-
A very simple CSV writer released under a commercial-friendly license.
- CSVWriter(Writer) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter using a comma for the separator.
- CSVWriter(String) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter using a comma for the separator.
- CSVWriter(Writer, char) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator.
- CSVWriter(String, char) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator.
- CSVWriter(Writer, char, char) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(String, char, char) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(String, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
- CSVWriter(String, char, char, char, String) - Constructor for class jhplot.io.csv.CSVWriter
-
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
- Cube - Class in jhplot.v3d
-
Build a cube
- Cube(Model3d, float) - Constructor for class jhplot.v3d.Cube
-
- cumProduct(double[]) - Static method in class jhplot.math.DoubleArray
-
Calculates cumulative product of the values in an array.
- cumProduct(double[][]) - Static method in class jhplot.math.DoubleArray
-
Calculates the cumulative product of each column in a matrix.
- cumSum(double[]) - Static method in class jhplot.math.DoubleArray
-
Calculates the cumulative sum of an array.
- cumSum(double[][]) - Static method in class jhplot.math.DoubleArray
-
Calculates the cumulative sum of each column in a matrix.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Beta
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Binomial
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Cauchy
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ChiSquared
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.ContinuousDistribution
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.DiscreteDistribution
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Exponential
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.FDistribution
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Gamma
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Geometric
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Hypergeometric
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Laplace
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Logistic
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.LogNormal
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Normal
-
The CDF for this distribution.
- cumulativeProbability(int) - Method in class jhplot.math.num.pdf.Poisson
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Rayleigh
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.TDistribution
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Uniform
-
The CDF for this distribution.
- cumulativeProbability(double) - Method in class jhplot.math.num.pdf.Weibull
-
The CDF for this distribution.
- currentFillColor - Variable in class jhplot.HPlotXYZ
-
- currentWiredColor - Variable in class jhplot.HPlotXYZ
-
- currentWiredrame - Variable in class jhplot.HPlotXYZ
-
- currentWiredWidth - Variable in class jhplot.HPlotXYZ
-
- Cylinder - Class in jhplot.v3d
-
Build a Cylinder.
- Cylinder(Model3d, float, int, float) - Constructor for class jhplot.v3d.Cylinder
-
- D_FORMAT - Static variable in class jhplot.jadraw.JaObject
-
The decimal format used for numbers in LaTeX output.
- DataFile - Class in jhplot.math.io
-
BSD License
- DataFile(File) - Constructor for class jhplot.math.io.DataFile
-
- DataHolder - Class in jminhep.cluster
-
Represents an abstraction for a data holder in many dimensional space.
- DataHolder() - Constructor for class jminhep.cluster.DataHolder
-
Creates a new empty instance of data holder
- DataHolder(int) - Constructor for class jminhep.cluster.DataHolder
-
Creates a new empty instance of data point
- DataHolder(String) - Constructor for class jminhep.cluster.DataHolder
-
Creates a new empty instance of data point
- DataHolder(DataPoint, DataPoint, int, int) - Constructor for class jminhep.cluster.DataHolder
-
Creates data holder with random number Input:
- DataKeeper - Class in jhpro.stat
-
A convenient class to keep data with error for an internal representation.
- DataKeeper(int) - Constructor for class jhpro.stat.DataKeeper
-
- DataKeeper(P1D) - Constructor for class jhpro.stat.DataKeeper
-
Initialize from a P1D
- DataKeeper(H1D) - Constructor for class jhpro.stat.DataKeeper
-
Initialize from a histogram
- DataPoint - Class in jminhep.cluster
-
Represents an abstraction for a data point in many-dimensional space
- DataPoint(double[], int) - Constructor for class jminhep.cluster.DataPoint
-
Creates a new instance of a data point
- DataPoint(double[]) - Constructor for class jminhep.cluster.DataPoint
-
Creates a new instance of a data point
- DataSource - Class in jhpro.stat
-
This class serves as input for the Limit.ComputeLimit method.
- DataSource() - Constructor for class jhpro.stat.DataSource
-
Simplest constructor.
- DataSource(H1D, H1D, H1D) - Constructor for class jhpro.stat.DataSource
-
Adds one channel with signal, background and data given as input.
- DataSource(P1D, P1D, P1D) - Constructor for class jhpro.stat.DataSource
-
Adds one channel with signal, background and data given as input.
- DataSource(H1D, H1D, H1D, double, double, double, String) - Constructor for class jhpro.stat.DataSource
-
Another constructor, directly adds one channel with signal, background
and data given as input.
- DbByteArrayOutputStream - Class in jhplot.io.db
-
Extends ByteArrayOutputStream to provide a way of writing the buffer to
a DataOutput without re-allocating it.
- DbByteArrayOutputStream() - Constructor for class jhplot.io.db.DbByteArrayOutputStream
-
- DbByteArrayOutputStream(int) - Constructor for class jhplot.io.db.DbByteArrayOutputStream
-
- DEFAULT_ESCAPE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
-
The character used for escaping quotes.
- DEFAULT_LINE_END - Static variable in class jhplot.io.csv.CSVWriter
-
Default line terminator uses platform encoding.
- DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVReader
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_QUOTE_CHARACTER - Static variable in class jhplot.io.csv.CSVWriter
-
The default quote character to use if none is supplied to the
constructor.
- DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVReader
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SEPARATOR - Static variable in class jhplot.io.csv.CSVWriter
-
The default separator to use if none is supplied to the constructor.
- DEFAULT_SKIP_LINES - Static variable in class jhplot.io.csv.CSVReader
-
The default line to start reading.
- delete(double[], int...) - Static method in class jhplot.math.DoubleArray
-
Delete a list of elements from an array.
- delete(int[], int...) - Static method in class jhplot.math.IntegerArray
-
- deleteColumns(double[][], int...) - Static method in class jhplot.math.DoubleArray
-
Deletes a list of columns from a matrix.
- deleteColumns(int[][], int...) - Static method in class jhplot.math.IntegerArray
-
- deleteColumnsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
-
Deletes a range of columns from a matrix.
- deleteColumnsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
-
- deleteDir(File) - Static method in class jhplot.v3d.Util
-
Deletes all files and subdirectories under dir.
- deleteRange(double[], int, int) - Static method in class jhplot.math.DoubleArray
-
Delete a range of elements from an array.
- deleteRange(int[], int, int) - Static method in class jhplot.math.IntegerArray
-
- deleteRecord(String) - Method in class jhplot.io.db.BaseRecordsFile
-
Deletes a record.
- deleteRows(double[][], int...) - Static method in class jhplot.math.DoubleArray
-
Deletes a list of rows from a matrix.
- deleteRows(int[][], int...) - Static method in class jhplot.math.IntegerArray
-
- deleteRowsRange(double[][], int, int) - Static method in class jhplot.math.DoubleArray
-
Deletes a range of rows from a matrix.
- deleteRowsRange(int[][], int, int) - Static method in class jhplot.math.IntegerArray
-
- derivative(String) - Static method in class jhplot.math.Symbolic
-
Symbolic derivative.
- derivative() - Method in class jhplot.P1D
-
Calculate derivative for X-Y data points.
- destroy() - Method in class jhplot.HChart
-
Remove the canvas frame
- destroy() - Method in class jhplot.HGraph
-
Destroy the canvas frame
- destroy() - Method in class jhplot.HPlot3DP
-
Destroy the canvas frame
- destroy() - Method in class jhplot.HView3D
-
Destroy the canvas frame
- det() - Method in class hephysics.vec.Hep3Matrix
-
Returns the determinent of the matrix.
- det(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- det() - Method in class jhplot.math.LUDecomposition
-
Determinant
- diagonal() - Method in class jhplot.bsom.Matrix
-
If the matrix is a row or column vector, make a diagonal matrix from it.
- diagonal(int, double) - Static method in class jhplot.math.DoubleArray
-
Returns an m x m matrix.
- diagonal(double...) - Static method in class jhplot.math.DoubleArray
-
Returns an m x m matrix.
- Diagram - Class in jhplot.jadraw
-
Main static methods to build objects for Feynman diagrams.
- Diagram() - Constructor for class jhplot.jadraw.Diagram
-
- diff(String) - Method in class jhplot.FND
-
differentiate the expression and simplify
- differentiate(int, double, double) - Method in class jhplot.F1D
-
Numerical differentiation.
- differentiate(int, F1D, double, double) - Static method in class jhplot.math.Numeric
-
Numerical differentiation.
- differentiate(F1D, double[], double[]) - Static method in class jhplot.math.Numeric
-
Numerical differentiation in multiple dimensions.
- dimen() - Method in class jhplot.VHolder
-
Return the dimension of the data
- dimension() - Method in class jhplot.P1D
-
Returns the dimension of this P1D holder.
- dirac(double[], double[]) - Static method in class jhplot.math.Random
-
Generate a random number from a discrete random variable.
- DiscreteDistribution - Class in jhplot.math.num.pdf
-
Base discrete distribution.
- DiscreteDistribution() - Constructor for class jhplot.math.num.pdf.DiscreteDistribution
-
- DiscreteRandomVariable - Interface in jhplot.math.num.random
-
A random variable generator for a discrete distribution.
- distance(SpacePoint, SpacePoint) - Static method in class hephysics.vec.SpacePoint
-
Return the distance between two space points.
- distance(DataPoint, DataPoint) - Static method in class jminhep.cluster.DataPoint
-
Returns the distance between two data points
- distanceSqrt(DataPoint, DataPoint) - Static method in class jminhep.cluster.DataPoint
-
Returns the squared distance between two data points
- Distribution - Interface in jhplot.math.num.pdf
-
Base statistical distribution.
- distroy() - Method in class jhplot.HPlot
-
Remove the canvas frame
- distroy() - Method in class jhplot.HPlot2D
-
Remove the canvas frame
- distroy() - Method in class jhplot.HPlotter
-
Close the frame (as close).
- distroy() - Method in class jhplot.HPlotXYZ
-
Remove the canvas frame
- div(Complex) - Method in class jhplot.math.Complex
-
Division of Complex numbers (doesn't change this Complex number).
- div(float) - Method in class jhplot.v3d.Vector3d
-
- divide(double) - Method in class jhplot.math.Complex
-
Returns this complex divided by the specified factor.
- divide(double[], double[]) - Static method in class jhplot.math.LinearAlgebra
-
Element-wise ratio of two arrays.
- divide(double[], double) - Static method in class jhplot.math.LinearAlgebra
-
Divide each element of an array by a scalar.
- divide(double[][], double) - Static method in class jhplot.math.LinearAlgebra
-
Divide each element of a matrix by a scalar
- divide(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
-
- divide(ValueErr, double) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a ValueErr number.
- divide(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
-
Division of two ValueErr numbers a/b with correlation
- divide(ValueErr) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a ValueErr number without correlation
- divide(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
-
Division of two ValueErr numbers a/b without correlation
- divide(double) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a double
- divide(double, ValueErr) - Static method in class jhplot.math.ValueErr
-
Division of a double, a, by a ValueErr number, b
- divide(double, double) - Static method in class jhplot.math.ValueErr
-
Divide a double number by a double and return quotient as ValueErr
- dividedBy(Matrix) - Method in class jhplot.bsom.Matrix
-
Matrix division: X\Y.
- dividedBy(Matrix, int) - Method in class jhplot.bsom.Matrix
-
Matrix division with bandwidth: X\Y.
- divideEqual(ValueErr) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a ValueErr number and replace it by
the quotient without correlation
- divideEqual(ValueErr, double) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a ValueErr number and replace this by
the quotient
- divideEqual(double) - Method in class jhplot.math.ValueErr
-
Division of this ValueErr number by a double and replace this by the
quotient
- divideLU(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
-
- divideQR(double[][], double[]...) - Static method in class jhplot.math.LinearAlgebra
-
- doc() - Method in class jhplot.F1D
-
Show online documentation.
- doc() - Method in class jhplot.F2D
-
Show online documentation.
- doc() - Method in class jhplot.F3D
-
Show online documentation.
- doc() - Method in class jhplot.FND
-
Show online documentation.
- doc() - Method in class jhplot.H1D
-
Show online documentation.
- doc() - Method in class jhplot.H2D
-
Show online documentation.
- doc() - Method in class jhplot.H3D
-
Show online documentation.
- doc() - Method in class jhplot.HBayes
-
- doc() - Method in class jhplot.HBsom
-
Show documentation
- doc() - Method in class jhplot.HCellular
-
Show documentation
- doc() - Method in class jhplot.HChart
-
Show online documentation.
- doc() - Method in class jhplot.HCluster
-
Show online documentation.
- doc() - Method in class jhplot.HFit
-
Show online documentation.
- doc() - Method in class jhplot.HFitter
-
Show online documentation.
- doc() - Method in class jhplot.HGraph
-
Show online documentation.
- doc() - Method in class jhplot.HLabel
-
Show online documentation.
- doc() - Method in class jhplot.HLabelEq
-
Show online documentation.
- doc() - Method in class jhplot.HMLabel
-
Show online documentation.
- doc() - Method in class jhplot.HNeuralNet
-
Show online documentation.
- doc() - Method in class jhplot.HPlot
-
Show online documentation.
- doc() - Method in class jhplot.HPlot2D
-
Show online documentation.
- doc() - Method in class jhplot.HPlot3D
-
Show online documentation.
- doc() - Method in class jhplot.HPlot3DP
-
Show online documentation.
- doc() - Method in class jhplot.HPlotJa
-
Show online documentation.
- doc() - Method in class jhplot.HPlotJas
-
Show online documentation.
- doc() - Method in class jhplot.HPlotter
-
Show online documentation.
- doc() - Method in class jhplot.HPlotXYZ
-
Show online documentation.
- doc() - Method in class jhplot.HProf1D
-
Show online documentation.
- doc() - Method in class jhplot.HProf2D
-
Show online documentation.
- doc() - Method in class jhplot.HTable
-
Show online documentation.
- doc() - Method in class jhplot.HView3D
-
Show online documentation.
- doc() - Method in class jhplot.IEditor
-
Show online documentation.
- doc() - Method in class jhplot.io.csv.CSVReader
-
Show online documentation.
- doc() - Method in class jhplot.io.csv.CSVWriter
-
Show online documentation.
- doc() - Method in class jhplot.io.FileAida
-
Show online documentation.
- doc() - Method in class jhplot.io.FileRoot
-
Show online documentation.
- doc() - Method in class jhplot.io.HBook
-
Show online documentation.
- doc() - Method in class jhplot.IView
-
Show online documentation.
- doc() - Method in class jhplot.JHPlot
-
Show online documentation.
- doc() - Method in class jhplot.P0D
-
Show online documentation.
- doc() - Method in class jhplot.P0I
-
Show online documentation.
- doc() - Method in class jhplot.P1D
-
Show online documentation.
- doc() - Method in class jhplot.P2D
-
Show online documentation.
- doc() - Method in class jhplot.P3D
-
Show online documentation.
- doc() - Method in class jhplot.PND
-
Show online documentation.
- doc() - Method in class jhplot.PNI
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Arrow
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Circle
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Ellipse
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Line
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Picture
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Rectan
-
Show online documentation.
- doc() - Method in class jhplot.shapes.Text
-
Show online documentation.
- doc() - Method in class jhplot.SHPlot
-
Show online documentation.
- doc() - Method in class jhplot.SHPlot3D
-
Show online documentation.
- doc() - Method in class jhplot.SHPlotJa
-
Show online documentation.
- doc() - Method in class jhplot.SPlot
-
Show online documentation.
- doc() - Method in class jhplot.SPsheet
-
Show online documentation.
- doc() - Method in class jhplot.stat.BunchingParameters
-
Show online documentation.
- doc() - Method in class jhplot.stat.FactorialMoments
-
Show online documentation.
- doc() - Method in class jhplot.stat.LinReg
-
Show online documentation.
- doc() - Method in class jhplot.stat.LinRegWeighted
-
Show online documentation.
- doc() - Method in class jhplot.stat.PCA
-
Show online documentation.
- doc() - Method in class jhplot.stat.Statistics
-
Show online documentation.
- doc() - Method in class jhplot.stat.StatShape
-
Show online documentation.
- doc() - Method in class jhplot.VHolder
-
Show online documentation.
- doc() - Method in class jhpro.sregression.SymRegression
-
Show online documentation.
- doc() - Method in class jhpro.stat.CLimits
-
Show online documentation.
- doc() - Method in class jhpro.stat.ConfidenceLevel
-
Show online documentation.
- doc() - Method in class jhpro.stat.EEcentricity
-
Show online documentation.
- doc() - Method in class jhpro.stat.Moments
-
Show online documentation.
- doc() - Method in class jhpro.stat.MomentsFac
-
Show online documentation.
- doc() - Method in class jhpro.stat.MomentsFacNorm
-
Show online documentation.
- doc() - Method in class jhpro.stat.MomentsNorm
-
Show online documentation.
- doc() - Method in class jhpro.tseries.HStatData
-
Show online documentation.
- dot(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Dot product of 2 vectors
- dot(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Dot operation
- dot(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
-
Dot product
- dot(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
-
- dot(Vector3d) - Method in class jhplot.v3d.Vector3d
-
- DoubleArray - Class in jhplot.math
-
A class for dealing with double arrays and matrices.
- DoubleArray() - Constructor for class jhplot.math.DoubleArray
-
- DoubleArray - Class in jhplot.math.num
-
An expandable double array.
- DoubleArray() - Constructor for class jhplot.math.num.DoubleArray
-
- draw(double[], double[]) - Method in class jhplot.HChart
-
Draw X-Y data from arrays
- draw(F1D) - Method in class jhplot.HChart
-
Draw a F1D function on the canvas.
- draw(H1D) - Method in class jhplot.HChart
-
Draw a H1D histogram on the canvas.
- draw(ArrayList<Double>, ArrayList<Double>) - Method in class jhplot.HChart
-
Draw X-Y data from arrays
- draw(HLabel) - Method in class jhplot.HPlot
-
Draw a label.
- draw(HKey) - Method in class jhplot.HPlot
-
Draw a key.
- draw(HLabelEq) - Method in class jhplot.HPlot
-
Draw a LaTeX rquation on the Canvas.
- draw(HShape) - Method in class jhplot.HPlot
-
Draw a shape primitive to the Canvas.
- draw(HMLabel) - Method in class jhplot.HPlot
-
Draw a multiline label.
- draw(H1D[]) - Method in class jhplot.HPlot
-
Draw array of histograms
- draw(Cloud1D) - Method in class jhplot.HPlot
-
Plot cloud in 1D.
- draw(DataPointSet) - Method in class jhplot.HPlot
-
Plot Aida datapointset.
- draw(Cloud2D) - Method in class jhplot.HPlot
-
Plot cloud 2D
- draw(Histogram1D) - Method in class jhplot.HPlot
-
Draw 1D histogram
- draw(H1D) - Method in class jhplot.HPlot
-
Plot 1D histogram.
- draw(F1D[]) - Method in class jhplot.HPlot
-
Draw array of F1D holders
- draw(DataArray, int) - Method in class jhplot.HPlot
-
Draw input data represented by DataArray
- draw(F1D) - Method in class jhplot.HPlot
-
Draw an one-dimensional function.
- draw(FND) - Method in class jhplot.HPlot
-
Draw an one-dimensional function from FND
- draw(F1D, boolean) - Method in class jhplot.HPlot
-
Draw an one-dimensional function.
- draw(FND, boolean) - Method in class jhplot.HPlot
-
Draw an one-dimensional function from FND.
- draw(P1D[]) - Method in class jhplot.HPlot
-
Draw array of P1D holders
- draw(P1D) - Method in class jhplot.HPlot
-
Draw data in form of P1D
- draw(Cloud2D) - Method in class jhplot.HPlot2D
-
Plot cloud 2D.
- draw(Histogram2D) - Method in class jhplot.HPlot2D
-
Draw 2D histogram
- draw(H2D) - Method in class jhplot.HPlot2D
-
Draw 2D histogram using a style (see setStyle())
- draw(P1D) - Method in class jhplot.HPlot2D
-
Plot P1D data (x-y) as density plot
- draw(F2D) - Method in class jhplot.HPlot2D
-
Plot F2D function (x-y) as density plot
- draw(H2D) - Method in class jhplot.HPlot3D
-
Draw H2D histogram
- draw(P2D) - Method in class jhplot.HPlot3D
-
Display P2D data holder with X,Y,Z values in 3D.
- draw(P3D) - Method in class jhplot.HPlot3D
-
Display P3D data holder with X,Y,Z values in 3D as surface.
- draw(H2D, H2D) - Method in class jhplot.HPlot3D
-
Plot two H2D histograms on the same plot.
- draw(F2D) - Method in class jhplot.HPlot3D
-
Draw F2D function as a surface.
- draw(F2D, F2D) - Method in class jhplot.HPlot3D
-
Draw two F2D functions on the same plot.
- draw(H2D, F2D) - Method in class jhplot.HPlot3D
-
Draw H2D histogram and F2D function on the same plot.
- draw(F2D, H2D) - Method in class jhplot.HPlot3D
-
Draw F2D and H2D on the same plot.
- draw(FPR) - Method in class jhplot.HPlot3DP
-
Draw a parametric function.
- draw(H1D, int, int) - Method in class jhplot.HPlotJa
-
Draw H1D histogram on pad X and pad Y
- draw(H2D, int, int) - Method in class jhplot.HPlotJa
-
Draw 2D histogram on pads given by X and Y.
- draw(JaObject) - Method in class jhplot.HPlotJa
-
Draw JaObject.
- draw(P1D) - Method in class jhplot.HPlotJa
-
Draw H2D histogram on the current pad.
- draw(H2D) - Method in class jhplot.HPlotJa
-
Draw H2D histogram on the current pad.
- draw(H1D) - Method in class jhplot.HPlotJa
-
Draw H1D histogram on the current pad.
- draw(F1D[]) - Method in class jhplot.HPlotJa
-
Draw array of F1D holders
- draw(Cloud1D) - Method in class jhplot.HPlotJa
-
Plot cloud in 1D.
- draw(Cloud2D) - Method in class jhplot.HPlotJa
-
Plot cloud 2D
- draw(Histogram1D) - Method in class jhplot.HPlotJa
-
Draw 1D histogram
- draw(DataArray, String) - Method in class jhplot.HPlotJa
-
Draw data represented by DataArray on the current pad.
- draw(F1D, int, int) - Method in class jhplot.HPlotJa
-
Draw an one-dimensional function on the current pad.
- draw(FND, int, int) - Method in class jhplot.HPlotJa
-
Draw an one-dimensional function on the current pad.
- draw(F1D) - Method in class jhplot.HPlotJa
-
Draw an one-dimensional function on the current pad.
- draw(FND) - Method in class jhplot.HPlotJa
-
Draw an one-dimensional function on the current pad.
- draw(P1D, int, int) - Method in class jhplot.HPlotJa
-
Draw P1D object on the pad
- draw(P1D[]) - Method in class jhplot.HPlotJa
-
Draw array of P1D holders
- draw(H1D) - Method in class jhplot.HPlotJas
-
Plot 1D histogram.
- draw(H1D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Plot 1D histogram.
- draw(H2D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Plot 2D histogram.
- draw(H2D, String) - Method in class jhplot.HPlotter
-
Plot 2D histogram.
- draw(H1D) - Method in class jhplot.HPlotter
-
Plot 1D histogram.
- draw(Histogram1D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw Aida histogram with some plotter style
- draw(Histogram2D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw 2D Aida histogram with some plotter style
- draw(Histogram1D) - Method in class jhplot.HPlotter
-
Draw Aida histogram with default style
- draw(Histogram1D, IDataStyle) - Method in class jhplot.HPlotter
-
Draw Aida histogram with some data style
- draw(Histogram2D, IDataStyle) - Method in class jhplot.HPlotter
-
Draw 2D Aida histogram with some dat style
- draw(H2D) - Method in class jhplot.HPlotter
-
Draw 2D histogram as a density plot.
- draw(Histogram2D) - Method in class jhplot.HPlotter
-
Draw 2D histogram as a density plot.
- draw(IDataPointSet) - Method in class jhplot.HPlotter
-
Plot AIDA data points.
- draw(IDataPointSet, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw Aida data set with some style
- draw(IDataPointSet, IDataStyle) - Method in class jhplot.HPlotter
-
Draw Aida data set with some data style
- draw(P1D) - Method in class jhplot.HPlotter
-
Plot data points
- draw(F1D) - Method in class jhplot.HPlotter
-
Draw a function.
- draw(IFunction) - Method in class jhplot.HPlotter
-
Draw a function using AIDA.
- draw(IFunction, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw Aida data set with some style
- draw(IFunction, IDataStyle) - Method in class jhplot.HPlotter
-
Draw Aida function with some data style
- draw(Cloud1D) - Method in class jhplot.HPlotter
-
Draw a cloud using AIDA.
- draw(Cloud1D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw Aida cloud with some style.
- draw(Cloud1D, IDataStyle) - Method in class jhplot.HPlotter
-
Draw Aida cloud with some data style
- draw(Cloud2D) - Method in class jhplot.HPlotter
-
Draw Aida 2D cloud
- draw(Cloud2D, IPlotterStyle) - Method in class jhplot.HPlotter
-
Draw Aida 2D cloud with some style
- draw(Cloud2D, IDataStyle) - Method in class jhplot.HPlotter
-
Draw Aida cloud with some data style
- draw(P2D, double, Color) - Method in class jhplot.HPlotXYZ
-
Draw X,Y.Z values in 3D using variable colors.
- draw(AbstractDrawable[]) - Method in class jhplot.HPlotXYZ
-
Draw a list of shapes on the current canvas
- draw(F2D, int, int) - Method in class jhplot.HPlotXYZ
-
Draw a F2D function (a function with 2 arguments, x and y).
- draw(H2D) - Method in class jhplot.HPlotXYZ
-
Draw a H2D histogram.
- draw(Object3d) - Method in class jhplot.HView3D
-
Draw an object.
- draw(ConstructionObject) - Method in class jhplot.HZirkel
-
Draw an object on the canvas.
- draw(double[], double[]) - Method in class jhplot.Plot
-
Plot Y vs X.
- draw(P1D) - Method in class jhplot.Plot
-
Plot P1D object.
- draw(F1D) - Method in class jhplot.Plot
-
Plot F1D function.
- draw(double[][], double[][]) - Method in class jhplot.SPlot
-
Draw multiple sets as marks (default).
- draw(double[], double[]) - Method in class jhplot.SPlot
-
Draw a single data set as marks (default).
- draw(String, double[], double[]) - Method in class jhplot.SPlot
-
Draw a single data set with a legend.
- draw(String, double[], double[], double[]) - Method in class jhplot.SPlot
-
Draw a single data set with errors on Y with legend.
- draw(H1D) - Method in class jhplot.SPlot
-
Draw H1D histograms
- draw(P1D) - Method in class jhplot.SPlot
-
Draw P1D object.
- draw(String[], double[][], double[][]) - Method in class jhplot.SPlot
-
Set sets of data with legends
- drawBox() - Method in class jhplot.HPlot3D
-
Draw an empty frame
- drawData(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
-
Draw data points
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
-
Draws the handles of this JaxoArc.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
-
Draws the handles of this box object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
-
Draws a visual aid during the dragging of a blob object,
which is a red cross at the center.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaBox
-
Draws the handles of this box object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaKey
-
Draws the handles of this text object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
-
Draws the handles of this text object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLineObject
-
Draws the handles of this line object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
-
Draws the handles of this loop object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaObject
-
Draws the handles of this JaObject that allow
to move/resize/edit it.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaText
-
Draws the handles of this text object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaTextBox
-
Draws the handles of this box object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
-
Draws the handles of this vertex object.
- drawHandles(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
-
Draws the handles of this vertex object.
- drawMargins(VectorGraphics) - Method in class jhplot.jadraw.JaAxes
-
- DrawOptions - Class in jhplot
-
Main class which sets graphic attributes for all jHPlot classes (histograms
and data holders).
- DrawOptions() - Constructor for class jhplot.DrawOptions
-
Sets drawing options
- drawStatBox(H1D) - Method in class jhplot.HPlot
-
Draw a statistical box (mean, RMS, number of entries)
- drawStatBox(H1D, int, int) - Method in class jhplot.HPlot
-
Draw a statistical box (mean, RMS, number of entries) at a specific position.
- drawStatBox(H1D, double, double, String) - Method in class jhplot.HPlot
-
Draw a statistical box (mean, RMS, number of entries) at a specific position.
- drawTextBox(String[]) - Method in class jhplot.HPlot
-
Draw a text box with some information
- drawTexVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLatexText
-
Draws a visual aid for a tex label:
a blu TeX icon.
- drawToGraphics2D(Graphics2D, int, int) - Method in class jhplot.HChart
-
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaArcObject
-
Draws a visual aid during the dragging of an arc object.
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaBlob
-
Draws a visual aid during the dragging of a blob object,
which is a red cross at the center.
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaLoopObject
-
Draws a visual aid during the dragging of a loop object,
which is a red cross at the center.
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaObject
-
Draws a visual aid for the user during dragging of certain JaxoObjects.
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertex
-
Draws a visual aid during the dragging of a vertex object,
which is a red cross at the center.
- drawVisualAid(VectorGraphics) - Method in class jhplot.jadraw.JaVertexT5
-
Draws a visual aid during the dragging of a vertex object,
which is a red cross at the center.
- Gamma - Class in jhplot.math.num.pdf
-
The Gamma distribution (1).
- Gamma() - Constructor for class jhplot.math.num.pdf.Gamma
-
Default constructor.
- Gamma(double, double) - Constructor for class jhplot.math.num.pdf.Gamma
-
Create a distribution with the given alpha and beta values.
- Gamma - Class in jhplot.math.num.special
-
Utility class that provides methods related to the gamma family of functions.
- gamma(double) - Static method in class jhplot.stat.Statistics
-
Returns the Gamma function of the argument.
- GammaRandomVariable - Class in jhplot.math.num.random
-
A random variable generator for the Gamma distribution.
- GammaRandomVariable() - Constructor for class jhplot.math.num.random.GammaRandomVariable
-
Default constructor.
- GammaRandomVariable(double, double) - Constructor for class jhplot.math.num.random.GammaRandomVariable
-
Create a random variable with the given alpha and beta values.
- GammaRandomVariable(double, double, RNG) - Constructor for class jhplot.math.num.random.GammaRandomVariable
-
Create a random variable with the given parameters.
- GArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
-
Get a g-line object
- Gauss - Class in jhplot.fit
-
Gaussian distribution.
- Gauss() - Constructor for class jhplot.fit.Gauss
-
- Gauss(String) - Constructor for class jhplot.fit.Gauss
-
- Gauss(String[], String[]) - Constructor for class jhplot.fit.Gauss
-
- gaussian4(int, F1D, double, double) - Static method in class jhplot.math.Numeric
-
Numerical integration using the Gaussian integration formula (4 points).
- gaussian8(int, F1D, double, double) - Static method in class jhplot.math.Numeric
-
Numerical integration using the Gaussian integration formula (8 points).
- GaussianFilter - Class in jhpro.tseries
-
Gaussian filter for time series analysis.
- GaussianFilter(double[], double) - Constructor for class jhpro.tseries.GaussianFilter
-
Initialialize the fitter
- Geometric - Class in jhplot.math.num.pdf
-
The Geometric distribution.
- Geometric() - Constructor for class jhplot.math.num.pdf.Geometric
-
Default constructor.
- Geometric(double) - Constructor for class jhplot.math.num.pdf.Geometric
-
Create a distribution with the given probability of success.
- GeometricRandomVariable - Class in jhplot.math.num.random
-
A random variable generator for the Geometric distribution.
- GeometricRandomVariable() - Constructor for class jhplot.math.num.random.GeometricRandomVariable
-
Default constructor.
- GeometricRandomVariable(double) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
-
Create a random variable with the given probability of success.
- GeometricRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.GeometricRandomVariable
-
Create a random variable with the given parameters.
- get() - Method in class jhplot.H1D
-
Get JAIDA histogram
- get() - Method in class jhplot.H2D
-
Get the JAIDA Histogram2D
- get() - Method in class jhplot.HProf1D
-
Get JAIDA histogram
- get() - Method in class jhplot.HProf2D
-
Get the JAIDA Profile2D
- get(String) - Method in class jhplot.io.FileAida
-
Get object associated with the key name
- get(String) - Method in class jhplot.io.FileRoot
-
Get object associated with the key name in the current directory.
- get(String) - Method in class jhplot.io.HBook
-
Get an object using the key
- get(String) - Method in class jhplot.io.HDataBase
-
Get object from the database using a key
- get(int) - Method in class jhplot.math.num.DoubleArray
-
Access the element at the given index.
- get(int, String) - Method in class jhplot.P0D
-
Get P0D with values below, above or equal a specified value.
- get(int, String) - Method in class jhplot.P0I
-
Get P0I with values below, above or equal a specified value.
- get(int) - Method in class jhplot.PND
-
Return a specific row as array
- get(int, int) - Method in class jhplot.PND
-
Return a specific value.
- get(int) - Method in class jhplot.PNI
-
Return a specific row as array
- get(int, int) - Method in class jhplot.PNI
-
Return a specific value.
- get() - Method in class jhplot.security.MD5
-
Returns 32-character hex representation of this objects hash
- Get - Class in jminhep.cluster
-
Some useful methods related to the clustering procedure
- Get() - Constructor for class jminhep.cluster.Get
-
- get3sProbability() - Method in class jhpro.stat.ConfidenceLevel
-
Get 3s probability.
- get5sProbability() - Method in class jhpro.stat.ConfidenceLevel
-
Get 5s probability.
- getAll() - Method in class jhplot.io.FileAida
-
Get list of all objects
- getAll() - Method in class jhplot.io.HBook
-
Get all objects as a map
- getAllign() - Method in class jhplot.jadraw.JaLatexText
-
Returns the allign property of this text object.
- getAllNames(String) - Method in class jhplot.io.FileAida
-
Get list of all objects
- getAllNames() - Method in class jhplot.io.FileAida
-
Get list of all objects
- getAllTypes() - Method in class jhplot.io.FileAida
-
Get list of all types
- getAllTypes(String) - Method in class jhplot.io.FileAida
-
Get list of all types
- getAlpha() - Method in class jhplot.bsom.Bsom
-
- getAlpha() - Method in class jhplot.HBsom
-
Get alpha
- getAlpha() - Method in class jhplot.math.num.pdf.Beta
-
Access the alpha parameter.
- getAlpha() - Method in class jhplot.math.num.pdf.Gamma
-
Access the alpha parameter.
- getAmp() - Method in class jhplot.jadraw.JaArcObject
-
Returns the amp property of this arc object.
- getAmp() - Method in class jhplot.jadraw.JaLineObject
-
Returns the amp property of this line object.
- getAmp() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the amp property of this loop object.
- getAngamp() - Method in class jhplot.jadraw.JaGlLine
-
Returns the angamp property of this JaGlLine.
- getAngle() - Method in class jhpro.stat.EEcentricity
-
Returns angle of ellipse rotation (angle of the principial axis)
- getAntiAlias() - Method in class jhplot.HChart
-
Get antialiasing for the graphics of the current plot
- getAntiAlias() - Method in class jhplot.HPlot
-
Get antialiasing for the graphics of the current plot
- getArcParameters() - Method in class jhplot.jadraw.JaArcObject
-
- getArea() - Method in class jhpro.tseries.Peak
-
- getAreaError() - Method in class jhpro.tseries.Peak
-
- getArray() - Method in class jhplot.P0D
-
Get a double array with P0D values.
- getArray() - Method in class jhplot.P0I
-
Get a double array with P0I values.
- getArray() - Method in class jhplot.PND
-
Get a double array with values.
- getArray() - Method in class jhplot.PNI
-
Get a double array with values.
- getArray() - Method in class jminhep.cluster.DataHolder
-
Get the data in form of Array
- getArrayDouble() - Method in class jhplot.P0I
-
Get a double array with P0I values.
- getArrayInt() - Method in class jhplot.P0D
-
Get an integer array with P0D values.
- getArrayInt() - Method in class jhplot.P0I
-
Get an integer array with P0I values.
- getArrayList() - Method in class jhplot.HPlotJa
-
Get list of all objects on the frame.
- getArrayList() - Method in class jhplot.P0D
-
Get data in form of ArrayList
- getArrayList() - Method in class jhplot.P0I
-
Get data in form of ArrayList
- getArrayList() - Method in class jhplot.PND
-
Get data in form of ArrayList
- getArrayList() - Method in class jhplot.PNI
-
Get data in form of ArrayList
- getArrayList() - Method in class jminhep.cluster.DataHolder
-
Get all elements of the data holder in form of an ArrayList
- getArrayX() - Method in class jhplot.F1D
-
Get array of X-values after function after evaluation using the default
number of points
- getArrayX() - Method in class jhplot.P1D
-
Get array representing X-values
- getArrayX() - Method in class jhplot.P2D
-
Get array representing X-values
- getArrayX() - Method in class jhplot.P3D
-
Get array representing X-values
- getArrayXleft() - Method in class jhplot.P1D
-
Get array representing X-left errors
- getArrayXleftSys() - Method in class jhplot.P1D
-
Get array representing X-left 2nd level errors
- getArrayXright() - Method in class jhplot.P1D
-
Get array representing X-right errors
- getArrayXrightSys() - Method in class jhplot.P1D
-
Get array representing X-right 2nd level errors
- getArrayY() - Method in class jhplot.F1D
-
Get array of Y-values after function after evaluation using the default
number of points
- getArrayY() - Method in class jhplot.P1D
-
Get array representing Y-values
- getArrayY() - Method in class jhplot.P2D
-
Get array representing Y-values
- getArrayY() - Method in class jhplot.P3D
-
Get array representing Y-values
- getArrayYlower() - Method in class jhplot.P1D
-
Get array representing Y lower errors
- getArrayYlowerSys() - Method in class jhplot.P1D
-
Get array representing Y lower 2nd level errors
- getArrayYupper() - Method in class jhplot.P1D
-
Get array representing Y upper errors
- getArrayYupperSys() - Method in class jhplot.P1D
-
Get array representing Y upper 2nd level errors
- getArrayZ() - Method in class jhplot.P2D
-
Get array representing Z-values
- getArrayZ() - Method in class jhplot.P3D
-
Get array representing Z-values
- getArrow() - Method in class jhplot.jadraw.JaArcObject
-
Returns the arrow property of this arc object.
- getArrow() - Method in class jhplot.jadraw.JaLineObject
-
Returns the arrow property of this line object.
- getArrow() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the arrow property of this loop object.
- getAttribute(int) - Method in class jminhep.cluster.DataPoint
-
Returns the attribute of data point
- getAuthor() - Static method in class jhplot.JHPlot
-
Get the author
- getAv() - Method in class jhplot.stat.FactorialMoments
-
Return average multiplicity as a function of bin
- getAverageCLs() - Method in class jhpro.stat.ConfidenceLevel
-
Get average CLs.
- getAverageCLsb() - Method in class jhpro.stat.ConfidenceLevel
-
Get average CLsb.
- getAxesArrow(int) - Method in class jhplot.jadraw.JaAxes
-
Is arrow to be shown
- getAxesColor() - Method in class jhplot.HPlot
-
Returns the actual color of the axes of the graph.
- getAxesColor() - Method in class jhplot.HPlotter
-
Returns the actual color of the axes of the graph.
- getAxesFontColor() - Method in class jhplot.HPlot3D
-
Color for tic labels
- getAxesRatio() - Method in class jhplot.HPlot
-
Returns the current ratio between X- and Y-axes lengths.
- getAxesRatioUse() - Method in class jhplot.HPlot
-
Says whether we should use a fixed ratio between X- and Y-axes lengths.
- getAxis() - Method in class jhplot.H1D
-
Get histogram Axis class.
- getAxis(int) - Method in class jhplot.HChart
-
Get the axis
- getAxis(int) - Method in class jhplot.HPlot2D
-
Return axis objects
- getAxis() - Method in class jhplot.HProf1D
-
Get histogram Axis class.
- getAxisArrow() - Method in class jhplot.HPlot
-
Gets axis arrows.
- getAxisFont() - Method in class jhplot.HPlot3D
-
Get font for axes
- getAxisPenTicWidth() - Method in class jhplot.HPlot
-
Get the pen width to draw tick axes
- getAxisStyle(int) - Method in class jhplot.HPlotter
-
Return style of axis of the current region
- getAxisTitle(int) - Method in class jhplot.HPlot2D
-
Get label title
- getAxisX() - Method in class jhplot.H2D
-
Get IAxis in X
- getAxisX() - Method in class jhplot.HChart
-
Get X-axis
- getAxisX() - Method in class jhplot.HProf2D
-
Get IAxis in X
- getAxisY() - Method in class jhplot.H2D
-
Get IAxis in Y
- getAxisY() - Method in class jhplot.HChart
-
Get Y-axis
- getAxisY() - Method in class jhplot.HProf2D
-
Get IAxis in Y
- getBack() - Method in class jhplot.jadraw.JaLineObject
-
Returns the back property of this line object.
- getBack() - Method in class jhpro.stat.limit.ExpData
-
Get the expected background
- getBackgColor() - Method in class jhplot.HPlot
-
Returns the actual background color of the entire graph panel.
- getBackgColorGraph() - Method in class jhplot.HPlot
-
Returns the background color of the current graph.
- getBackground() - Method in class jhpro.stat.DataSource
-
Get data for background
- getBackgroundColor() - Method in class jhplot.jadraw.JaAxes
-
Get background color (white is default)
- getBaseColor() - Method in class jhplot.v3d.Pyramid
-
- getBatchNumber() - Method in class jhplot.HCellular
-
Returns the batch number
- getBestSolution() - Method in class jhpro.sregression.SymRegression
-
Get the best solution as a string
- getBeta() - Method in class jhplot.bsom.Bsom
-
- getBeta() - Method in class jhplot.HBsom
-
Get beta
- getBeta() - Method in class jhplot.math.num.pdf.Beta
-
Access the beta parameter.
- getBeta() - Method in class jhplot.math.num.pdf.Gamma
-
Access the beta parameter.
- getBins() - Method in class jhplot.H1D
-
Get the number of bins
- getBins() - Method in class jhplot.HProf1D
-
Get the number of bins
- getBinSize() - Method in class jhplot.H1D
-
Get bin width in case of fixed-size bins.
- getBinSize(int) - Method in class jhplot.H1D
-
Get bin width for index i
- getBinSize() - Method in class jhplot.HProf1D
-
Get bin width in case of fixed-size bins.
- getBinsX() - Method in class jhplot.H2D
-
Get the number of bins in X
- getBinsX() - Method in class jhplot.HProf2D
-
Get the number of bins in X
- getBinsY() - Method in class jhplot.H2D
-
Get the number of bins in Y
- getBinsY() - Method in class jhplot.HProf2D
-
Get the number of bins in Y
- getBinWidth() - Method in class jhplot.DrawOptions
-
get the bin width.
- getBoundingBox() - Method in class jhplot.jadraw.JaLatexText
-
Returns the bounding box of this latex text object.
- getBoundingBox() - Method in class jhplot.jadraw.JaObject
-
Returns the bounding box of this JaObject.
- getBoxColor() - Method in class jhplot.HPlot
-
Returns the color used to draw the bounding box.
- getBoxColor() - Method in class jhplot.HPlotJa
-
Returns the color used to draw the bounding box.
- getBoxFillColor() - Method in class jhplot.HPlot
-
Returns the fill-color of the eventual bounding box arround the graph
- getBoxFillColor() - Method in class jhplot.HPlotJa
-
Returns the fill-color of the eventual bounding box arround the graph
- getBoxOffset() - Method in class jhplot.HPlot
-
Returns the offset of the bounding box.
- getBP(int) - Method in class jhplot.stat.BunchingParameters
-
Return results: BP as a function of number of bins.
- getBufferSize() - Method in class jhplot.io.HFile
-
Get current buffer size for I/O.
- getBufferSize() - Method in class jhplot.io.HFileXML
-
Get current buffer size for I/O.
- getBuildTime() - Static method in class jhplot.JHPlot
-
Get build date
- getCAConfig() - Method in class jhplot.HCellular
-
Returns used CA space.
- getCameraPosition() - Method in class jhplot.HPlot3DP
-
Get camera position.
- getCandidates() - Method in class jhpro.stat.DataSource
-
Get data with candidates
- getCanvas() - Method in class jhplot.HZirkel
-
Return the actual canvas where all objects are shown
- getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot
-
Create HPlot canvas with several plots.
- getCanvas(String, int, int) - Static method in class jhplot.SHPlot
-
Construct a HPlot canvas with a single plot.
- getCanvas(String) - Static method in class jhplot.SHPlot
-
Construct a HPlot canvas with a plot with the default size 600x400.
- getCanvas() - Static method in class jhplot.SHPlot
-
Construct a HPlot canvas with a plot with the default size 600x400.
- getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlot3D
-
Create HPlot3D canvas with several plots.
- getCanvas(String, int, int) - Static method in class jhplot.SHPlot3D
-
Construct a HPlot3D canvas with a single plot.
- getCanvas(String) - Static method in class jhplot.SHPlot3D
-
Construct a HPlot3D canvas with a plot with the default size 600x400.
- getCanvas() - Static method in class jhplot.SHPlot3D
-
Construct a HPlot3D canvas with a plot with the default size 600x400.
- getCanvas(String, int, int, int, int, boolean) - Static method in class jhplot.SHPlotJa
-
Create HPlotJa canvas with several plots.
- getCanvas(String, int, int, int, int) - Static method in class jhplot.SHPlotJa
-
Create HPlot canvas with several plots.
- getCanvas(String, int, int) - Static method in class jhplot.SHPlotJa
-
Construct a HPlot canvas with a single plot.
- getCanvas(String) - Static method in class jhplot.SHPlotJa
-
Construct a HPlot canvas with a plot with the default size 600x400.
- getCanvas() - Static method in class jhplot.SHPlotJa
-
Construct a HPlotJa canvas with a plot with the default size 600x400.
- getCartesianArray() - Method in class hephysics.vec.SpacePoint
-
- getCdX() - Method in class jhplot.HPlotJa
-
Get location of the graph in the main canvas in X
- getCdX() - Method in class jhplot.HPlotter
-
Get location of the graph in the main canvas in X
- getCdY() - Method in class jhplot.HPlotJa
-
Get location of the graph on the main canvas in Y
- getCdY() - Method in class jhplot.HPlotter
-
Get location of the graph on the main canvas in Y
- getCellSize() - Method in class jhplot.HCellular
-
Returns the cell size in dot
- getCenters(int) - Method in class jhplot.stat.StatShape
-
Get the centers in non-quadrant method.
- getCenters() - Method in class jminhep.cluster.Partition
-
Get cluster centers
- getCentroids() - Method in class jhpro.tseries.PeakFinder
-
Return centroids of the found peaks.
- getCharge() - Method in class hephysics.particle.LParticle
-
Get charge
- getChargeParity() - Method in class hephysics.particle.HEParticle
-
Returns C charge conjugation parity
- getChart() - Method in class jhplot.HChart
-
Returns current Chart
- getChart() - Method in class jhplot.HPlotXYZ
-
Get the current canvas chart.
- getChartPanel() - Method in class jhplot.HChart
-
Returns current Chart panel
- getChi2() - Method in class jhplot.stat.LinRegWeighted
-
Get chi2
- getChi2() - Method in class jhplot.stat.StatShape
-
Get Chi2 of this fit
- getCLb() - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level for the background only.
- getCLb(boolean) - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level for the background only.
- getCLs() - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level defined by CLs = CLsb/CLb.
- getCLs(boolean) - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level defined by CLs = CLsb/CLb.
- getCLsb() - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level for the signal plus background hypothesis
The confidence level for excluding the possibility of simultaneous presence
of new particle production and background (the s + b hypothesis)
- getCLsb(boolean) - Method in class jhpro.stat.ConfidenceLevel
-
Get the Confidence Level for the signal plus background hypothesis
- getClusterNumber() - Method in class jminhep.cluster.DataPoint
-
Returns the cluster to which the data point belongs
- getColor() - Method in class jhplot.DrawOptions
-
Return color used for points/lines
- getColor() - Method in class jhplot.HKey
-
Get color of a label.
- getColor() - Method in class jhplot.HLabel
-
Get color of a label.
- getColor() - Method in class jhplot.HLabelEq
-
Get color of the label.
- getColor() - Method in class jhplot.HMLabel
-
Get color of the label.
- getColor() - Method in class jhplot.jadraw.JaObject
-
Returns the color of this object.
- getColor() - Method in class jhplot.shapes.HShape
-
Get a color of the primitive
- getColorBack() - Method in class jhplot.v3d.Canvas3d
-
- getColorBackground() - Method in class jhplot.HLabelEq
-
Get color of background.
- getColorBar() - Method in class jhplot.HPlot2D
-
Get color bar (key) for the current plot
- getColorMode() - Method in class jhplot.HPlot3D
-
Get current the color mode
- getColors() - Method in class jhplot.SPlot
-
Get the point colors.
- getColumn(int) - Method in class jhplot.PND
-
Return a specific column as an array
- getColumn(int) - Method in class jhplot.PNI
-
Return a specific column as an array
- getColumn(int) - Method in class jhpro.tseries.HStatData
-
Return a column as a array
- getColumnCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Extract one column from a matrix.
- getColumnCopy(double[][][], int, int) - Static method in class jhplot.math.DoubleArray
-
Extract one column from a three dimensional array.
- getColumnCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
-
- getColumnCopy(int[][][], int, int) - Static method in class jhplot.math.IntegerArray
-
- getColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Get the number of columns in a specified row of a matrix.
- getColumnDimension(int[][], int) - Static method in class jhplot.math.IntegerArray
-
- getColumnMapping() - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
-
- getColumnMapping() - Method in class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
-
- getColumnP0D(int) - Method in class jhplot.PND
-
Return a specific column as P0D object
- getColumnsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
-
Extract specific columns from a matrix.
- getColumnsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
-
- getColumnsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
-
Extract a range of columns from a matrix.
- getColumnsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
-
- getCompactness() - Method in class jminhep.cluster.Partition
-
Get compactness of the cluster configurations
- getConfidence() - Method in class jhplot.stat.LinReg
-
Get confidence intervals for means
- getConfidence(Color) - Method in class jhplot.stat.LinReg
-
Get confidence intervals for means
- getConfidenceBand(Color, double) - Method in class jhplot.stat.LinReg
-
Calculate confidence band in form of P1D with errors.
- getConfidenceBand(int, Color, double) - Method in class jhplot.stat.LinReg
-
Calculate confidence band in form of P1D with errors.
- getConfig() - Method in class jhpro.sregression.SymRegression
-
Return configuration file
- getConfigArray() - Method in class jhpro.sregression.SymRegression
-
Get configuration string passed to this program.
- getConstruction() - Method in class jhplot.HZirkel
-
Get construction to draw the objects
- getContourBinsX() - Method in class jhplot.HPlotJa
-
Number of contour bins in X
- getContourBinsY() - Method in class jhplot.HPlotJa
-
Number of contour bins in Y
- getContourBinX() - Method in class jhplot.jadraw.JaAxes
-
Get number of bins in X for contour plot
- getContourBinY() - Method in class jhplot.jadraw.JaAxes
-
Get number of bins in Y for contour plot
- getContourLevels() - Method in class jhplot.HPlotJa
-
Number of contour levels
- getContourLevels() - Method in class jhplot.jadraw.JaAxes
-
Get the number of levels to show contour plot
- getConversionType(String) - Method in class jhplot.UConverter
-
Get convertion type
- getConversionType() - Method in class jhplot.UConverter
-
Get current convertion type.
- getCoordinate(int, int) - Method in class jhplot.stat.PCA
-
Positions of the last coordinates of the projection vectors (eigenvectors)
- getCopy(double[], int...) - Static method in class jhplot.math.DoubleArray
-
Extract specific elements from an array.
- getCopy(int[], int...) - Static method in class jhplot.math.IntegerArray
-
- getCopy() - Method in class jhplot.P3D
-
get a copy of the current holder
- getCorrelation() - Method in class jhplot.stat.LinReg
-
Get correlation coefficient
- getCovariance() - Method in class jhplot.stat.PCA
-
Get covariance matrix
- getCovariance() - Method in class jhplot.stat.StatShape
-
Get covariance matrix.
- getCreatedBy() - Static method in class jhplot.JHPlot
-
Get JAVA version used to create
- getCrossoverRate() - Method in class jhplot.HCellular
-
Returns the crossover rate
- getCurDir() - Static method in class jhplot.HPlotJa
-
Returns the current working directory.
- getD() - Method in class jhplot.stat.PCA
-
Get transpose
- getDash() - Method in class jhplot.jadraw.JaArcObject
-
Returns the dash property of this arc object.
- getDash() - Method in class jhplot.jadraw.JaLineObject
-
Returns the dash property of this line object.
- getDash() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the dash property of this loop object.
- getData() - Method in class jhplot.HNeuralNet
-
Get data
- getData() - Method in class jhplot.HPlot
-
Get the vector which keeps all the data
- getData() - Method in class jhplot.HPlotJa
-
Get the vector which keeps all the data
- getData() - Method in class jhplot.jadraw.JaAxes
-
Get the vector which keeps all the data
- getData() - Method in class jhplot.security.MD5
-
Get data as stream
- getData(int) - Method in class jhplot.SPlot
-
Get the data in the specified dataset.
- getData() - Method in class jhplot.stat.StatShape
-
Get data back used for fitting (can be inverted in Y and Y for best
results).
- getData() - Method in class jhplot.VHolder
-
Return a Vector with the data (rows of the dimension obtained by calling
dimen()).
- getData() - Method in class jhpro.sregression.SymRegression
-
Return input data
- getData() - Method in class jhpro.tseries.HStatData
-
Return data as array
- getDataArray() - Method in class jhplot.P1D
-
Return a DataArray container from JPlot
- getDataArray() - Method in class jhplot.P2D
-
Return a DataArray2D container.
- getDataArray() - Method in class jhplot.P3D
-
Return a DataArray3D container.
- getDataLength() - Method in class jhplot.io.db.RecordWriter
-
Returns the number of bytes in the data.
- getDataLength() - Method in class jhplot.stat.LinReg
-
Get the size of the input data
- getDataLength() - Method in class jhplot.stat.LinRegWeighted
-
Get the size of the input data
- getDataPND() - Method in class jhpro.sregression.SymRegression
-
Return data in form PND object
- getDataSize() - Method in class jhpro.stat.limit.StatConfidence
-
Get number of experiments
- getDataStyle() - Method in class jhplot.HPlotter
-
Get current data style.
- getDataX() - Method in class jhplot.stat.LinReg
-
Get an array with X data
- getDataX() - Method in class jhplot.stat.LinRegWeighted
-
Get an array with X data
- getDataY() - Method in class jhplot.stat.LinReg
-
Get an array with Y data
- getDataY() - Method in class jhplot.stat.LinRegWeighted
-
Get an array with Y data
- getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.ChiSquared
-
Access the degrees of freedom.
- getDegreesOfFreedom() - Method in class jhplot.math.num.pdf.TDistribution
-
Access the degrees of freedom.
- getDeltaTime() - Method in class jhplot.HCellular
-
Returns Delta time
- getDenominatorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
-
Access the denominator degrees of freedom.
- getDensity() - Method in class jhplot.H1D
-
Get a density distribution dividing each bin of the histogram
by the bin width and the total number of heights for all bins.
- getDensity() - Method in class jhplot.H2D
-
Get a density distribution dividing each bin of the histogram by the bin
width and the total number of heights for all bins.
- getDerivative() - Method in class jhplot.math.num.root.NewtonRootFinder
-
Access the derivative of the target function.
- getDescription() - Method in class jhpro.tseries.HStatData
-
Get names of variables.
- getDeviancePart(double, double) - Static method in class jhplot.math.num.pdf.SaddlePoint
-
A part of the deviance portion of the saddle point approximation.
- getDiagonal(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Extract diagonal from a matrix.
- getDimension() - Method in class jhplot.PND
-
Get last dimension of the data (or number of columns).
- getDimension() - Method in class jhplot.PNI
-
Get last dimension of the data (or number of columns).
- getDimension() - Method in class jminhep.cluster.DataPoint
-
Get dimension of the point
- getDimensions() - Method in class jhplot.PND
-
Get the numbers of columns.
- getDimensions() - Method in class jhplot.PNI
-
Get the numbers of columns.
- getDimention() - Method in class jminhep.cluster.DataHolder
-
Get the dimension of the data
- getDistance() - Method in class jhplot.HPlot3D
-
Get the distance
- getDivU() - Method in class jhplot.FPR
-
Get number of divisions for U
- getDivV() - Method in class jhplot.FPR
-
Get number of divisions for V
- getDLSeparation() - Method in class jhplot.jadraw.JaArcObject
-
Returns the double line separation of this object.
- getDLSeparation() - Method in class jhplot.jadraw.JaLineObject
-
Returns the double line property.
- getDLSeparation() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the double line property.
- getDOF1() - Method in class jhplot.stat.Anova
-
The first degree of freedom is equal to the number of sample groups,
minus 1.
- getDOF2() - Method in class jhplot.stat.Anova
-
The second degree of freedom is equal to the total number of data points,
minus the number of samples.
- getDomanData() - Method in class jhplot.UConverter
-
Get domain data
- getDoubleLine() - Method in class jhplot.jadraw.JaArcObject
-
Returns the double line property.
- getDoubleLine() - Method in class jhplot.jadraw.JaLineObject
-
Returns the double line property.
- getDoubleLine() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the double line property.
- getDrawOption() - Method in class jhplot.DrawOptions
-
Get the drawing attributes
- getDrawOptions() - Method in class jhplot.DrawOptions
-
Get all drawing options in form of a string
- getDX(int) - Method in class jhplot.P3D
-
Return a specific dX-value.
- getDY(int) - Method in class jhplot.P3D
-
Return a specific dY-value.
- getDZ(int) - Method in class jhplot.P3D
-
Return a specific dZ-value.
- getE() - Method in class hephysics.vec.HepLorentzVector
-
Get energy (as e())
- getEccentricity() - Method in class jhpro.stat.EEcentricity
-
Get eccentricity, defined as 1-VarianceMin / VarianceMax.
- getEigenvalue(int) - Method in class jhplot.stat.PCA
-
Information about eigenvalues
- getEigenvalueTot(int) - Method in class jhplot.stat.PCA
-
Express eigenvalues as percentage of total
- getElement(int) - Method in class jminhep.cluster.DataHolder
-
Get array of elements at position n of the data holder
- getElevationAngle() - Method in class jhplot.HPlot3D
-
Get the angle
- getEliteSize() - Method in class jhplot.HCellular
-
Returns the populationSize
- getEnd() - Method in class jhplot.jadraw.JaArcObject
-
Returns the end property of this line object.
- getEnd() - Method in class jhplot.jadraw.JaLineObject
-
Returns the end property of this line object.
- getEndLength() - Method in class jhplot.shapes.Arrow
-
Get length of the ends
- getEndWidth() - Method in class jhplot.shapes.Arrow
-
Get widths of the ends
- getEngine() - Method in class jhplot.math.Symbolic
-
Return the name of the current engine.
- getEntries() - Method in class jhplot.io.HFile
-
Return processed number of entries.
- getEntries() - Method in class jhplot.io.HFileXML
-
Get number of processed entries
- getEntries() - Method in class jhplot.io.PFile
-
Return file entries (ID,name,size).
- getEntropy() - Method in class jhplot.H1D
-
Returns the entropy of the histogram.
- getEntropy() - Method in class jhplot.HProf1D
-
Returns the entropy of the histogram.
- getEpochError() - Method in class jhplot.HNeuralNet
-
Returns errors for each epoch.
- getErr() - Method in class jhplot.math.ValueErr
-
Get current error
- getErrBack() - Method in class jhpro.stat.limit.ExpData
-
Get error on background
- getErrFraction() - Method in class jhpro.stat.limit.ExpData
-
Get error on efficiency.
- getError(int) - Method in class jhpro.stat.DataKeeper
-
Get error at index
- getErrorNames() - Method in class jhpro.stat.DataSource
-
Get names of the errors
- getErrorOnBackground() - Method in class jhpro.stat.DataSource
-
Get systematics on background for all channels
- getErrorOnData() - Method in class jhpro.stat.DataSource
-
Get systematics on data for all channels
- getErrorOnSignal() - Method in class jhpro.stat.DataSource
-
Get errors on signal on all channels
- getErrors() - Method in class jhpro.stat.DataKeeper
-
- getErrors() - Method in class jhpro.stat.Moments
-
Get errors on the moment calculations
- getErrors() - Method in class jhpro.stat.MomentsFac
-
Get errors on the moment calculations.
- getErrors() - Method in class jhpro.stat.MomentsFacNorm
-
Get errors on the factorial moment calculations.
- getErrors() - Method in class jhpro.stat.MomentsNorm
-
Get errors on the factorial moment calculations.
- getEta() - Method in class hephysics.vec.Hep3Vector
-
- getEta() - Method in class hephysics.vec.HepLorentzVector
-
Get a pseudorapidity: eta=-ln (tan (theta/2)) )
- getException() - Method in class jhplot.F1D
-
If error occurs at some step, this is the way to retrieve it.
- getExpData() - Method in class jhpro.stat.limit.StatConfidence
-
Get experimental data
- getExpectedCLb_b(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the background only if there is
only background.
- getExpectedCLb_b() - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the background only if there is
only background.These are indications of how well an experiment would
do on average in excluding a signal if the signal truly is not present, and are
the important figures of merit when optimizing an analysis for exclusion.
- getExpectedCLb_sb(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the background only if there is
signal and background.
- getExpectedCLb_sb() - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the background only if there is
signal and background.
- getExpectedCLs_b(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get getExpectedCLsb_b/getExpectedCLb_b
- getExpectedCLs_b() - Method in class jhpro.stat.ConfidenceLevel
-
Get getExpectedCLsb_b/getExpectedCLb_b.
- getExpectedCLsb_b(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the signal plus background
hypothesis if there is only background.
- getExpectedCLsb_b() - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected Confidence Level for the signal plus background
hypothesis if there is only background.
- getExpectedStatistic_b(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected statistic value in the background only hypothesis
- getExpectedStatistic_b() - Method in class jhpro.stat.ConfidenceLevel
-
- getExpectedStatistic_sb(int) - Method in class jhpro.stat.ConfidenceLevel
-
Get the expected statistic value in the signal plus background hypothesis
- getExpForm() - Method in class jhplot.jadraw.JaAxes
-
Get exponential form
- getEyePosition() - Method in class jhplot.HPlot3DP
-
Get a vector with eye position
- getF() - Method in class jhplot.stat.Anova
-
Returns the F-value for your data.
- getFaceColor(int) - Method in class jhplot.v3d.Pyramid
-
- getFD() - Method in class jhplot.math.io.LERandomAccessFile
-
- getFilePointer() - Method in class jhplot.math.io.LERandomAccessFile
-
- getFill() - Method in class jhplot.shapes.HShape
-
Is this primitive filled?
- getFillColor() - Method in class jhplot.FPR
-
Get color used to fill.
- getFillColor() - Method in class jhplot.jadraw.JaFillObject
-
Returns the fill color of the fillColor object.
- getFillColor() - Method in class jhplot.jadraw.JaVertexT2
-
Returns the fill color of the fillColor object.
- getFilteredSpectrum() - Method in class jhpro.tseries.GaussianFilter
-
Get filtered result.
- getFitEngines() - Method in class jhplot.HFitter
-
Return available fit engines.
- getFitFunction() - Method in class jhplot.stat.StatShape
-
Get a fit function after the linear regression (major axis).
- getFitFunctionPerp() - Method in class jhplot.stat.StatShape
-
Get a fit function perpendicular to the linear regression line (minor
axis).
- getFitFunctionQuadrants() - Method in class jhplot.stat.StatShape
-
Get linear functions after rotation of major and minor axes by 45 deg to
define the quadrants.
- getFitMethod() - Method in class jhplot.HFitter
-
Return available fit methods.
- getFitParameters() - Method in class jhplot.stat.StatShape
-
Get fit parameters, the intercept (0) and the slope (1)
- getFitParametersPerp() - Method in class jhplot.stat.StatShape
-
Get fit parameters of a function perpendicular (minor) axis to the linear
regression line the intercept (0) and the slope (1)
- getFitParametersRotate() - Method in class jhplot.stat.StatShape
-
Parameters after rotation of major and minor axes by 45deg.
- getFittedFunc() - Method in class jhplot.HFitter
-
Get results of the fit in form of function
- getFitter() - Method in class jhplot.HFitter
-
Return Jaida fitter
- getFixedVars() - Method in class jhplot.FND
-
String with fixed variables
- getFlip() - Method in class jhplot.jadraw.JaArcObject
-
Returns the flip property of this arc object.
- getFlip() - Method in class jhplot.jadraw.JaLineObject
-
Returns the flip property of this line object.
- getFlip() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the flip property of this loop object.
- getFM(int) - Method in class jhplot.stat.FactorialMoments
-
Return factorial moments (without normalization): log(FM) as a function
of number of bins.
- getFont() - Method in class jhplot.HKey
-
Get the font of the label text.
- getFont() - Method in class jhplot.HLabel
-
Get the font of the label text.
- getFont() - Method in class jhplot.HMLabel
-
Get the text font.
- getFont() - Method in class jhplot.jadraw.JaKey
-
Returns the textFont property of this text object.
- getFont() - Method in class jhplot.jadraw.JaText
-
Returns the textFont property of this text object.
- getFont() - Method in class jhplot.jadraw.JaTextBox
-
Returns the textFont property of this text object.
- getFont() - Method in class jhplot.shapes.Text
-
Get the font
- getFontSize() - Method in class jhplot.HLabelEq
-
Get the font size of the equation.
- getFov() - Method in class jhplot.HPlot3DP
-
Get field of vision
- getFraction() - Method in class jhpro.stat.limit.ExpData
-
Get efficiency.
- getFrameColor() - Method in class jhplot.HPlot3D
-
Get color of the frame
- getFreq() - Method in class jhplot.jadraw.JaArcObject
-
Returns the freq property of this arc object.
- getFreq() - Method in class jhplot.jadraw.JaLineObject
-
Returns the freq property of this line object.
- getFreq() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the freq property of this loop object.
- getFunc() - Method in class jhplot.HFitter
-
Return function
- getFuncCatalog() - Method in class jhplot.HFitter
-
Return list of available functions
- getFunction() - Method in class jhplot.math.num.integration.AdaptiveIntegrator
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.integration.RombergIntegrator
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.integration.SimpsonsIntegrator
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.BisectionRootFinder
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.Bracket
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.BrentRootFinder
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.FalsePositionRootFinder
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.NewtonRootFinder
-
Access the target function.
- getFunction() - Method in class jhplot.math.num.root.SecantRootFinder
-
Access the target function.
- getGeneralPath() - Method in class jhplot.jadraw.JaObject
-
Returns the GeneralPath that draws this JaObject.
- getGoalOfHs() - Method in class jhplot.HCellular
-
Returns the crossover rate
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaArcObject
-
Determines which handle the user has selected to move/resize/edit
this arc.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaAxes
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBlob
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaBox
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaKey
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLatexText
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLineObject
-
Determines which handle the user has selected to move/resize/edit this line.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaLoopObject
-
Determines which handle the user has selected to move/resize/edit this
loop.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaObject
-
Determines which handle the user has selected to move/resize/edit
an object.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaText
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaTextBox
-
Determines where on this JaObject a mouse click has ocurred.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertex
-
Determines which handle the user has selected to move/resize/edit this
vertex.
- getGrabbedHandle(int, int, int) - Method in class jhplot.jadraw.JaVertexT5
-
Determines which handle the user has selected to move/resize/edit this
vertex.
- getGraph() - Method in class jhplot.HGraph
-
Returns the current graph
- getGraphLabel() - Method in class jhplot.HKey
-
Get a label with default attributes
- getGraphLabel() - Method in class jhplot.HLabel
-
Get a label with default attributes
- getGraphLabel() - Method in class jhplot.HMLabel
-
Get a label with default attributes
- getGraphSettings(int, int) - Method in class jhplot.HPlot
-
Get graph settings
- getGraphSettings() - Method in class jhplot.HPlot
-
Get graph settings for current plot
- getGrid() - Method in class jhplot.SPlot
-
Return whether the grid is drawn.
- getGridColor() - Method in class jhplot.HPlot
-
Sets the color of the overall grid.
- getGridColor() - Method in class jhplot.jadraw.JaAxes
-
Get grid color (gray is default)
- getGTitle() - Method in class jhplot.HPlotJa
-
Get global title
- getH() - Method in class jhplot.math.QRDecomposition
-
Return the Householder vectors
- getH1D() - Method in class jhplot.F1D
-
Return H1D histogram from F1D function.
- getH1D(String, int, double, double) - Method in class jhplot.F1D
-
Return a Histogram given by the F1D function.
- getH1D() - Method in class jhplot.HProf1D
-
Make H1D copy of the current histogram.
- getH1D(String) - Method in class jhplot.HProf1D
-
Convert to H1D for graphical representation using
default graphics attributes.
- getH1D(String, String) - Method in class jhplot.HProf1D
-
Convert to H1D for graphical representation using
default graphics attributes.
- getH1D(String) - Method in class jhplot.io.FileRoot
-
Get H1D histogram associated with the key name.
- getH1D(int) - Method in class jhplot.P0D
-
Return H1D histogram with P0D content.
- getH1D(int, double, double) - Method in class jhplot.P0D
-
Return H1D histogram with P0D content.
- getH1D(int) - Method in class jhplot.P0I
-
Return H1D histogram with P0I content.
- getH1D(int, double, double) - Method in class jhplot.P0I
-
Return H1D histogram with P0I content.
- getH1D(int, double, double) - Method in class jhplot.PND
-
Return H1D histogram with PND content.
- getH1D(int, double, double, int) - Method in class jhplot.PND
-
Make a histogram from a column of PND.
- getH1D(int) - Method in class jhplot.PND
-
Create histogram.
- getH1D(int, double, double) - Method in class jhplot.PNI
-
Return H1D histogram with PND content.
- getH1D(int) - Method in class jhplot.PNI
-
Create histogram.
- getH1D(int, double, double, int) - Method in class jhplot.PNI
-
Make a histogram from a column of PND.
- getH1D(int, int, double, double) - Method in class jhpro.tseries.HStatAnalysis
-
Return a histogram for column.
- getH2D(String, int, double, double, int, double, double) - Method in class jhplot.F2D
-
Generate a 2D histogram from the F2D function using a custom number of
bins and given min and max values.
- getH2D(String) - Method in class jhplot.HProf2D
-
Make H2D copy of the current histogram.
- getH2D(String, String) - Method in class jhplot.HProf2D
-
Make H2D copy of the current histogram.
- getH2D() - Method in class jhplot.HProf2D
-
Convert to H2D keeping the original title
- getH2D(String) - Method in class jhplot.io.FileRoot
-
Get H2D histogram associated with the key name.
- getHeight() - Method in class jhplot.jadraw.JaObject
-
Returns the height of this object.
- getHight() - Method in class jhplot.v3d.Model3d
-
- getIDataPointSet() - Method in class jhplot.P1D
-
Get IDataPointSet.
- getIDataPointSet() - Method in class jhplot.PND
-
Get the data point set for JAIDA
- getIDataPointSet() - Method in class jhplot.PNI
-
Get the data point set for JAIDA
- getIFunction() - Method in class jhplot.F1D
-
Get Jaida function
- getImage() - Method in class jhplot.HLabelEq
-
Return image of this equation
- getImageFile(String) - Method in class jhplot.HLabelEq
-
Return image of this equation as a file.
- getIndex(int) - Method in class jhplot.math.Sorting
-
Get the ascending order of one line.
- getIndex() - Method in class jhplot.math.Sorting
-
Get the ascending order of all lines.
- getInflip() - Method in class jhplot.jadraw.JaLineObject
-
Returns the inflip property of this line object.
- getInfo() - Method in class jhplot.io.FileRoot
-
Get the StreamerInfo
- getInfo() - Static method in class jhplot.JHPlot
-
- getInitString() - Method in class jhplot.HCellular
-
Return initialization string
- getInnerColor() - Method in class jhplot.HPlot
-
Returns the color used to fill the shaded triangles.
- getIntegerArrayList() - Method in class jhplot.P0I
-
Get data in form of DoubleArrayList from cern.colt package
- getIntegral() - Method in class jhpro.stat.DataKeeper
-
Calculate integral, summing up all values
- getIntercept() - Method in class jhplot.stat.LinReg
-
Get Intercept
- getIntercept() - Method in class jhplot.stat.LinRegWeighted
-
Get Intercept
- getInterceptError() - Method in class jhplot.stat.LinReg
-
Get the standard error on intercept
- getInterceptError() - Method in class jhplot.stat.LinRegWeighted
-
Get the standard error on intercept
- getIsospin() - Method in class hephysics.particle.HEParticle
-
Get isospin
- getIterations() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
-
Access the current iteration.
- getIterator(int[], Object[]) - Static method in class jhplot.math.SortUtils
-
Answer iterator, which iterates over specified data array according
to the specified permutation, that is
data[p[0]],..,data[p[data.length-1]]
- getIterator(int[], List) - Static method in class jhplot.math.SortUtils
-
Answer iterator, which iterates over specified data list according
to the specified permutation, that is
data.get(p[0]),..,data.get(p[data.length-1])
- getITree() - Method in class jhplot.io.FileAida
-
Return ITree for further manipulations
- getJaAxes() - Method in class jhplot.HPlotJa
-
Get the current JaAxes frame
- getJPlot(int, int) - Method in class jhplot.HPlot
-
Get jplots for each graph
- getJPlot() - Method in class jhplot.HPlot
-
Get jplots for each graph for current graph
- getKey() - Method in class jhplot.io.db.RecordWriter
-
- getKey(int) - Method in class jhplot.io.FileRoot
-
Get a key using its index.
- getKey(String) - Method in class jhplot.io.FileRoot
-
Get a key
- getKey() - Method in class jhplot.jadraw.JaKey
-
Get current key symbol.
- getKeyColor() - Method in class jhplot.HKey
-
Get key color
- getKeyColor() - Method in class jhplot.jadraw.JaKey
-
Get key color
- getKeys() - Method in class jhplot.io.FileRoot
-
Return all keys of the current directory as a list.
- getKeys() - Method in class jhplot.io.HBook
-
Return array of all know keys
- getKeys() - Method in class jhplot.io.HDataBase
-
Returns an enumeration of all the keys in the database.
- getKeySize() - Method in class jhplot.HKey
-
Get key size
- getKeySpace() - Method in class jhplot.HKey
-
Get a space between the key and the text describing the key
- getKeySpace() - Method in class jhplot.jadraw.JaKey
-
Get space between a text and the key
- getKeyTextSpace() - Method in class jhplot.HPlotJa
-
Get current space between the key symbol and the text for legends
- getKeyType() - Method in class jhplot.HKey
-
Get key type
- getL() - Method in class jhplot.math.CholeskyDecomposition
-
Return triangular factor.
- getL() - Method in class jhplot.math.LUDecomposition
-
Return lower triangular factor
- getLabel(int) - Method in class jhplot.HPlotJa
-
Return the current lable
- getLabelColor() - Method in class jhplot.HChart
-
Get label color.
- getLabelColor() - Method in class jhplot.HPlot3D
-
Get label color
- getLabelColor() - Method in class jhplot.jadraw.JaAxes
-
Get label color
- getLabelDimension(FontMetrics, int) - Method in class jhplot.jadraw.JaAxes
-
Get the lastst lavel size
- getLabelFont() - Method in class jhplot.jadraw.JaAxes
-
Get label font
- getLabelOffset(int) - Method in class jhplot.HPlot3D
-
Get offset for labels on X
- getLabelRotation() - Method in class jhplot.jadraw.JaAxes
-
Get label rotation
- getLabelsAll(int) - Method in class jhplot.HPlotJa
-
Get labels from all pads.
- getLabelSpace(int) - Method in class jhplot.jadraw.JaAxes
-
Get label space
- getLabelX() - Method in class jhplot.Plottable
-
Get the label X
- getLabelY() - Method in class jhplot.Plottable
-
Get label Y
- getLabelZ() - Method in class jhplot.Plottable
-
Get label Z
- getLatexFS() - Method in class jhplot.jadraw.JaLatexText
-
Returns the latexfs property of this text object.
- getLatexPanel() - Method in class jhplot.jadraw.JaLatexText
-
Returns the Panel that holds the String specifying this LatexText.
- getLegend() - Method in class jhplot.DrawOptions
-
Returns true if this line style should draw the name in the legend of the
graph, false otherwise
- getLegend(int) - Method in class jhplot.SPlot
-
Get the legend for a dataset, or null if there is none.
- getLegendDataset(String) - Method in class jhplot.SPlot
-
Given a legend string, return the corresponding dataset or -1 if no
legend was added with that legend string.
- getLegendFont() - Method in class jhplot.HPlot
-
Returns the font used by the legend.
- getLegendPos(int) - Method in class jhplot.HPlot
-
Returns the x or y coordinates (defined in pixels, relative to the size
of the panel showing the graph) of the legend.
- getLegendPosUse() - Method in class jhplot.HPlot
-
Returns whether or not we use the legend coordinates.
- getLegends() - Method in class jhplot.HPlotJa
-
Return all the keys used for data annotation
- getLegendSpacing() - Method in class jhplot.HPlot
-
Returns the vertical spacing, between each line of the legend.
- getLegendStyle() - Method in class jhplot.HPlotter
-
Get legend box of the current draw area (navigated with the cd() method).
- getLimit() - Method in class jhpro.stat.CLimits
-
Build a Confidence level.
- getLimit(Random) - Method in class jhpro.stat.CLimits
-
Build a Confidence level with a custom Random() to build Poisson random
numbers.
- getLimitGuess() - Method in class jhpro.stat.limit.StatConfidence
-
Get limit guess
- getLineColor() - Method in class jhplot.FPR
-
Get line color
- getLineParm() - Method in class jhplot.DrawOptions
-
Get all drawing parameters.
- getLinePars() - Method in class jhplot.P1D
-
get LinePars class which holds graphical attributes
- getLineStyle() - Method in class jhplot.DrawOptions
-
Get line style
- getLineWidth() - Method in class jhplot.HKey
-
Get a key line width
- getListenableGraph() - Method in class jhplot.HGraph
-
Returns the current Listenable Graph
- getLNQb(int, double, double) - Method in class jhpro.stat.ConfidenceLevel
-
Get a histogram of a canonical -2lnQ plot for
background hypothesis (full)
- getLNQsb(int, double, double) - Method in class jhpro.stat.ConfidenceLevel
-
Get a histogram of a canonical -2lnQ plot for
for signal and background hypothesis
- getLocation() - Method in class jhplot.math.num.pdf.Weibull
-
Access the location parameter.
- getLower() - Method in class jhplot.math.num.pdf.Uniform
-
Access the lower parameter.
- getLowerEdgeX(int) - Method in class jhplot.H2D
-
Get lower edge of the bin in X
- getLowerEdgeX(int) - Method in class jhplot.HProf2D
-
Get lower edge of the bin in X
- getLowerEdgeY(int) - Method in class jhplot.H2D
-
Get lower edge of the bins in Y
- getLowerEdgeY(int) - Method in class jhplot.HProf2D
-
Get lower edge of the bins in Y
- getLParticle() - Method in class hephysics.particle.HEParticle
-
Returns a light-weight particle class
- getMap() - Method in class jhplot.io.BrowserAida
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserData
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserHBook
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserHFile
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserHFileXML
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserPFile
-
Return a map with all objects
- getMap() - Method in class jhplot.io.BrowserRoot
-
Return a map with all objects
- getMarginBottom() - Method in class jhplot.HPlot
-
Returns the distance between the bottom-border of the panel and the
bottom X-axis.
- getMarginBottom() - Method in class jhplot.HPlotJa
-
Get size of bottom margin
- getMarginBottom() - Method in class jhplot.jadraw.JaAxes
-
Get bottom margin
- getMarginLeft() - Method in class jhplot.HPlot
-
Returns the distance between the left-border of the panel and the left
Y-axis.
- getMarginLeft() - Method in class jhplot.HPlotJa
-
Get margin from left side
- getMarginLeft() - Method in class jhplot.jadraw.JaAxes
-
Get left margin
- getMarginRight() - Method in class jhplot.HPlot
-
Returns the distance between the right-border of the panel and the right
Y-axis.
- getMarginRight() - Method in class jhplot.HPlotJa
-
Get margin from right
- getMarginRight() - Method in class jhplot.jadraw.JaAxes
-
Get right margin
- getMarginTop() - Method in class jhplot.HPlot
-
Returns the distance between the top-border of the panel and the top
X-axis.
- getMarginTop() - Method in class jhplot.HPlotJa
-
Get the size of the top margin
- getMarginTop() - Method in class jhplot.jadraw.JaAxes
-
Get top margin
- getMarginX() - Method in class jhplot.HPlotJa
-
Get margin in X between pads
- getMarginY() - Method in class jhplot.HPlotJa
-
Get space between any 2 plots in Y
- getMass() - Method in class hephysics.particle.LParticle
-
Get a mass
- getMax() - Method in class jhplot.F1D
-
Get the maximum value in X
- getMax() - Method in class jhplot.FND
-
Get the maximum value in X
- getMax() - Method in class jhplot.H1D
-
Get Maximum value of axis
- getMax() - Method in class jhplot.HProf1D
-
Get Maximum value of axis
- getMax(int) - Method in class jhplot.jadraw.JaAxes
-
Get max value
- getMax() - Method in class jhplot.P0D
-
Returns the maximum value.
- getMax() - Method in class jhplot.P0I
-
Returns the minimum value.
- getMax(int) - Method in class jhplot.P1D
-
Returns the maximum value in the range.
- getMax(int) - Method in class jhplot.P2D
-
Returns the maximum value in the range.
- getMax(int) - Method in class jhplot.P3D
-
Returns the maximum value in the range.
- getMax() - Method in class jhplot.PND
-
Get min value
- getMax() - Method in class jhplot.PNI
-
Get min value
- getMax() - Method in class jminhep.cluster.DataHolder
-
Get Max values of the data
- getMaxAbsoluteResidual() - Method in class jhplot.stat.LinReg
-
Get max absolute residual
- getMaximumIterations() - Method in class jhplot.math.num.IterativeMethod
-
Access the maximum number of iterations.
- getMaximumIterations() - Method in class jhplot.math.num.root.Bracket
-
Access the maximum number of iterations.
- getMaximumRelativeError() - Method in class jhplot.math.num.IterativeMethod
-
Access the maximum relative error.
- getMaxIndex() - Method in class jhplot.P0D
-
Returns index corresponding to maximum value.
- getMaxIndex() - Method in class jhplot.P0I
-
Returns index corresponding to maximum value.
- getMaxIndex(int) - Method in class jhplot.P1D
-
Returns the index of maximum value in the range.
- getMaxIter() - Method in class jhplot.HCellular
-
Returns the maximum generation number for GA evolutions
- getMaxNumberOfSubticsLog() - Method in class jhplot.HPlot
-
Returns the maximum number of subticks for log scale (default is 10).
- getMaxValue(int) - Method in class jhplot.HPlot
-
Returns the maximum data value for the specified axis.
- getMaxValue(int) - Method in class jhplot.HPlotter
-
Returns the maximum data value for the specified axis.
- getMaxValue() - Method in class jhplot.stat.Interpolator
-
Get min value of data in X
- getMaxX() - Method in class jhplot.F2D
-
Get Max value in X
- getMaxX() - Method in class jhplot.F3D
-
Get Max value in X
- getMaxX() - Method in class jhplot.H2D
-
Get max value of axis in X
- getMaxX() - Method in class jhplot.HProf2D
-
Get max value of axis in X
- getMaxX() - Method in class jhplot.stat.LinReg
-
Get a maximum value for X
- getMaxX() - Method in class jhplot.stat.LinRegWeighted
-
Get a maximum value for X
- getMaxY() - Method in class jhplot.F2D
-
Get Max value in Y
- getMaxY() - Method in class jhplot.F3D
-
Get Max value in Y
- getMaxY() - Method in class jhplot.H2D
-
Get max value of Y axis
- getMaxY() - Method in class jhplot.HProf2D
-
Get max value of Y axis
- getMaxY() - Method in class jhplot.stat.LinReg
-
Get maximum value in Y
- getMaxY() - Method in class jhplot.stat.LinRegWeighted
-
Get maximum value in Y
- getMaxZ() - Method in class jhplot.F3D
-
Set Max value in Z
- getMean() - Method in class jhplot.math.num.pdf.Exponential
-
Access the mean.
- getMean() - Method in class jhplot.math.num.pdf.Laplace
-
Access the mean.
- getMean() - Method in class jhplot.math.num.pdf.Logistic
-
Access the mean.
- getMean() - Method in class jhplot.math.num.pdf.LogNormal
-
Access the mean.
- getMean() - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Get mean value.
- getMean() - Method in class jhplot.math.num.pdf.Normal
-
Access the mean.
- getMean() - Method in class jhplot.math.num.pdf.Poisson
-
Access the mean.
- getMean(int) - Method in class jhplot.stat.PCA
-
Get means for the component k
- getMeans() - Method in class jhplot.stat.Anova
-
Returns an array of means for all of your sample groups.
- getMeans() - Method in class jhplot.stat.StatShape
-
Get weighted means in X and Y
- getMeanX() - Method in class jhplot.H2D
-
Get mean on X.
- getMeanX() - Method in class jhplot.HProf2D
-
Get mean on X.
- getMeanY() - Method in class jhplot.H2D
-
Get mean on Y
- getMeanY() - Method in class jhplot.HProf2D
-
Get mean on Y
- getMedian() - Method in class jhplot.math.num.pdf.Cauchy
-
Access the location parameter.
- getMin() - Method in class jhplot.F1D
-
Get the minimum value in X
- getMin() - Method in class jhplot.FND
-
Get the minimum value in X
- getMin() - Method in class jhplot.H1D
-
Get Minimum value of the axis
- getMin() - Method in class jhplot.HProf1D
-
Get Minimum value of the axis
- getMin(int) - Method in class jhplot.jadraw.JaAxes
-
Get min value
- getMin() - Method in class jhplot.P0D
-
Returns the minimum value.
- getMin() - Method in class jhplot.P0I
-
Returns the minimum value.
- getMin(int) - Method in class jhplot.P1D
-
Returns the minimum value in the range.
- getMin(int) - Method in class jhplot.P2D
-
Returns the minimum value in the range.
- getMin(int) - Method in class jhplot.P3D
-
Returns the minimum value in the range.
- getMin() - Method in class jhplot.PND
-
Get max value
- getMin() - Method in class jhplot.PNI
-
Get max value
- getMin() - Method in class jminhep.cluster.DataHolder
-
Get Min values of the data holder
- getMinIndex() - Method in class jhplot.P0D
-
Returns index corresponding to minimum value.
- getMinIndex() - Method in class jhplot.P0I
-
Returns index corresponding to minimum value.
- getMinIndex(int) - Method in class jhplot.P1D
-
Returns the index of minimum value in the range.
- getMinValue(int) - Method in class jhplot.HPlot
-
Returns the minimum data value for the specified axis.
- getMinValue(int) - Method in class jhplot.HPlotter
-
Returns the minimum data value for the specified axis.
- getMinValue() - Method in class jhplot.stat.Interpolator
-
Get maximum value of data in X
- getMinX() - Method in class jhplot.F2D
-
Get Min value in X
- getMinX() - Method in class jhplot.F3D
-
Get Min value in X
- getMinX() - Method in class jhplot.H2D
-
Get min value of axis in X
- getMinX() - Method in class jhplot.HProf2D
-
Get min value of axis in X
- getMinX() - Method in class jhplot.stat.LinReg
-
Get a minimum value for X
- getMinX() - Method in class jhplot.stat.LinRegWeighted
-
Get a minimum value for X
- getMinY() - Method in class jhplot.F2D
-
Get Min value in Y
- getMinY() - Method in class jhplot.F3D
-
Get Min value in Y
- getMinY() - Method in class jhplot.H2D
-
Get min value of Y axis
- getMinY() - Method in class jhplot.HProf2D
-
Get min value of Y axis
- getMinY() - Method in class jhplot.stat.LinReg
-
Get minimum value for Y
- getMinY() - Method in class jhplot.stat.LinRegWeighted
-
Get minimum value for Y
- getMinZ() - Method in class jhplot.F3D
-
Get Min value in Z
- getModel() - Method in class jhplot.HView3D
-
Get the current model to build a object.
- getMSE() - Method in class jhplot.stat.LinReg
-
Get MSE value
- getMultiText() - Method in class jhplot.jadraw.JaTextBox
-
Get multiline text
- getMutationRate() - Method in class jhplot.HCellular
-
Returns the mutation rate
- getName() - Method in class hephysics.particle.LParticle
-
Get a name
- getName() - Method in class jhplot.F1D
-
Get the name of the function used for evaluation
- getName() - Method in class jhplot.F2D
-
Get the name of the function used for evaluation
- getName() - Method in class jhplot.F3D
-
Get the name of the function used for evaluation
- getName() - Method in class jhplot.FND
-
Get the name of the function used for evaluation
- getName() - Method in class jhplot.FPR
-
Get parametric equation.
- getName() - Method in class jhplot.PND
-
Get a new title
- getName(int) - Method in class jminhep.cluster.DataHolder
-
Get name of the i-th attribute
- getName() - Method in class jminhep.cluster.Partition
-
Get name for this clustering
- getNames() - Method in class jhplot.VHolder
-
Return Vector with the names
- getNameX() - Method in class jhplot.DrawOptions
-
Get the name of X-axis
- getNameY() - Method in class jhplot.DrawOptions
-
Get the title of Y-axis.
- getNameZ() - Method in class jhplot.DrawOptions
-
Get the title of Z-axis
- getNclusters() - Method in class jminhep.cluster.Partition
-
get number of reconstructed clusters
- getNColumns() - Method in class hephysics.vec.Hep3Matrix
-
- getNEntries() - Method in class jhplot.io.EFile
-
Get number of events stored in the file.
- getNEntries() - Method in class jhplot.io.PFile
-
Get number of objects stored in the file.
- getNetwork() - Method in class jhplot.HNeuralNet
-
Return neural net back.
- getNFM(int) - Method in class jhplot.stat.FactorialMoments
-
Return results: NFM as a function of number of bins.
- getNiterations() - Method in class jhplot.bsom.Bsom
-
- getNiterations() - Method in class jhplot.HBsom
-
Get number of iterations used for fitting
- getNKeys() - Method in class jhplot.io.FileRoot
-
Get number of objects in the current directory of a ROOT file.
- getNMC() - Method in class jhpro.stat.limit.StatConfidence
-
Get number of MC events
- getNobs() - Method in class jhpro.stat.limit.ExpData
-
Get the number of observations
- getNRows() - Method in class hephysics.vec.Hep3Matrix
-
- getNtotX() - Method in class jhplot.HPlotJa
-
Get the total number of graphs in X
- getNtotX() - Method in class jhplot.HPlotter
-
Get the total number of graphs in X
- getNtotY() - Method in class jhplot.HPlotJa
-
Get the total number of the graphs in Y
- getNtotY() - Method in class jhplot.HPlotter
-
Get the total number of the graphs in Y
- getNumberChennels() - Method in class jhpro.stat.DataSource
-
Get total numberer of channels
- getNumberColumns() - Method in class jhpro.tseries.HStatData
-
Return number of columns in the data
- getNumberOfFailures() - Method in class jhplot.math.num.pdf.Hypergeometric
-
Access the number of failures.
- getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.Hypergeometric
-
Access the number of successes.
- getNumberOfSuccesses() - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Access the number of successes.
- getNumberOfTics(int) - Method in class jhplot.HPlot
-
Returns the number of ticks for the specified axis.
- getNumberOfTrials() - Method in class jhplot.math.num.pdf.Binomial
-
Access the number of trials.
- getNumberRows() - Method in class jhpro.tseries.HStatData
-
Return number of columns in the data
- getNumDataSets() - Method in class jhplot.SPlot
-
Return the actual number of data sets.
- getNumDigits(double) - Method in class jhplot.jadraw.JaAxes
-
Return the number of digits required to display the given number.
- getNumeratorDegreesOfFreedom() - Method in class jhplot.math.num.pdf.FDistribution
-
Access the numerator degrees of freedom.
- getNumRecords() - Method in class jhplot.io.db.BaseRecordsFile
-
Returns the number or records in the database.
- getNumRecords() - Method in class jhplot.io.db.RecordsFile
-
Returns the current number of records in the database.
- getObject(String) - Method in class jhplot.io.FileRoot
-
Get object associated with the key name in the current directory.
- getObject(int) - Method in class jhplot.io.FileRoot
-
Get object associated with the key name in tthe current directory.
- getObjectMap() - Method in class jhplot.io.HFile
-
Return objects stored in the form of a map.
- getObjectMap() - Method in class jhplot.io.HFileXML
-
Return objects stored in the form of a map.
- getObjectOutputStream() - Method in class jhplot.io.db.RecordWriter
-
- getOptAxis(String) - Method in class jhplot.HPlotter
-
Get options for available parameters
- getOptRegion(String) - Method in class jhplot.HPlotter
-
Get options for available parameters of the plotting region.
- getOutputStream() - Method in class jhplot.io.db.RecordWriter
-
- getOverflow() - Method in class jhplot.H1D
-
Number of overflow entries
- getOverflow() - Method in class jhplot.HProf1D
-
Number of overflow entries
- getOverflowEntriesX() - Method in class jhplot.H2D
-
Get overflow entries in Y
- getOverflowEntriesX() - Method in class jhplot.HProf2D
-
Get overflow entries in Y
- getOverflowEntriesY() - Method in class jhplot.H2D
-
Get overflow entries in Y
- getOverflowEntriesY() - Method in class jhplot.HProf2D
-
Get overflow entries in Y
- getOverflowHeightX() - Method in class jhplot.H2D
-
Get overflow entries in Y
- getOverflowHeightX() - Method in class jhplot.HProf2D
-
Get overflow entries in Y
- getOverflowHeightY() - Method in class jhplot.H2D
-
Get overflow height in Y
- getOverflowHeightY() - Method in class jhplot.HProf2D
-
Get overflow height in Y
- getOverflowlowHeight() - Method in class jhplot.H1D
-
Overflow height
- getOverflowlowHeight() - Method in class jhplot.HProf1D
-
Overflow height
- getP() - Method in class jhplot.math.LUDecomposition
-
Return pivot permutation vector
- getP() - Method in class jhplot.stat.Anova
-
Returns the p-value that your data is all drawn from a single
distribution.
- getP0D(int) - Method in class jhplot.PND
-
Return a specific column as an array
- getP0D(int) - Method in class jhpro.tseries.HStatData
-
Get data as 1D array for a given column
- getP0I(int) - Method in class jhplot.PNI
-
Return a specific column as an array
- getP1D(String) - Method in class jhplot.io.FileRoot
-
Get P1D associated with the key name.
- getP1D(int, int) - Method in class jhplot.PND
-
Return 2 columns as P1D to show as a X-Y plot
- getP1D(int, int) - Method in class jhplot.PNI
-
Return 2 columns as P1D to show as a X-Y plot
- getP1D(int, int) - Method in class jhpro.tseries.HStatData
-
Convert 2 columns in P1D for plotting.
- getP2D(int, int, int) - Method in class jhplot.PND
-
Return 3 columns as P2D to show as a X-Y-Z plot
- getP2D(int, int, int) - Method in class jhplot.PNI
-
Return 3 columns as P2D to show as a X-Y-Z plot
- getPad() - Method in class jhplot.HPlotJa
-
Get current pad object
- getPad(int, int) - Method in class jhplot.HPlotJa
-
Get pad characterised by n1 and n2
- getPad(int) - Method in class jhplot.jadraw.JaAxes
-
Get ID of the current pad
- getPadHeight() - Method in class jhplot.HPlotJa
-
Get the height of the current pad in NDC system.
- getPadPositionX() - Method in class jhplot.HPlotJa
-
Get the position of the current pad in X (NDC coordinate)
- getPadPositionY() - Method in class jhplot.HPlotJa
-
Get the position of the current pad in Y (in NDC coordinate)
- getPadWidth() - Method in class jhplot.HPlotJa
-
Get the width of the current pad in NDC system.
- getPadX() - Method in class jhplot.jadraw.JaKey
-
Get pad ID in X
- getPadX() - Method in class jhplot.jadraw.JaText
-
Get pad ID in X
- getPadX() - Method in class jhplot.jadraw.JaTextBox
-
Get pad ID in X
- getPadY() - Method in class jhplot.jadraw.JaKey
-
Get pad ID in Y
- getPadY() - Method in class jhplot.jadraw.JaText
-
Get pad ID in Y
- getPadY() - Method in class jhplot.jadraw.JaTextBox
-
Get pad ID in Y
- getPanelSize() - Method in class jhplot.HPlot
-
Returns the dimensions of the panel used to display the graph.
- getPar(String) - Method in class jhplot.HFitter
-
Get parameter value
- getParAxis() - Method in class jhplot.HPlotter
-
Get available parameters for axis.
- getParent() - Method in class hephysics.particle.LParticle
-
Get a parent particle
- getParPlotter() - Method in class jhplot.HPlotter
-
Get available parameters for this canvas.
- getParRegion() - Method in class jhplot.HPlotter
-
Get available parameters for this canvas.
- getParse() - Method in class jhplot.F1D
-
Return parsed function.
- getParse() - Method in class jhplot.F2D
-
Return parsed function.
- getParse() - Method in class jhplot.F3D
-
Return parsed function.
- getParText() - Method in class jhplot.HPlotter
-
Get available parameters to draw text
- getPdgcode() - Method in class hephysics.particle.HEParticle
-
Get PDG code
- getPeaks() - Method in class jhpro.tseries.PeakFinder
-
Return peaks in form of multiplets.
- getPearsonR() - Method in class jhplot.stat.LinReg
-
Get pearson R
- getPenColor() - Method in class jhplot.P3D
-
Get the color attribute
- getPenWidth() - Method in class jhplot.FPR
-
Get width of line
- getPenWidth() - Method in class jhplot.jadraw.JaKey
-
Get pen width used to draw the key
- getPenWidth() - Method in class jhplot.jadraw.JaLine
-
Get line width
- getPenWidth() - Method in class jhplot.P3D
-
Get width of the lines
- getPenWidthAxes() - Method in class jhplot.HPlot3D
-
Gets the pen width to draw axes
- getPenWidthAxis() - Method in class jhplot.HPlot
-
Get pen width to draw axis
- getPicture() - Method in class jhplot.shapes.Picture
-
Get the image
- getPlot() - Method in class jhplot.HChart
-
Get XY plot
- getPlotCanvas() - Method in class jhplot.HPlot2D
-
Get the original canvas
- getPlotRectangle() - Method in class jhplot.SPlot
-
Get the current plot rectangle.
- getPlotter() - Method in class jhplot.HPlotter
-
Return JAS plotter
- getPlotterStyle() - Method in class jhplot.HPlotter
-
Get current plotter style.
- getPlotType() - Method in class jhplot.jadraw.JaAxes
-
- getPND() - Method in class jhpro.tseries.HStatData
-
Get data as PND object
- getPoints() - Method in class jhplot.F1D
-
Get the number of points
- getPoints() - Method in class jhplot.F2D
-
Get the number of points for evaluation of a function
- getPoints() - Method in class jhplot.F3D
-
Get the number of points for evaluation of a function
- getPoints() - Method in class jhplot.FND
-
Get the number of points
- getPoints(DataArray) - Method in class jhplot.jadraw.JaAxes
-
- getPoints() - Method in class jminhep.cluster.Partition
-
Get number of points accosiated with clusters
- getPointsNoCuts(DataArray) - Method in class jhplot.jadraw.JaAxes
-
- getPopulationSize() - Method in class jhplot.HCellular
-
Returns the populationSize
- getPosition() - Method in class hephysics.particle.HEParticle
-
Get position in X,Y,Z,time
- getPosition() - Method in class jhplot.shapes.HShape
-
Get position of a primitive
- getPosition() - Method in class jhpro.tseries.Peak
-
- getPositionCoordinate() - Method in class jhplot.HKey
-
Is the position set?
- getPositionCoordinate() - Method in class jhplot.HLabel
-
Is the position set?
- getPositionCoordinate() - Method in class jhplot.HLabelEq
-
Is the position set?
- getPositionCoordinate() - Method in class jhplot.HMLabel
-
Is the position set?
- getPositionCoordinate() - Method in class jhplot.shapes.HShape
-
Is the position set?
- getPositionError() - Method in class jhpro.tseries.Peak
-
- getPowerN(double[], int) - Static method in class jhplot.math.ArrayMathUtils
-
Sums all components then puts to power n.
- getPrediction() - Method in class jhplot.stat.LinReg
-
Get prediction lines
- getPrediction(Color) - Method in class jhplot.stat.LinReg
-
Get prediction lines
- getPredictionBand() - Method in class jhplot.stat.LinReg
-
Calculate the prediction band in form of P1D with errors.
- getPredictionBand(Color) - Method in class jhplot.stat.LinReg
-
Calculate the prediction band in form of P1D with errors.
- getPredictionBand(Color, double) - Method in class jhplot.stat.LinReg
-
Calculate the prediction band in form of P1D with errors.
- getPredictionBand(int, Color, double) - Method in class jhplot.stat.LinReg
-
Calculate the prediction band in form of P1D with errors.
- getPreferences() - Static method in class jhplot.HPlotJa
-
Checks whether preferences have been saved from an earlier session and if
yes, imports them.
- getProbability() - Method in class jhplot.H1D
-
Return q probability distribution derived from a histogram.
- getProbability() - Method in class jhplot.H2D
-
Return q probability distribution derived from a histogram.
- getProbabilityCH() - Method in class jhpro.stat.limit.StatConfidence
-
get probability (Cousins+Highland) for the given limit.
- getProbabilityJ() - Method in class jhpro.stat.limit.StatConfidence
-
Probability (Jeffreys) for the given limit.
- getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Binomial
-
Access probability of success.
- getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.Geometric
-
Access probability of success.
- getProbabilityOfSuccess() - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Access probability of success.
- getProbabilitySWG() - Method in class jhpro.stat.limit.StatConfidence
-
Get probability (BaBar SWG) for the given limit.
- getProblem() - Method in class jhpro.sregression.SymRegression
-
Return problem.
- getQ() - Method in class jhplot.math.QRDecomposition
-
Generate and return the (economy-sized) orthogonal factor
- getQuickX(int) - Method in class jhplot.P1D
-
Return a specific X-value quickly (no bound check).
- getQuickY(int) - Method in class jhplot.P1D
-
Return a specific Y-value quickly (no bound check).
- getR() - Method in class jhplot.math.QRDecomposition
-
Return the upper triangular factor
- getRadius() - Method in class jhplot.shapes.Circle
-
Get the radius
- getRadiusX() - Method in class jhplot.shapes.Ellipse
-
Get the radius in X
- getRadiusY() - Method in class jhplot.shapes.Ellipse
-
Get the radius in Y
- getRangeCopy(double[], int, int) - Static method in class jhplot.math.DoubleArray
-
Extract a section of an array.
- getRangeCopy(int[], int, int) - Static method in class jhplot.math.IntegerArray
-
- getReader() - Method in class jhplot.io.FileRoot
-
Returns RootFileReader
- getRecords() - Method in class jhplot.io.HDataBase
-
Returns the current number of records in the database.
- getRegionStyle() - Method in class jhplot.HPlotter
-
Get style of the current plotting region.
- getRelation() - Method in class jminhep.cluster.DataHolder
-
Get name of the data holder (i.e.
- getRelativeError() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
-
Access the current relative error in the evaluation.
- getRelh() - Method in class jhplot.jadraw.JaObject
-
Returns the relative height of this object.
- getRelHndc() - Method in class jhplot.jadraw.JaObject
-
Returns the relative height of this object in NDC.
- getRelHuser() - Method in class jhplot.jadraw.JaObject
-
Returns the relative height of this object in USER.
- getRelSize() - Method in class jhplot.jadraw.JaObject
-
Returns the relative width and height of this object.
- getRelw() - Method in class jhplot.jadraw.JaObject
-
Returns the relative width of this object.
- getRelWndc() - Method in class jhplot.jadraw.JaObject
-
Returns the relative width of this object in NDC.
- getRelWuser() - Method in class jhplot.jadraw.JaObject
-
Returns the relative width of this object in USER.
- getRepresentation() - Method in class hephysics.vec.SpacePoint
-
- getResiduals() - Method in class jhplot.stat.LinReg
-
Get residuals
- getResult() - Method in class jhplot.HBsom
-
Get results of training.
- getResult() - Method in class jhplot.HFitter
-
Get result of the fit.
- getResult() - Method in class jhplot.stat.LinReg
-
Get the linear regression result
- getResult() - Method in class jhplot.stat.LinRegWeighted
-
Get the fit results
- getResults(String) - Method in class jhpro.stat.ConfidenceLevel
-
Display sort of a "canonical" -2lnQ plot.
- getResults() - Method in class jhpro.stat.Moments
-
Get results in form of P1D.
- getResults() - Method in class jhpro.stat.MomentsFac
-
Get results in form of P1D.
- getResults() - Method in class jhpro.stat.MomentsFacNorm
-
Get results in form of P1D.
- getResults() - Method in class jhpro.stat.MomentsNorm
-
Get results in form of P1D.
- getRmsX() - Method in class jhplot.H2D
-
Get RMS on X
- getRmsX() - Method in class jhplot.HProf2D
-
Get RMS on X
- getRmsY() - Method in class jhplot.H2D
-
Get RMS on Y
- getRmsY() - Method in class jhplot.HProf2D
-
Get RMS on Y
- getRotAngle() - Method in class jhplot.jadraw.JaBlob
-
Returns the rotation angle of this blob.
- getRotAngle() - Method in class jhplot.jadraw.JaKey
-
Returns the rotAngle property of this text object.
- getRotAngle() - Method in class jhplot.jadraw.JaLatexText
-
Returns the rotAngle property of this text object.
- getRotAngle() - Method in class jhplot.jadraw.JaText
-
Returns the rotAngle property of this text object.
- getRotAngle() - Method in class jhplot.jadraw.JaTextBox
-
Returns the rotAngle property of this text object.
- getRotAngle() - Method in class jhplot.jadraw.JaVertexT2
-
Returns the rotation angle of this vertex.
- getRotateTicks(int) - Method in class jhplot.jadraw.JaAxes
-
Set true if ticks should be rotated
- getRotation() - Method in class jhplot.HKey
-
Returns the rotation angle.
- getRotation() - Method in class jhplot.HLabel
-
Returns the rotation angle.
- getRotation() - Method in class jhplot.HMLabel
-
Returns the rotation angle.
- getRotation() - Method in class jhplot.shapes.Text
-
Get the rotation angle
- getRotationAngle() - Method in class jhplot.HPlot3D
-
Get the rotation angle
- getRow(int) - Method in class jhplot.PND
-
Return a specific row as array
- getRow(int) - Method in class jhplot.PNI
-
Return a specific row as array
- getRow(int) - Method in class jhpro.tseries.HStatData
-
Get a row
- getRow(int) - Method in class jminhep.cluster.DataHolder
-
Get DataPoint at the position n
- getRowCopy(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Extract a row from a matrix.
- getRowCopy(int[][], int) - Static method in class jhplot.math.IntegerArray
-
- getRowP0D(int) - Method in class jhplot.PND
-
Return a specific row as P0D
- getRowP0D(int) - Method in class jhplot.PNI
-
Return a specific row as P0D
- getRows(String, int, int) - Method in class jhplot.PND
-
Get rows : min is inxluded, max is not;
- getRows(String, int, int) - Method in class jhplot.PNI
-
Get rows : min is inxluded, max is not;
- getRowsCopy(double[][], int...) - Static method in class jhplot.math.DoubleArray
-
Extract specific rows from a matrix.
- getRowsCopy(int[][], int...) - Static method in class jhplot.math.IntegerArray
-
- getRowsRangeCopy(double[][], int, int) - Static method in class jhplot.math.DoubleArray
-
Extract a range of rows from a matrix.
- getRowsRangeCopy(int[][], int, int) - Static method in class jhplot.math.IntegerArray
-
- getRule() - Method in class jhplot.HCellular
-
Get current rule.
- getRules() - Method in class jhplot.HCellular
-
Get all available rules
- getRunNumber() - Method in class jhplot.HCellular
-
Returns the run number
- getS() - Method in class jhplot.math.SingularValueDecomposition
-
Return the diagonal matrix of singular values
- getSampleSize() - Method in class jhplot.math.num.pdf.Hypergeometric
-
Access the sample size.
- getScale() - Method in class jhplot.math.num.pdf.Cauchy
-
Access the scale parameter.
- getScale() - Method in class jhplot.math.num.pdf.Laplace
-
Access the scale.
- getScale() - Method in class jhplot.math.num.pdf.Logistic
-
Access the scale parameter.
- getScale() - Method in class jhplot.math.num.pdf.Rayleigh
-
Access the scale parameter.
- getScale() - Method in class jhplot.math.num.pdf.Weibull
-
Access the scale parameter.
- getScaledPosition(double, double) - Method in class jhplot.shapes.HShape
-
Scale the positions
- getScaling() - Method in class jhplot.HPlot3D
-
Get the scaling
- getSeeds() - Method in class jminhep.cluster.Partition
-
Get seeds
- getSensitivity() - Method in class jhpro.stat.limit.StatConfidence
-
Get sensitivity
- getSensitivityError() - Method in class jhpro.stat.limit.StatConfidence
-
Get error on sensitivity
- getSeparation() - Method in class jhplot.HKey
-
Return vertical separation between different keys.
- getSettings(XMLWrite) - Method in class jhplot.shapes.HShape
-
Returns the settings of the primitive in a XML instance.
- getShadow() - Method in class jhplot.HPlot
-
Returns whether or not a shadow will be drawn at the panel border.
- getShadowColor() - Method in class jhplot.jadraw.JaTextBox
-
Get color of shadow
- getShadowXOffset() - Method in class jhplot.jadraw.JaTextBox
-
Get shadow offset in X
- getShadowYOffset() - Method in class jhplot.jadraw.JaTextBox
-
Get shadow offset in Y
- getShape() - Method in class jhplot.math.num.pdf.Weibull
-
Access the shape parameter.
- getShapeList() - Method in class jhplot.HPlotXYZ
-
Get list of shapes plotted on the current pad given by the cd() method.
- getSignal() - Method in class jhpro.stat.DataSource
-
Get data for signal
- getSingularValues() - Method in class jhplot.math.SingularValueDecomposition
-
Return the one-dimensional array of singular values
- getSize() - Method in class jhplot.jadraw.JaObject
-
Returns the width and height of this object.
- getSize() - Method in class jhplot.math.num.DoubleArray
-
Access the size of this array.
- getSize() - Method in class jhpro.stat.DataKeeper
-
Get the size of container
- getSize() - Method in class jminhep.cluster.DataHolder
-
Get size of the data holder
- getSizeX() - Method in class jhplot.HPlotJa
-
get X size
- getSizeX() - Method in class jhplot.HPlotter
-
Get the width of the main panel which keeps all margins and the central
panel (in pixels)
- getSizeY() - Method in class jhplot.HPlotJa
-
get Y size
- getSizeY() - Method in class jhplot.HPlotter
-
Get the height of the main panel which keeps all margins and the central
panel (in pixels)
- getSlicesCardinals() - Method in class jhplot.math.Slicing
-
- getSlicesCenters() - Method in class jhplot.math.Slicing
-
- getSlicesIndexes() - Method in class jhplot.math.Slicing
-
- getSlicesWidths() - Method in class jhplot.math.Slicing
-
- getSlicingMatrix() - Method in class jhplot.math.Slicing
-
- getSlope() - Method in class jhplot.stat.LinReg
-
Get slope
- getSlope() - Method in class jhplot.stat.LinRegWeighted
-
Get slope
- getSlopeError() - Method in class jhplot.stat.LinReg
-
Get the standard error on slope
- getSlopeError() - Method in class jhplot.stat.LinRegWeighted
-
Get the standard error on slope
- getSpaceparity() - Method in class hephysics.particle.HEParticle
-
get P space parity
- getSpin() - Method in class hephysics.particle.HEParticle
-
Get J total spin
- getSSE() - Method in class jhplot.stat.LinReg
-
Get SSE value
- getSSR() - Method in class jhplot.stat.LinReg
-
Ger SSR value
- getStandardDeviation() - Method in class jhplot.math.num.pdf.LogNormal
-
Access the standard deviation.
- getStandardDeviation() - Method in class jhplot.math.num.pdf.Normal
-
Access the standard deviation.
- getStangle() - Method in class jhplot.jadraw.JaArcObject
-
Returns the stangle property of this arc object.
- getStat() - Method in class jhplot.H1D
-
Calculate complete statistics for this histogram.
- getStat() - Method in class jhplot.H2D
-
Calculate complete statistics for this histogram for the X or Y
Unlike other methods (like mean or rms), it performs calculations
on the existing histogram, thus the method is somewhat slow.
- getStat() - Method in class jhplot.P0D
-
Get complete statistics for this container.
- getStat() - Method in class jhplot.P0I
-
Get complete statistics for this container.
- getStat(int) - Method in class jhplot.P1D
-
Get complete statistics for this container for a given axis.
- getStatBoxStyle() - Method in class jhplot.HPlotter
-
Get statistical box of the current draw area (navigated with the cd()
method).
- getStatistic() - Method in class jhpro.stat.ConfidenceLevel
-
- getStatistics(H1D) - Method in class jhplot.HPlotJa
-
Get statistics in form of strings
- getStatistics(P1D) - Method in class jhplot.HPlotJa
-
Get strings representing the statistics for the given object
- getStatistics() - Method in class jhplot.jadraw.JaAxes
-
Get strings representing the statistics of the object
- getStatParameters() - Method in class jhplot.H1D
-
Get statistical parameters of a Histogram as a list of strings
- getStatString() - Method in class jhplot.P0D
-
Returns a string representing statistics.
- getStatString() - Method in class jhplot.P0I
-
Get string with all statistics
- getStatus() - Method in class hephysics.particle.HEParticle
-
Status Monte Carlo code
- getStd(int) - Method in class jhplot.stat.PCA
-
Get standard deviations
- getStirlingError(double) - Static method in class jhplot.math.num.pdf.SaddlePoint
-
Compute the error of Stirling's series at the given value.
- getStream(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Create a stream to the file specified by filename.
- getStringValues() - Method in class jhplot.P0D
-
Return all values as a string.
- getStringValues() - Method in class jhplot.P0I
-
Return all values as a string.
- getStroke() - Method in class jhplot.jadraw.JaArcObject
-
Returns the stroke property of this arc object.
- getStroke() - Method in class jhplot.jadraw.JaFillObject
-
Returns the stroke (line width) of this object.
- getStroke() - Method in class jhplot.jadraw.JaLineObject
-
Returns the stroke property of this line object.
- getStroke() - Method in class jhplot.jadraw.JaLoopObject
-
Returns the stroke property of this loop object.
- getStroke() - Method in class jhplot.jadraw.JaVertex
-
Returns the stroke property of this line object.
- getStroke() - Method in class jhplot.shapes.HShape
-
Get the Stroke to a specific value
- getStyle() - Method in class jhplot.HPlot2D
-
Get current style
- getStyle() - Method in class jhplot.HPlotter
-
Get style of the current graph.
- getSubMatrixRangeCopy(double[][], int, int, int, int) - Static method in class jhplot.math.DoubleArray
-
Carve out a submatrix from the input matrix and return a copy.
- getSubMatrixRangeCopy(int[][], int, int, int, int) - Static method in class jhplot.math.IntegerArray
-
- getSubTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
-
Get the number of sub-ticks
- getSubTicksSize(int) - Method in class jhplot.jadraw.JaAxes
-
Get sub-tick size
- getSubTicLength(int) - Method in class jhplot.HPlot
-
Returns the length of the sub-ticks.
- getSubTicNumber(int) - Method in class jhplot.HPlot
-
Get the number of subticks for a given axis
- getSummary() - Method in class jhplot.stat.PCA
-
Return projection vectors and information per projection vector.
- getSummary() - Method in class jhplot.stat.StatShape
-
Return all shape parameters
- getSumXSquared() - Method in class jhplot.stat.LinReg
-
Get sun of the square
- getSurfaceModel() - Method in class jhplot.HPlot3D
-
Get current surface
- getSxx() - Method in class jhplot.stat.LinReg
-
Get Sxx value: sumXsquared - sumX * sumX / n
- getSymbol() - Method in class jhplot.DrawOptions
-
Get current symbol
- getSymbol(DataArray) - Static method in class jhplot.HPlotJa
-
- getSymbolColor() - Method in class jhplot.P2D
-
Get color attribute
- getSymbolSize() - Method in class jhplot.DrawOptions
-
Get the size of the symbols
- getSymbolSize() - Method in class jhplot.P2D
-
Get size of the symbols
- getSymm() - Method in class jhplot.jadraw.JaLineObject
-
Returns the symm property of this line object.
- getSys(P1D[]) - Method in class jhplot.P1D
-
Return P1D array which contains 2nd level errors (or systematic errors)
evaluated from an array of P1D data holders.
- getSyy() - Method in class jhplot.stat.LinReg
-
Get SYY value: sumYsquared - sumY * sumY / n
- getT() - Method in class hephysics.vec.HepLorentzVector
-
Get time (as t())
- getTableModel() - Method in class jhplot.SPsheet
-
Get table model.
- getTestData() - Method in class jhpro.sregression.SymRegression
-
Return test data as double array
- getTestPND() - Method in class jhpro.sregression.SymRegression
-
Return test data as PND
- getText() - Method in class jhplot.HKey
-
Get the text of the label.
- getText() - Method in class jhplot.HLabel
-
Get the text of the label.
- getText() - Method in class jhplot.HLabelEq
-
Get the equation text of the label.
- getText() - Method in class jhplot.HMLabel
-
Get text of the label.
- getText() - Method in class jhplot.jadraw.JaKey
-
Returns the textString property of this text object.
- getText() - Method in class jhplot.jadraw.JaText
-
Returns the textString property of this text object.
- getText() - Method in class jhplot.jadraw.JaTextBox
-
Returns the textString property of this text object.
- getText() - Method in interface jhplot.math.io.StringPrintable
-
- getText() - Method in class jhplot.shapes.Text
-
Get a string with the text
- getTextFonts() - Method in class jhplot.HPlotter
-
Get available fonts to draw text
- getTextString() - Method in class jhplot.jadraw.JaLatexText
-
Returns the textString property of this text object.
- getTicColor(int) - Method in class jhplot.HPlot
-
Returns the color used by the labels drawn at each tick.
- getTicFont(int) - Method in class jhplot.HPlot
-
Returns the font used by the labels drawn at each tick.
- getTickColor() - Method in class jhplot.HChart
-
Get color of ticks.
- getTickFont() - Method in class jhplot.HChart
-
Get font of ticks.
- getTicksNumber(int) - Method in class jhplot.jadraw.JaAxes
-
Get number of main ticks
- getTicksSize(int) - Method in class jhplot.jadraw.JaAxes
-
Get subtick size
- getTicLabel() - Method in class jhplot.jadraw.JaAxes
-
- getTicLength(int) - Method in class jhplot.HPlot
-
Returns the length of the ticks.
- getTicsMirror(int) - Method in class jhplot.HPlot
-
Returns whether or not we should draw ticks on the mirror axis.
- getTicsRotate(int) - Method in class jhplot.HPlot
-
Returns whether or not we should rotate the ticks.
- getTimeCreation() - Method in class jhplot.io.HBook
-
Return time of file creation.
- getTitle() - Method in class jhplot.DrawOptions
-
Get the title of an object
- getTitle() - Method in class jhplot.F3D
-
Get the title
- getTitle() - Method in class jhplot.H3D
-
get Title of the histogram
- getTitle() - Method in class jhplot.HPlotJas
-
Return title of this plotter.
- getTitle() - Method in class jhplot.HPlotter
-
Return title of this plotter.
- getTitle() - Method in class jhplot.HProf1D
-
get Title of the histogram
- getTitle() - Method in class jhplot.io.FileRoot
-
Get ROOT title
- getTitle() - Method in class jhplot.P0D
-
Get a new title
- getTitle() - Method in class jhplot.P0I
-
Get a new title
- getTitle() - Method in class jhplot.P3D
-
Get a new title
- getTitle() - Method in class jhplot.Plottable
-
Get a new title
- getTitle() - Method in class jhplot.PND
-
Get a new title.
- getTitle() - Method in class jhplot.PNI
-
Get a new title
- getTitle() - Method in class jhplot.SPlot
-
Get the title of the graph, or an empty string if there is none.
- getTitle() - Method in class jhplot.VHolder
-
Get title of the container
- getTitle() - Method in class jhpro.stat.DataKeeper
-
- getTMax() - Method in class jhplot.HCellular
-
Returns used t_max
- getTorus(String) - Static method in class jhplot.HCellular
-
- getTransparency() - Method in class jhplot.jadraw.JaBlob
-
Get the transparency of it
- getTransparency() - Method in class jhplot.jadraw.JaBox
-
Get the transparency of it
- getTransparency() - Method in class jhplot.jadraw.JaLine
-
Get the transparency of it
- getTransparency() - Method in class jhplot.shapes.HShape
-
Get the transparency level
- getTS() - Method in class jhpro.tseries.HStatData
-
Return time series as array
- getType() - Method in class hephysics.particle.HEParticle
-
Get PDG type ID
- getType() - Method in class jhplot.DrawOptions
-
Get the type of the object
- getType() - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
-
- getType() - Method in class jhplot.jadraw.JaKey
-
Get type of this object
- getType() - Method in class jhplot.jadraw.JaText
-
Get identification type for this label
- getType() - Method in class jhplot.jadraw.JaTextBox
-
Get identification number for this text object
- getType() - Method in class jhplot.shapes.Arrow
-
Get the type of arrow
- getTypes() - Method in class jhplot.UConverter
-
Get all conversion types as strings
- getU() - Method in class jhplot.math.LUDecomposition
-
Return upper triangular factor
- getU() - Method in class jhplot.math.SingularValueDecomposition
-
Return the left singular vectors
- getUnderflow() - Method in class jhplot.H1D
-
Number of underflow entries
- getUnderflow() - Method in class jhplot.HProf1D
-
Number of underflow entries
- getUnderflowEntriesX() - Method in class jhplot.H2D
-
Get underflow entries in X
- getUnderflowEntriesX() - Method in class jhplot.HProf2D
-
Get underflow entries in X
- getUnderflowEntriesY() - Method in class jhplot.H2D
-
Get underflow entries in Y
- getUnderflowEntriesY() - Method in class jhplot.HProf2D
-
Get underflow entries in Y
- getUnderflowHeight() - Method in class jhplot.H1D
-
Underflow height
- getUnderflowHeight() - Method in class jhplot.HProf1D
-
Underflow height
- getUnderflowHeightsX() - Method in class jhplot.HProf2D
-
Get underflow heights in X
- getUnderflowHeightX() - Method in class jhplot.H2D
-
Get underflow height in X
- getUnderflowHeightX() - Method in class jhplot.HProf2D
-
Get underflow height in X
- getUnderflowHeightY() - Method in class jhplot.H2D
-
Get underflow height in Y
- getUnderflowHeightY() - Method in class jhplot.HProf2D
-
Get underflow height in Y
- getUpper() - Method in class jhplot.math.num.pdf.Uniform
-
Access the upper parameter.
- getUpperEdgeX(int) - Method in class jhplot.H2D
-
Get upper edge of the bin in X
- getUpperEdgeX(int) - Method in class jhplot.HProf2D
-
Get upper edge of the bin in X
- getUpperEdgeY(int) - Method in class jhplot.H2D
-
Get upper edge of the bin in Y
- getUpperEdgeY(int) - Method in class jhplot.HProf2D
-
Get upper edge of the bin in Y
- getUserModeString() - Method in class jhplot.HCellular
-
- getV() - Method in class jhplot.math.SingularValueDecomposition
-
Return the right singular vectors
- getV3() - Method in class hephysics.particle.LParticle
-
Get a 3-vector woth (Px,Py,Pz) or (X,Y,Z)
- getV3() - Method in class hephysics.vec.HepLorentzVector
-
Get 3-vector
- getVal() - Method in class jhplot.math.ValueErr
-
Get current value
- getValidationData() - Method in class jhpro.sregression.SymRegression
-
Return validation data as double array
- getValidationPND() - Method in class jhpro.sregression.SymRegression
-
Return validation data as PND
- getValue(int) - Method in class jhpro.stat.DataKeeper
-
Get value at index
- getValueAt(int, int) - Method in class jhplot.SPsheet
-
This method returns the cell object at those coordinates.
- getValues(int) - Method in class jhplot.H1D
-
Get positions in X,Y and Errors.
- getValues(int) - Method in class jhplot.HProf1D
-
Get positions in X,Y and Errors.
- getValues() - Method in class jhpro.stat.DataKeeper
-
Get values
- getValues() - Method in class jhpro.stat.Moments
-
Get values of the moments
- getValues() - Method in class jhpro.stat.MomentsFac
-
Get values of the factorial moments
- getValues() - Method in class jhpro.stat.MomentsFacNorm
-
Get values of the normalised factorial moments (NFM).
- getValues() - Method in class jhpro.stat.MomentsNorm
-
Get values of the normalised factorial moments (NFM).
- getVariance() - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Get mean value.
- getVarianceMax() - Method in class jhpro.stat.EEcentricity
-
Get variance alone the major axis (longest component)
- getVarianceMin() - Method in class jhpro.stat.EEcentricity
-
Get variance alone the minor (shortest component)
- getVarNames() - Method in class jhpro.tseries.HStatData
-
Get names of variables
- getVars() - Method in class jhplot.FND
-
Return all variables
- getVarString() - Method in class jhplot.FND
-
Get arguments of the function (independent variables).
- getVersion() - Method in class jhplot.io.EFile
-
Get version of the input file.
- getVersion() - Method in class jhplot.io.FileRoot
-
Get ROOT version
- getVersion() - Method in class jhplot.io.HBook
-
Get version of the file.
- getVersion() - Method in class jhplot.io.HFileMap
-
Get file version.
- getVersion() - Method in class jhplot.io.PFile
-
Get version of the input file.
- getVersion() - Static method in class jhplot.JHPlot
-
Get version information
- getWhoAm() - Method in class jhplot.shapes.HShape
-
Primitive type
- getWidth() - Method in class jhplot.jadraw.JaObject
-
Returns the width of this object.
- getWidth() - Method in class jhplot.v3d.Model3d
-
- getWidth() - Method in class jhpro.tseries.Peak
-
- getWidthError() - Method in class jhpro.tseries.Peak
-
- getX(int) - Method in class jhplot.F1D
-
Get value in X-axis
- getX(int) - Method in class jhplot.FND
-
Get value in X-axis
- getX() - Method in class jhplot.HKey
-
Returns the X position of the text.
- getX() - Method in class jhplot.HLabel
-
Returns the X position of the text.
- getX() - Method in class jhplot.HLabelEq
-
Returns the X position of the text.
- getX() - Method in class jhplot.HMLabel
-
Returns the X position of the text.
- getX() - Method in class jhplot.jadraw.JaObject
-
Returns the x coordinate of this object.
- getX(int) - Method in class jhplot.P1D
-
Return a specific X-value.
- getX(int) - Method in class jhplot.P2D
-
Return a specific X-value.
- getX(int) - Method in class jhplot.P3D
-
Return a specific X-value.
- getX() - Method in class jhplot.v3d.Vector3d
-
- getX1() - Method in class jhplot.jadraw.JaArcObject
-
Returns the x coordinate of the first click point of this arc.
- getX1() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the x coordinate of the first click point of this vertex.
- getX2() - Method in class jhplot.jadraw.JaArcObject
-
Returns the x coordinate of the second click point of this arc.
- getX2() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the x coordinate of the second click point of this vertex.
- getX3() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the x coordinate of the third click point of this vertex.
- getXAutoRange() - Method in class jhplot.SPlot
-
Get the range for X values of the data points registered so far.
- getXBar() - Method in class jhplot.stat.LinReg
-
Get average x
- getXBar() - Method in class jhplot.stat.LinRegWeighted
-
Get average x
- getXE1left() - Method in class jhplot.P1D
-
Left error on X (1st level)
- getXE1right() - Method in class jhplot.P1D
-
Right eroor on X
- getXE2left() - Method in class jhplot.P1D
-
Left error on X (2nd level)
- getXE2right() - Method in class jhplot.P1D
-
Right error (2nd level) on X
- getXLabel() - Method in class jhplot.SPlot
-
Get the label for the X (horizontal) axis, or null if none has been set.
- getXleft(int) - Method in class jhplot.P1D
-
Return a specific left error on X-value.
- getXleftSys(int) - Method in class jhplot.P1D
-
Return a specific left error on X-value (systematic error).
- getXLog() - Method in class jhplot.SPlot
-
Return whether the X axis is drawn with a logarithmic scale.
- getXndc() - Method in class jhplot.jadraw.JaObject
-
Returns the NDC x coordinate of this object.
- getXRange() - Method in class jhplot.SPlot
-
Get the X range.
- getXright(int) - Method in class jhplot.P1D
-
Return a specific right error on X-value.
- getXrightSys(int) - Method in class jhplot.P1D
-
Return a specific right error on X-value (systematic error).
- getXTicks() - Method in class jhplot.SPlot
-
Get the X ticks that have been specified, or null if none.
- getXuser() - Method in class jhplot.jadraw.JaObject
-
Returns the USER x coordinate of this object.
- getXval() - Method in class jhplot.P1D
-
Get array of X values;
- getXYCoord(int, int, int, int) - Method in class jhplot.jadraw.JaBox
-
Get coordinates of the box
- getY(int) - Method in class jhplot.F1D
-
Get value in Y-axis
- getY(int) - Method in class jhplot.FND
-
Get value in Y-axis
- getY() - Method in class jhplot.HKey
-
Returns the Y position of the text.
- getY() - Method in class jhplot.HLabel
-
Returns the Y position of the text.
- getY() - Method in class jhplot.HLabelEq
-
Returns the Y position of the text.
- getY() - Method in class jhplot.HMLabel
-
Returns the Y position of the text.
- getY() - Method in class jhplot.jadraw.JaObject
-
Returns the y coordinate of this object.
- getY(int) - Method in class jhplot.P1D
-
Return a specific Y-value.
- getY(int) - Method in class jhplot.P2D
-
Return a specific Y-value.
- getY(int) - Method in class jhplot.P3D
-
Return a specific Y-value.
- getY() - Method in class jhplot.v3d.Vector3d
-
- getY1() - Method in class jhplot.jadraw.JaArcObject
-
Returns the y coordinate of the first click point of this arc.
- getY1() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the y coordinate of the first click point of this vertex.
- getY2() - Method in class jhplot.jadraw.JaArcObject
-
Returns the y coordinate of the second click point of this arc.
- getY2() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the y coordinate of the second click point of this vertex.
- getY3() - Method in class jhplot.jadraw.JaVertexT5
-
Returns the y coordinate of the third click point of this vertex.
- getYAutoRange() - Method in class jhplot.SPlot
-
Get the range for Y values of the data points registered so far.
- getYBar() - Method in class jhplot.stat.LinReg
-
Get average Y
- getYBar() - Method in class jhplot.stat.LinRegWeighted
-
Get average Y
- getYE1down() - Method in class jhplot.P1D
-
Down error on Y (1st level)
- getYE1upper() - Method in class jhplot.P1D
-
Upper error on Y (1st level)
- getYE2down() - Method in class jhplot.P1D
-
Down error on Y (2nd level)
- getYE2upper() - Method in class jhplot.P1D
-
Upper error on Y (2nd level)
- getYLabel() - Method in class jhplot.SPlot
-
Get the label for the Y (vertical) axis, or null if none has been set.
- getYLog() - Method in class jhplot.SPlot
-
Return whether the Y axis is drawn with a logarithmic scale.
- getYlower(int) - Method in class jhplot.P1D
-
Return a specific lower error on Y-value.
- getYlowerSys(int) - Method in class jhplot.P1D
-
Return a specific total lower error on Y-value.
- getYndc() - Method in class jhplot.jadraw.JaObject
-
Returns the NDC y coordinate of this object.
- getYRange() - Method in class jhplot.SPlot
-
Get the Y range.
- getYTicks() - Method in class jhplot.SPlot
-
Get the Y ticks that have been specified, or null if none.
- getYupper(int) - Method in class jhplot.P1D
-
Return a specific upper error on Y-value.
- getYupperSys(int) - Method in class jhplot.P1D
-
Return a specific systematical upper error on Y-value.
- getYuser() - Method in class jhplot.jadraw.JaObject
-
Returns the USER y coordinate of this object.
- getYval() - Method in class jhplot.P1D
-
Get array of Y values;
- getZ(int) - Method in class jhplot.P2D
-
Return a specific Z-value.
- getZ(int) - Method in class jhplot.P3D
-
Return a specific Z-value.
- getZ() - Method in class jhplot.v3d.Vector3d
-
- GlArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
-
- GLine(float, float) - Static method in class jhplot.jadraw.Diagram
-
A g-line for ghost particles.
- GlLine(float, float) - Static method in class jhplot.jadraw.Diagram
-
Get a gluon line object
- GlLoop(float, float) - Static method in class jhplot.jadraw.Diagram
-
Get a gluon loop object
- GLoop(float, float) - Static method in class jhplot.jadraw.Diagram
-
Get a g-loop object
- H1D - Class in jhplot
-
Class to create a histogram in one dimension (1D).
- H1D() - Constructor for class jhplot.H1D
-
Build 1D histogram.
- H1D(String, int, double, double) - Constructor for class jhplot.H1D
-
Build 1D histogram
- H1D(String, double[]) - Constructor for class jhplot.H1D
-
Create 1D histogram with variable bin size.
- H1D(String, IAxis) - Constructor for class jhplot.H1D
-
Create 1D histogram with variable bin size.
- H1D(Histogram1D) - Constructor for class jhplot.H1D
-
Create H1D histogram from JAIDA Histogram1D class.
- H1D(Cloud1D, int) - Constructor for class jhplot.H1D
-
Create H1D histogram from JAIDA Cloud1D class.
- H1D(IHistogram1D) - Constructor for class jhplot.H1D
-
Create H1D histogram from JAIDA IHistogram1D class
- H1D(String, H1D) - Constructor for class jhplot.H1D
-
Create H1D from another instance.
- H1D(TH1) - Constructor for class jhplot.H1D
-
Create H1D histogram from JAIDA TH1 histogram class
- H2D - Class in jhplot
-
Main class to create a 2D histogram.
- H2D(String, int, double, double, int, double, double) - Constructor for class jhplot.H2D
-
Create 2D histogram
- H2D(IHistogram2D) - Constructor for class jhplot.H2D
-
Create H2D histogram from JAIDA IHistogram2D class
- H2D(Cloud2D, int, int) - Constructor for class jhplot.H2D
-
Create H2D histogram from Cloud2D.
- H2D(String, double[], double[]) - Constructor for class jhplot.H2D
-
Create a 2D histogram using variable size bins in X and Y
- H2D(String, IAxis, IAxis) - Constructor for class jhplot.H2D
-
Define H2D in terms of axis
- H2D(Histogram2D) - Constructor for class jhplot.H2D
-
Create a H2D histogram from JAIDA histogram
- H2D(TH2) - Constructor for class jhplot.H2D
-
Create H2D histogram from JAIDA TH1 histogram class
- H3D - Class in jhplot
-
Create histogram in 3D
- H3D(String, IAxis, IAxis, IAxis) - Constructor for class jhplot.H3D
-
Create 3D histogram
- HALF_LOG_2_PI - Static variable in interface jhplot.math.num.Constants
-
1/2 * log(2 π).
- hashCode() - Method in class hephysics.particle.LParticle
-
Get a hash code
- hashCode() - Method in class hephysics.vec.Hep3Vector
-
- hashCode() - Method in class hephysics.vec.HepLorentzVector
-
Hash code
- hashCode() - Method in class jhplot.math.ValueErr
-
- hashCode() - Method in class jhplot.P0D
-
Returns the hash code value for this collection.
- hashCode() - Method in class jhplot.P0I
-
Returns the hash code value for this collection.
- hashCode() - Method in class jhplot.P1D
-
Returns the hash code value for this collection (onoy X,Y values)
- HBayes - Class in jhplot
-
HBayes is a set of tools for the creation and manipulation of Bayesian networks.
- HBayes() - Constructor for class jhplot.HBayes
-
Initialize .
- HBook - Class in jhplot.io
-
This class is used to book histograms for writing and reading.
- HBook(String, String) - Constructor for class jhplot.io.HBook
-
Initialize HBook and tell what to do.
- HBook(String) - Constructor for class jhplot.io.HBook
-
Initialize HBook class for reading a file.
- HBsom - Class in jhplot
-
The Bayesian self-organizing map (BSOM).
- HBsom() - Constructor for class jhplot.HBsom
-
Initialize BSOM.
- HCellular - Class in jhplot
-
A two-dimensional cellular automata toolkit.
- HCellular() - Constructor for class jhplot.HCellular
-
Build a Cellular automata.
- HChart - Class in jhplot
-
Create various charts, such as pie, histograms, bar charts including 3D
emulation, lines.
- HChart(String, int, int, int, int, boolean) - Constructor for class jhplot.HChart
-
Create HChart canvas with a several chart plots
- HChart(String, int, int) - Constructor for class jhplot.HChart
-
Construct a HChart canvas with a single plot/graph
- HChart(String, int, int, boolean) - Constructor for class jhplot.HChart
-
Construct a HChart canvas with a single plot/graph
- HChart(String, int, int, int, int) - Constructor for class jhplot.HChart
-
Construct a HChart canvas with plots/graphs
- HChart(String) - Constructor for class jhplot.HChart
-
Construct a HChart canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HChart() - Constructor for class jhplot.HChart
-
Construct a HChart canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- HCluster - Class in jhplot
-
A Canvas to build a canvas for interactive data clustering.
- HCluster() - Constructor for class jhplot.HCluster
-
Show a frame for clustering.
- HCluster(DataHolder) - Constructor for class jhplot.HCluster
-
Show jMinHEP frame for clustering analysis.
- HDataBase - Class in jhplot.io
-
This raw-level database allows to store and retrieve objects.
- HDataBase(String, String) - Constructor for class jhplot.io.HDataBase
-
Create a new persistent database.
- HDataBase(String) - Constructor for class jhplot.io.HDataBase
-
Open the database file for reading.
- HeaderColumnNameMappingStrategy - Class in jhplot.io.csv.bean
-
Copyright 2007 Kyle Miller.
- HeaderColumnNameMappingStrategy() - Constructor for class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
-
- HeaderColumnNameTranslateMappingStrategy - Class in jhplot.io.csv.bean
-
Copyright 2007 Kyle Miller.
- HeaderColumnNameTranslateMappingStrategy() - Constructor for class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
-
- Hep3Matrix - Class in hephysics.vec
-
Hep 3x3 matrices
- Hep3Matrix(int, int) - Constructor for class hephysics.vec.Hep3Matrix
-
- Hep3Matrix(double[][]) - Constructor for class hephysics.vec.Hep3Matrix
-
Creates a new instance of BasicMatrix
- Hep3Matrix() - Constructor for class hephysics.vec.Hep3Matrix
-
- Hep3Matrix(double, double, double, double, double, double, double, double, double) - Constructor for class hephysics.vec.Hep3Matrix
-
- Hep3Matrix(Matrix) - Constructor for class hephysics.vec.Hep3Matrix
-
- Hep3Vector - Class in hephysics.vec
-
Basic implementation of a Hep3Vector
- Hep3Vector() - Constructor for class hephysics.vec.Hep3Vector
-
New 3-vector
- Hep3Vector(double, double, double) - Constructor for class hephysics.vec.Hep3Vector
-
Define a 3-vector
- Hep3Vector(double[]) - Constructor for class hephysics.vec.Hep3Vector
-
Create a BasicHep3Vector from a double array
- Hep3Vector(float[]) - Constructor for class hephysics.vec.Hep3Vector
-
Define a new vector
- HEParticle - Class in hephysics.particle
-
a HEP-type basic particle based on 4-Lorentz vector.
- HEParticle(String, double) - Constructor for class hephysics.particle.HEParticle
-
Define a particle with a name and mass
- HEParticle(double, double, double) - Constructor for class hephysics.particle.HEParticle
-
Define a 3-momentum for a given particle.
- HEParticle(double, double, double, double, double) - Constructor for class hephysics.particle.HEParticle
-
Define a 4-momentum and energy particle
- HEParticle(HepLorentzVector, HepLorentzVector, double) - Constructor for class hephysics.particle.HEParticle
-
Define a particle in momentum and position
- HEParticle(double, double, double, double) - Constructor for class hephysics.particle.HEParticle
-
Define a particle in momentum space.
- HEParticle(String, double, double, double, double, double) - Constructor for class hephysics.particle.HEParticle
-
Define a Lorentz particle in momentum space.
- hephysics.particle - package hephysics.particle
-
Define various Lorentz-type particles.
- hephysics.vec - package hephysics.vec
-
Lorentz-type vectors and transformations.
- HepLorentzVector - Class in hephysics.vec
-
a HepLorentzVector (4-vector)
It can hold either space-coordinate and time (x,y,z,t)
or 4-momentum (px,py,pz,energy).
- HepLorentzVector() - Constructor for class hephysics.vec.HepLorentzVector
-
Default Lorentz vector constructor
- HepLorentzVector(double, double, double, double) - Constructor for class hephysics.vec.HepLorentzVector
-
Define a Lorentz vector
This can either be (x,y,z,time) or (px,py,pz,energy)
- HepLorentzVector(double[], double) - Constructor for class hephysics.vec.HepLorentzVector
-
Define a Lorentz vector
- HepLorentzVector(float[], double) - Constructor for class hephysics.vec.HepLorentzVector
-
Define a Lorentz vector
- HepLorentzVector(Hep3Vector, double) - Constructor for class hephysics.vec.HepLorentzVector
-
Define Lorentz vector
- HFile - Class in jhplot.io
-
Write or read objects in sequential order using the Java serialization.
- HFile(String, String, boolean, int) - Constructor for class jhplot.io.HFile
-
Open a file to write/read objects to/from a serialized file in sequential
order.
- HFile(String, String, boolean) - Constructor for class jhplot.io.HFile
-
Open a file to write/read objects to/from a serialized file in sequential
order.
- HFile(String) - Constructor for class jhplot.io.HFile
-
Open file for reading objects from a serialized file in sequential order.
- HFile(String, String) - Constructor for class jhplot.io.HFile
-
Open file for reading objects from a serialized file in sequential order.
- HFileMap<K1,K2> - Class in jhplot.io
-
Hash map for internal repsentation of data inside HFile.
- HFileMap() - Constructor for class jhplot.io.HFileMap
-
- HFileMap(int) - Constructor for class jhplot.io.HFileMap
-
- HFileXML - Class in jhplot.io
-
Open a XML file to write/read objects in sequential order using java
serialization in XML.
- HFileXML(String, String, int) - Constructor for class jhplot.io.HFileXML
-
Open a XML file to write or read objects to/from a serialized file in
sequential order.
- HFileXML(String, String) - Constructor for class jhplot.io.HFileXML
-
Open a XML file to write or read objects to/from a serialized file in
sequential order.
- HFileXML(String) - Constructor for class jhplot.io.HFileXML
-
Open a XML file to write or read objects to/from a serialized file in
sequential order.
- HFit - Class in jhplot
-
Main class for fit data or histograms.
- HFit() - Constructor for class jhplot.HFit
-
Show an empty fit frame.
- HFit(HPlot, String) - Constructor for class jhplot.HFit
-
Show an empty fit frame and pass HPlot object.
- HFit(HPlot, H1D) - Constructor for class jhplot.HFit
-
Show a fit frame for a selected histogram.
- HFit(HPlot, P1D) - Constructor for class jhplot.HFit
-
Show a fit frame for a selected histogram.
- HFit(HPlot, String, Object, String) - Constructor for class jhplot.HFit
-
Show a fit frame for a selected histogram.
- HFitter - Class in jhplot
-
Fit data (H1D or P1D).
- HFitter(String) - Constructor for class jhplot.HFitter
-
Create a fitter using some method.
- HFitter() - Constructor for class jhplot.HFitter
-
Create a fitter with Chi2 method by default
- HGraph - Class in jhplot
-
Create a frame with interactive graphs.
- HGraph(String, int, int, int, int, boolean) - Constructor for class jhplot.HGraph
-
Create HGraph canvas with several graphs.
- HGraph(String, int, int) - Constructor for class jhplot.HGraph
-
Construct a HPlot canvas with a single plot/graph
- HGraph(String, int, int, boolean) - Constructor for class jhplot.HGraph
-
Construct a HGraph canvas with a single plot/graph
- HGraph(String, int, int, int, int) - Constructor for class jhplot.HGraph
-
Construct a HGraph canvas with plots/graphs
- HGraph(String) - Constructor for class jhplot.HGraph
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HGraph() - Constructor for class jhplot.HGraph
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- histF() - Method in class jhplot.HPlot
-
Return IHistogramFactory associated with the plot
- histF() - Method in class jhplot.HPlotJa
-
Return IHistogramFactory associated with the plot
- HKey - Class in jhplot
-
Create an interactive key label in the USER or NDC coordinates.
- HKey(String, Font, Color) - Constructor for class jhplot.HKey
-
Create a key label.
- HKey(String, double, double, Font, Color, String, Object) - Constructor for class jhplot.HKey
-
Make a key for a function, data points or histograms (F1D, H1D, P1D).
- HKey(String, double, double, Font, String, Object) - Constructor for class jhplot.HKey
-
Make a key for a function, data points or histograms (F1D, H1D, P1D).
- HKey(String, double, double, String, Object) - Constructor for class jhplot.HKey
-
Make a key for a function, data points or histograms (F1D, H1D, P1D).
- HKey(String, double, double, Object) - Constructor for class jhplot.HKey
-
Make a key for a function, data points or histograms (F1D, H1D, P1D).
- HKey(String, Object) - Constructor for class jhplot.HKey
-
Make a key for a function, data points or histograms (F1D, H1D, P1D) at
the default position.
- HKey(String, Font) - Constructor for class jhplot.HKey
-
Make a key label (color- black)
- HKey(String) - Constructor for class jhplot.HKey
-
Make a key label with default attributes
- HKey(String, double, double) - Constructor for class jhplot.HKey
-
Make a key label with specific coordinated in the data system
- HKey(String, double, double, String) - Constructor for class jhplot.HKey
-
Make a label with specific coordinates.
- HLabel - Class in jhplot
-
Create an interactive Label in the USER or NDC coordinates.
- HLabel(String, Font, Color) - Constructor for class jhplot.HLabel
-
Make a text label at (0,0) in the data coordinates (USER).
- HLabel(String, Font) - Constructor for class jhplot.HLabel
-
Make a label (color- black)
- HLabel(String) - Constructor for class jhplot.HLabel
-
Make a label with default attributes
- HLabel(String, double, double) - Constructor for class jhplot.HLabel
-
Make a label with specific coordinated in the data system
- HLabel(String, double, double, String) - Constructor for class jhplot.HLabel
-
Make a label with specific coordinates.
- HLabelEq - Class in jhplot
-
Create an equation using the LaTex syntax.
- HLabelEq(String, int, Color) - Constructor for class jhplot.HLabelEq
-
Make a label with equation using the LaTeX syntax
- HLabelEq(String, int) - Constructor for class jhplot.HLabelEq
-
Make a equation label (color- black)
- HLabelEq(String) - Constructor for class jhplot.HLabelEq
-
Make a label with default attributes
- HLabelEq(String, double, double) - Constructor for class jhplot.HLabelEq
-
Make a equation label with specific coordinated in the data system
- HLabelEq(String, double, double, String) - Constructor for class jhplot.HLabelEq
-
Make a label with specific coordinates.
- HMLabel - Class in jhplot
-
Create an interactive multi-line label in the USER or NDC coordinates.
- HMLabel(String[], Font, Color) - Constructor for class jhplot.HMLabel
-
Make a multitext label
- HMLabel(String[], Font) - Constructor for class jhplot.HMLabel
-
Make a multitext label (black color is used).
- HMLabel(String[]) - Constructor for class jhplot.HMLabel
-
Make a multitext label with default attributes.
- HMLabel(String[], double, double) - Constructor for class jhplot.HMLabel
-
Make a label with specific coordinated in the data system
- HMLabel(String[], double, double, String) - Constructor for class jhplot.HMLabel
-
Make a label with specific coordinates.
- HNeuralNet - Class in jhplot
-
Neural net calculations.
- HNeuralNet() - Constructor for class jhplot.HNeuralNet
-
Create a network net and set name for the network
- horizontalSum() - Method in class jhplot.bsom.Matrix
-
Make a horizontal-summation vector.
- HPlot - Class in jhplot
-
HPlot class to create a canvas with several plots.
- HPlot(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot
-
Create HPlot canvas with several plots.
- HPlot(String, int, int, int, int) - Constructor for class jhplot.HPlot
-
Create HPlot canvas with several plots.
- HPlot(String, int, int) - Constructor for class jhplot.HPlot
-
Construct a HPlot canvas with a single plot.
- HPlot(String, int, int, boolean) - Constructor for class jhplot.HPlot
-
Construct a HPlot canvas with a single plot.
- HPlot(String) - Constructor for class jhplot.HPlot
-
Construct a HPlot canvas with a plot with the size 600x400.
- HPlot() - Constructor for class jhplot.HPlot
-
Construct a HPlot canvas with a single plot with the size 600x400.
- HPlot2D - Class in jhplot
-
A class to build a contour (density) plots in 2D.
- HPlot2D(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot2D
-
Create canvas with a several plots
- HPlot2D(String, int, int) - Constructor for class jhplot.HPlot2D
-
Construct a HChart canvas with a single plot/graph
- HPlot2D(String, int, int, boolean) - Constructor for class jhplot.HPlot2D
-
Construct a HChart canvas with a single plot/graph
- HPlot2D(String, int, int, int, int) - Constructor for class jhplot.HPlot2D
-
Construct a HChart canvas with plots/graphs
- HPlot2D(String) - Constructor for class jhplot.HPlot2D
-
Construct a HChart canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HPlot2D() - Constructor for class jhplot.HPlot2D
-
Construct a HChart canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- HPlot3D - Class in jhplot
-
Create a interactive canvas to show objects in 3D.
- HPlot3D(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot3D
-
Create a canvas to display histograms in 3D
- HPlot3D(String, int, int, int, int) - Constructor for class jhplot.HPlot3D
-
Create a canvas to display histograms in 3D
- HPlot3D(String, int, int) - Constructor for class jhplot.HPlot3D
-
Construct a HView2D canvas with a single plot/graph
- HPlot3D(String) - Constructor for class jhplot.HPlot3D
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HPlot3D() - Constructor for class jhplot.HPlot3D
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- HPlot3DP - Class in jhplot
-
Create a frame for showing 3D parametric functions.
- HPlot3DP(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlot3DP
-
Create a canvas with several plots showing 3D function
- HPlot3DP(String, int, int) - Constructor for class jhplot.HPlot3DP
-
Construct a canvas with a single plot/graph
- HPlot3DP(String, int, int, int, int) - Constructor for class jhplot.HPlot3DP
-
Construct a canvas with plots/graphs
- HPlot3DP(String) - Constructor for class jhplot.HPlot3DP
-
Construct a canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HPlot3DP() - Constructor for class jhplot.HPlot3DP
-
Construct a canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- HPlotJa - Class in jhplot
-
A canvas to display all graphical objects including a diagrams.
- HPlotJa(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlotJa
-
Create HPlotJa canvas with several pads.
- HPlotJa(String, int, int, int, int) - Constructor for class jhplot.HPlotJa
-
Create HPlotJa canvas with several pads and axes.
- HPlotJa(String, int, int) - Constructor for class jhplot.HPlotJa
-
Construct a canvas with a single plot region.
- HPlotJa() - Constructor for class jhplot.HPlotJa
-
Construct a japlot.jaxodraw canvas with a plot with the default
parameters 600 by 400, and 10% space for the global title
- HPlotJa(String) - Constructor for class jhplot.HPlotJa
-
Construct a japlot.jaxodraw canvas with a plot with the default
parameters 600 by 400, and 10% space for the global title
- HPlotJas - Class in jhplot
-
Create a canvas using the JAS plotter API.
- HPlotJas(String, int, int, ArrayList<Object>) - Constructor for class jhplot.HPlotJas
-
Create HPlot canvas with several plots.
- HPlotJas(String, ArrayList<Object>) - Constructor for class jhplot.HPlotJas
-
Construct a Jas frame and prepare for plotting.
- HPlotJas(ArrayList<Object>) - Constructor for class jhplot.HPlotJas
-
Construct a Jas frame and prepare for plotting.
- HPlotJas(String) - Constructor for class jhplot.HPlotJas
-
Construct a Jas canvas with a plot with the size 600x400.
- HPlotJas() - Constructor for class jhplot.HPlotJas
-
Construct a HPlot canvas with a single plot with the size 600x400.
- HPlotter - Class in jhplot
-
Create a canvas using the JAS plotter API.
- HPlotter(String, int, int, int, int) - Constructor for class jhplot.HPlotter
-
Create HPlot canvas with several plots.
- HPlotter(String, int, int) - Constructor for class jhplot.HPlotter
-
Construct a HPlot canvas with a single plot.
- HPlotter(String, int, int, boolean) - Constructor for class jhplot.HPlotter
-
Construct a HPlot canvas with a single plot.
- HPlotter(String) - Constructor for class jhplot.HPlotter
-
Construct a HPlot canvas with a plot with the size 600x400.
- HPlotter() - Constructor for class jhplot.HPlotter
-
Construct a HPlot canvas with a single plot with the size 600x400.
- HPlotXYZ - Class in jhplot
-
Create a interactive canvas to show objects in 3D.
- HPlotXYZ(String, int, int, int, int, boolean) - Constructor for class jhplot.HPlotXYZ
-
Create a canvas to display histograms in 3D
- HPlotXYZ(String, int, int, int, int) - Constructor for class jhplot.HPlotXYZ
-
Create a canvas to display histograms in 3D
- HPlotXYZ(String, int, int) - Constructor for class jhplot.HPlotXYZ
-
Construct a HView2D canvas with a single plot/graph
- HPlotXYZ(String) - Constructor for class jhplot.HPlotXYZ
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HPlotXYZ() - Constructor for class jhplot.HPlotXYZ
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- HProf1D - Class in jhplot
-
Create profile histogram in 1D.
- HProf1D() - Constructor for class jhplot.HProf1D
-
Build 1D histogram.
- HProf1D(String, int, double, double) - Constructor for class jhplot.HProf1D
-
Build 1D profile histogram
- HProf1D(String, double[]) - Constructor for class jhplot.HProf1D
-
Create 1D profile histogram with variable bin size.
- HProf1D(String, IAxis) - Constructor for class jhplot.HProf1D
-
Create 1D histogram with variable bin size.
- HProf1D(Profile1D) - Constructor for class jhplot.HProf1D
-
Create H1D histogram from JAIDA Histogram1D class.
- HProf1D(IProfile1D) - Constructor for class jhplot.HProf1D
-
Create profile histogram from JAIDA class
- HProf1D(String, HProf1D) - Constructor for class jhplot.HProf1D
-
Create profile histogram from another instance.
- HProf1D(TProfile) - Constructor for class jhplot.HProf1D
-
Create profile histogram from JAIDA histogram class
- HProf2D - Class in jhplot
-
Profile histogram in 2D.
- HProf2D(String, int, double, double, int, double, double) - Constructor for class jhplot.HProf2D
-
Create 2D histogram
- HProf2D(String, double[], double[]) - Constructor for class jhplot.HProf2D
-
Create 2D profile histogram with variable bin size.
- HProf2D(Profile2D) - Constructor for class jhplot.HProf2D
-
Create a H2D histogram from JAIDA histogram
- HShape - Class in jhplot.shapes
-
Main class to build a JAVA 2D primitives
- HShape(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.HShape
-
Build a primitive
- HShape() - Constructor for class jhplot.shapes.HShape
-
Build a default primitive
- HShape(double, double, double, double) - Constructor for class jhplot.shapes.HShape
-
Build a primitive using the default color and stroke
- HShape(double[], double[], Stroke, Color) - Constructor for class jhplot.shapes.HShape
-
Build a primitive using polyline.
- HStatAnalysis - Class in jhpro.tseries
-
Analysis of data created using HStatData.
- HStatAnalysis(HStatData) - Constructor for class jhpro.tseries.HStatAnalysis
-
Initialize analyser
- HStatData - Class in jhpro.tseries
-
Standard data container to store and read time series.
- HStatData(String) - Constructor for class jhpro.tseries.HStatData
-
Initialse data for statistical analysis.
- HStatData() - Constructor for class jhpro.tseries.HStatData
-
Initialise the container
- HStatData(String, String) - Constructor for class jhpro.tseries.HStatData
-
Reads many data formats (in ASCII, Gauss, Matlab, Excel) and converts the
data (time series) to arrays for further processing.
- HTable - Class in jhplot
-
Build a table in a frame to display data in various containers (P1D, H1D,
F1D).
- HTable(String, String[], Double[][]) - Constructor for class jhplot.HTable
-
Main class to build a table from Vectors.
- HTable() - Constructor for class jhplot.HTable
-
Build a table frame to display data.
- HTable(double[]) - Constructor for class jhplot.HTable
-
Show 1D array
- HTable(double[][]) - Constructor for class jhplot.HTable
-
Show 2D array
- HTable(H1D) - Constructor for class jhplot.HTable
-
Build a table frame to display data of H1D histogram Data will be
formated to scientific format
- HTable(P0I) - Constructor for class jhplot.HTable
-
Build a table frame to display P0D data container Data will be formated
to scientific format
- HTable(PND) - Constructor for class jhplot.HTable
-
Build a table frame to display PND data container Data will be formated
to scientific format
- HTable(PNI) - Constructor for class jhplot.HTable
-
Build a table frame to display PND data container Data will be formated
to scientific format
- HTable(P2D) - Constructor for class jhplot.HTable
-
Build a table frame to display P2D data container Data will be formated
to scientific format
- HTable(P3D) - Constructor for class jhplot.HTable
-
Build a table frame to display P3D data container Data will be formated
to scientific format
- HTable(F1D) - Constructor for class jhplot.HTable
-
Build a table frame to display data of F1D function.
- HTable(DataHolder) - Constructor for class jhplot.HTable
-
Build a table frame to display multidimensional data
- HTable(P1D) - Constructor for class jhplot.HTable
-
Build a table frame to display P1D data container
- HTable(P0D) - Constructor for class jhplot.HTable
-
Build a table frame to display P0D data container
- htmlEncoded(String) - Static method in class jhplot.v3d.Util
-
Substitutes conflicting characters in text
with html
masked expressions.
- HView3D - Class in jhplot
-
Create a frame for showing 3D objects
- HView3D(String, int, int, int, int, boolean) - Constructor for class jhplot.HView3D
-
Create a HView3D canvas with several plots showing 3D shapes
- HView3D(String, int, int) - Constructor for class jhplot.HView3D
-
Construct a HView3D canvas with a single plot/graph
- HView3D(String, int, int, boolean) - Constructor for class jhplot.HView3D
-
Construct a HView3D canvas with a single plot/graph
- HView3D(String, int, int, int, int) - Constructor for class jhplot.HView3D
-
Construct a HView3D canvas with plots/graphs
- HView3D(String) - Constructor for class jhplot.HView3D
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title
- HView3D() - Constructor for class jhplot.HView3D
-
Construct a HGraph canvas with a plot with the default parameters 600 by
400, and 10% space for the global title "Default"
- Hypergeometric - Class in jhplot.math.num.pdf
-
The Hypergeometric distribution.
- Hypergeometric() - Constructor for class jhplot.math.num.pdf.Hypergeometric
-
Default constructor.
- Hypergeometric(int, int, int) - Constructor for class jhplot.math.num.pdf.Hypergeometric
-
Create a distribution with the given number of failures, number of
successes, and sample size.
- hypot(double, double) - Static method in class jhplot.math.Mathfun
-
sqrt(a^2 + b^2) without under/overflow.
- hypot(ValueErr, ValueErr) - Static method in class jhplot.math.ValueErr
-
Returns the length of the hypotenuse of a and b i.e.
- hypotenuse(ValueErr, ValueErr, double) - Static method in class jhplot.math.ValueErr
-
Returns the length of the hypotenuse of a and b i.e.
- hypotenuse(double, double) - Static method in class jhplot.math.ValueErr
-
Returns the length of the hypotenuse of a and b i.e.
- HZirkel - Class in jhplot
-
HZirkel class is used to create a canvas for dynamic manipulation with
geometrical objects.
- HZirkel() - Constructor for class jhplot.HZirkel
-
Build a canvas for the zirkel with the standard size 600x600
- HZirkel(int, int) - Constructor for class jhplot.HZirkel
-
Build a canvas for the Zirkel canvas
- identity() - Static method in class hephysics.vec.Hep3Matrix
-
- identity(int) - Static method in class jhplot.bsom.Matrix
-
Make an identity matrix.
- identity(int) - Static method in class jhplot.math.DoubleArray
-
Generates an m x m identity matrix.
- identity(int) - Static method in class jhplot.math.SortUtils
-
Create identity permutation, that is {0, 1, ..., n}
- IEditor - Class in jhplot
-
Advanced image editor for PNG, JPG, GIF files (based on ImageJ)
- IEditor() - Constructor for class jhplot.IEditor
-
Show an empty image viewer.
- IEditor(String) - Constructor for class jhplot.IEditor
-
Start image editor and load an image.
- imag() - Method in class jhplot.math.Complex
-
Imaginary part of this Complex number (the y-coordinate in rectangular
coordinates).
- IMAGE - Static variable in class jhplot.shapes.HShape
-
- incompleteBeta(double, double, double) - Static method in class jhplot.stat.Statistics
-
Returns the Incomplete Beta Function evaluated from zero to xx.
- incompleteBetaFraction1(double, double, double) - Static method in class jhplot.stat.Statistics
-
Continued fraction expansion #1 for incomplete beta integral.
- incompleteBetaFraction2(double, double, double) - Static method in class jhplot.stat.Statistics
-
Continued fraction expansion #2 for incomplete beta integral.
- increment(int, int, double, double) - Static method in class jhplot.math.DoubleArray
-
Provides an mxn matrix.
- increment(int, double, double) - Static method in class jhplot.math.DoubleArray
-
Provides a sequence of successive values in an array.
- increment(int, int, double[], double[]) - Static method in class jhplot.math.DoubleArray
-
Generates an mxn matrix.
- increment(double, double, double) - Static method in class jhplot.math.DoubleArray
-
Generates an array of successive values from begin to end with step
size pitch.
- incRot(float, float, float) - Method in class jhplot.v3d.Position
-
- incScale(float, float, float) - Method in class jhplot.v3d.Position
-
- incTrans(float, float, float) - Method in class jhplot.v3d.Position
-
- IndexFunction - Interface in jhplot.math
-
BSD License
- indexOf(double, double) - Method in class jhplot.P1D
-
Searches the list front to back for the index of value, starting at offset.
- indexOfX(double) - Method in class jhplot.P1D
-
Searches the list front to back for the index of value, starting at offset.
- indexOfY(double) - Method in class jhplot.P1D
-
Searches for a Y value starting at offset.
- IndexPlot - Static variable in class jhplot.HChart
-
- init(int) - Method in class jhplot.bsom.Bsom
-
- init() - Method in class jhplot.bsom.BsomDemo
-
- init() - Static method in class jhplot.JHPlot
-
Initialization.
- init() - Method in class jhplot.v3d.Animation
-
- init() - Method in class jhpro.stat.limit.LimitCalculatorGui
-
- INIT_SIZE - Static variable in class jhplot.jadraw.JaObject
-
An integer that gives the initial size of an object.
- initialize() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
-
Initialize the state to begin an iterative evaluation.
- initPar(double, double, int) - Method in class jhplot.bsom.Bsom
-
initialize learning
- insert(String, Object) - Method in class jhplot.io.HDataBase
-
Insert an object with a key
- insert(double[], int, double...) - Static method in class jhplot.math.DoubleArray
-
Insert any number of values, or a single array, between 2 elements of an array.
- insert(int[], int, int...) - Static method in class jhplot.math.IntegerArray
-
- insertColumn(int[][], int[], int) - Static method in class jhplot.math.IntegerArray
-
- insertColumns(double[][], int, double[]...) - Static method in class jhplot.math.DoubleArray
-
Insert any number of arrays between 2 columns of a matrix.
- insertColumns(int[][], int[][], int) - Static method in class jhplot.math.IntegerArray
-
- insertRecord(RecordWriter) - Method in class jhplot.io.db.BaseRecordsFile
-
Adds the given record to the database.
- insertRow(int[][], int[], int) - Static method in class jhplot.math.IntegerArray
-
- insertRow(double[], int) - Method in class jhplot.SPsheet
-
Inser a row at position
- insertRows(double[][], int, double[]...) - Static method in class jhplot.math.DoubleArray
-
Insert any number of arrays between 2 rows of a matrix.
- insertRows(int[][], int[][], int) - Static method in class jhplot.math.IntegerArray
-
- int2double(int[][]) - Static method in class jhplot.math.IntegerArray
-
- int2double(int[]) - Static method in class jhplot.math.IntegerArray
-
- IntegerArray - Class in jhplot.math
-
BSD License
- IntegerArray() - Constructor for class jhplot.math.IntegerArray
-
- integral(String, int, double, double) - Method in class jhplot.F1D
-
Numerical integration.
- integral(int, double, double) - Method in class jhplot.F1D
-
Numerical integration using trapezium rule.
- integral(int, double, double, double, double) - Method in class jhplot.F2D
-
Numerical integration using trapezium rule.
- integral() - Method in class jhplot.H1D
-
Sum of all heights
- integral(int, int, boolean) - Method in class jhplot.H1D
-
Integrate a histogram between two bin indices (between 1 and max number)
The integral is computed as the sum of bin contents in the range
if the last parameter is false.
- integral(int, int) - Method in class jhplot.H1D
-
Integrate a histogram between two bin indices (between 1 and max number)
By default the integral is computed as the sum of bin contents in the range.
- integral(int, int, int, int) - Method in class jhplot.H2D
-
Integrate histogram between two indices.
- integral(int, int, int, int, boolean) - Method in class jhplot.H2D
-
Integrate histogram between two indices.
- integral(int, int) - Method in class jhplot.P1D
-
Integrate P1D between two indices (between 1 and max index)
- integral() - Method in class jhplot.P1D
-
Integrate P1D (sum up all Y values)
- integralRange(double, double, double, double, boolean) - Method in class jhplot.H2D
-
Integrate histogram in the range.
- integralRegion(double, double, boolean) - Method in class jhplot.H1D
-
Integrate histogram in a region between Xmin and Xmax.
- integralRegion(double, double) - Method in class jhplot.H1D
-
Integrate histogram in a region between Xmin and Xmax.
- integrate(double, double) - Method in class jhplot.math.num.integration.AdaptiveIntegrator
-
Evaluate the definite integral from a to b.
- integrate(double, double) - Method in class jhplot.math.num.integration.RombergIntegrator
-
Evaluate the definite integral from a to b.
- integrate(double, double) - Method in class jhplot.math.num.integration.SimpsonsIntegrator
-
Evaluate the definite integral from a to b.
- integrate(double, double) - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
-
Evaluate the definite integral from a to b.
- interpolateCubicSpline(double, int) - Method in class jhplot.stat.Interpolator
-
Calculate a spline with nodes at (x, y), with weights w and smoothing
factor rho.
- interpolateLoess(double, int, double, int) - Method in class jhplot.stat.Interpolator
-
Performs a Local Regression Algorithm (also Loess, Lowess) for
interpolation of data points.
- interpolateNatuarlCubicSpline() - Method in class jhplot.stat.Interpolator
-
Natural cubic splines interpolation.
- Interpolator - Class in jhplot.stat
-
Perform interpolation of a data using different algorithm.
- Interpolator(double[], double[]) - Constructor for class jhplot.stat.Interpolator
-
Initialize interpolator
- Interpolator(P1D) - Constructor for class jhplot.stat.Interpolator
-
Initialize interpolator for P1D array.
- Interpolator(H1D) - Constructor for class jhplot.stat.Interpolator
-
Initialize interpolator for a histogram.
- Interpolator.Cubic - Class in jhplot.stat
-
represents a cubic polynomial.
- Interpolator.Cubic(double, double, double, double) - Constructor for class jhplot.stat.Interpolator.Cubic
-
a + b*u + c*u^2 +d*u^3
- inv_center_reduce(double[]) - Method in class jhplot.stat.PCA
-
- inv_center_reduce(double[][]) - Method in class jhplot.stat.PCA
-
- invariantMass() - Method in class hephysics.vec.HepLorentzVector
-
Same as m().
- invariantMass2() - Method in class hephysics.vec.HepLorentzVector
-
Same as m2().
- inverse(Hep3Matrix) - Static method in class hephysics.vec.VecOp
-
- inverse(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- inverse(int[]) - Static method in class jhplot.math.SortUtils
-
Compute inverse permutation
- inverse() - Method in class jhplot.math.ValueErr
-
Returns the inverse (1/a) of a ValueErr number
- inverse(ValueErr) - Static method in class jhplot.math.ValueErr
-
Returns the reciprocal (1/a) of a ValueErr number (a)
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Beta
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Binomial
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Cauchy
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.ChiSquared
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.ContinuousDistribution
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.DiscreteDistribution
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Exponential
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.FDistribution
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Gamma
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Geometric
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Hypergeometric
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Laplace
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Logistic
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.LogNormal
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.NegativeBinomial
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Normal
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Poisson
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Rayleigh
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.TDistribution
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Uniform
-
The inverse CDF for this distribution.
- inverseCumulativeProbability(double) - Method in class jhplot.math.num.pdf.Weibull
-
The inverse CDF for this distribution.
- inverseErf(double) - Static method in class jhplot.math.num.special.Erf
-
Returns the inverse error function erf-1(y).
- inverseLU(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- inverseQR(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- invert() - Method in class hephysics.vec.Hep3Matrix
-
- invert(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Inverts an array from left to right.
- invert(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Inverts an array from left to right.
- invertIndex(int[]) - Static method in class jhplot.math.Sorting
-
- is3D() - Method in class jhplot.Plottable
-
Is this plot for 3D canvas.
- IsApplet - Static variable in class jhplot.HZirkel
-
- isArrow() - Method in class jhplot.jadraw.JaArcObject
-
Determines whether the arrow property of this arc object is set or not.
- isArrow() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the arrow property of this line object is set or not.
- isArrow() - Method in class jhplot.jadraw.JaLoopObject
-
Determines whether the arrow property of this loop object is set or not.
- isAutoRange(int) - Method in class jhplot.jadraw.JaAxes
-
Is the graph axis were done with the aoutorange option?
- isAxisShown(int) - Method in class jhplot.HPlot
-
Returns whether an axis line will be drawn or not.
- isBack() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the back property of this line object is set or not.
- isBars() - Method in class jhplot.DrawOptions
-
Return true if histogram is shown using bars.
- isColumnDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Same as checkColumnDimension() but just returns a boolean value rather than throwing an exception.
- isContour() - Method in class jhplot.HPlotJa
-
is contour plot?
- isContour() - Method in class jhplot.jadraw.JaAxes
-
Is contour plot shown?
- isContourBar() - Method in class jhplot.HPlotJa
-
Show a bar indicating levels on contour plot
- isContourBar() - Method in class jhplot.jadraw.JaAxes
-
is a bar showing levels should be shown?
- isCopy(JaObject) - Method in class jhplot.jadraw.JaAxes
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaBlob
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaBox
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaFArc
-
Returns true if all serializable variables of this JaFArc
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaFLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaFLoop
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGArc
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGlArc
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGlLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGlLoop
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaGLoop
-
Returns true if all serializable variables of this JaLoopObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaKey
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaLatexText
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaLine
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaLoopObject
-
Returns true if all serializable variables of this JaLoopObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaObject
-
Determines if this JaObject is a copy of the specified one.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaPArc
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaPLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaPLoop
-
Returns true if all serializable variables of this JaLoopObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaSArc
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaSLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaSLoop
-
Returns true if all serializable variables of this JaLoopObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaText
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaTextBox
-
Returns true if all serializable variables of this JaObject and those of
the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertex
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT1
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT2
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT3
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT4
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT5
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaVertexT6
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isCopy(JaObject) - Method in class jhplot.jadraw.JaZigZagLine
-
Returns true if all serializable variables of this JaObject
and those of the specified one are equal.
- isDefaultPosition() - Method in class jhplot.HKey
-
Is this key should be set at a default position?
- isEnd() - Method in class jhplot.jadraw.JaArcObject
-
Determines whether the end property of this line object is set or not.
- isEnd() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the end property of this line object is set or not.
- isErrX() - Method in class jhplot.DrawOptions
-
is error shown on X?
- isErrY() - Method in class jhplot.DrawOptions
-
is error shown on Y?
- isEvaluated() - Method in class jhplot.FND
-
Is the function was evaluated?
- isExists(String) - Method in class jhplot.io.HDataBase
-
Checks if there is a record belonging to the given key.
- isFilled() - Method in class jhplot.DrawOptions
-
Fill or not histogram or function.
- isFilled() - Method in class jhplot.FPR
-
Is area filled or not
- isFilled() - Method in class jhplot.jadraw.JaBlob
-
Get the filled style
- isFilled() - Method in class jhplot.jadraw.JaBox
-
Get the filled style
- isFixedBinning() - Method in class jhplot.H1D
-
Return true if bins have constant bin width
- isFixedBinning() - Method in class jhplot.HProf1D
-
Return true if bins have constant bin width
- isFlip() - Method in class jhplot.jadraw.JaArcObject
-
Determines whether the flip property of this arc object is set or not.
- isFlip() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the flip property of this line object is set or not.
- isFlip() - Method in class jhplot.jadraw.JaLoopObject
-
Determines whether the flip property of this loop object is set or not.
- isFullRank() - Method in class jhplot.math.QRDecomposition
-
Is the matrix full rank?
- isGridFront() - Method in class jhplot.jadraw.JaAxes
-
is grid should be shown in front of all drawn objects?
- isGridToFront() - Method in class jhplot.HPlot
-
Flag, saying whether the grid should be drawn at the foreground or not.
- isInflip() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the inflip property of this line object is set or not.
- isLength(double[], int) - Static method in class jhplot.math.DoubleArray
-
Same as checkLength but returns a boolean value rather than throwing an exception.
- isLightlike(double) - Method in class hephysics.vec.HepLorentzVector
-
is spacelike?
- isLogScale(int) - Method in class jhplot.jadraw.JaAxes
-
- isMarked() - Method in class jhplot.jadraw.JaObject
-
Determines whether this JaObject is marked as an element
of a group or not.
- isMirrorAxisShown(int) - Method in class jhplot.HPlot
-
Returns whether the mirror of an axis will be drawn or not.
- isMultiline() - Method in class jhplot.jadraw.JaTextBox
-
Is this multiline text?
- isNonsingular() - Method in class jhplot.math.LUDecomposition
-
Is the matrix nonsingular?
- isParsed() - Method in class jhplot.F1D
-
If the function is parsed correctly, return true.
- isParsed() - Method in class jhplot.F2D
-
If the function is parsed correctly, return true.
- isPrimitivesToFront() - Method in class jhplot.HPlot
-
Flag, saying whether primitives should be drawn at the foreground or not.
- isResizing() - Method in class jhplot.jadraw.JaArcObject
-
Returns the resizing property of this arc.
- isRolledOver(int, int) - Method in class jhplot.jadraw.JaLatexText
-
Determines whether the curser is currently above the
visual aid icon of this LatexText.
- isRowDimension(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Same as checkRowDimension() but just returns a boolean value rather than throwing an exception.
- isShadow() - Method in class jhplot.jadraw.JaTextBox
-
Is box with shadow?
- isShow(int) - Method in class jhplot.jadraw.JaAxes
-
Is a particular axis should be shown?
- isShowGrid(int) - Method in class jhplot.jadraw.JaAxes
-
Is grid to be shown?
- isShowKey() - Method in class jhplot.jadraw.JaAxes
-
is key should be shown?
- isShowMirror(int) - Method in class jhplot.jadraw.JaAxes
-
Is axis mirror is shown?
- isShowStatBox() - Method in class jhplot.HPlotJa
-
Is stat box is shown on the current pad?
- isSpacelike() - Method in class hephysics.vec.HepLorentzVector
-
Is particle spacelike (i.e restMass2() smaller than 0)
- isSPD() - Method in class jhplot.math.CholeskyDecomposition
-
Is the matrix symmetric and positive definite?
- isSquare(double[][]) - Static method in class jhplot.math.ArrayMathUtils
-
- isSquare(float[][]) - Static method in class jhplot.math.ArrayMathUtils
-
- isSquare(long[][]) - Static method in class jhplot.math.ArrayMathUtils
-
- isSquare(int[][]) - Static method in class jhplot.math.ArrayMathUtils
-
- isSquare(Object[][]) - Static method in class jhplot.math.ArrayMathUtils
-
- isSurface() - Method in class jhplot.HPlot3D
-
Is the plot will be shown as a surface?
- isSymm() - Method in class jhplot.jadraw.JaLineObject
-
Determines whether the symm property of this line object is set or not.
- isTicksLabels(int) - Method in class jhplot.jadraw.JaAxes
-
Is ticks should be drawn
- isTicLabelsShown(int) - Method in class jhplot.HPlot
-
Returns whether or not to draw the tick labels
- isTicsShown(int) - Method in class jhplot.HPlot
-
Returns whether or not to draw ticks (little lines on the axes).
- isUser() - Method in class jhplot.jadraw.JaObject
-
Set to true if coordinates were set using USER coordinate system
attached to axes
- iterate(IterativeMethod.IterativeState) - Method in class jhplot.math.num.IterativeMethod
-
Perform the iterative evaluation.
- iterate() - Method in interface jhplot.math.num.IterativeMethod.IterativeState
-
Perform the next iteration of the iterative evaluation.
- IterativeMethod - Class in jhplot.math.num
-
A method to solve generic problems by finding successive (and hopefully
better) approximations to the solution.
- IterativeMethod.IterativeState - Interface in jhplot.math.num
-
The current state for an iterative method.
- IView - Class in jhplot
-
Simple image viewer for PNG, JPG, GIF files
- IView() - Constructor for class jhplot.IView
-
Show an empty image viewer.
- IView(String) - Constructor for class jhplot.IView
-
Show image or images
- raise(double[], double) - Static method in class jhplot.math.LinearAlgebra
-
Raise each element of an array to a scalar power.
- raise(double[][], double) - Static method in class jhplot.math.LinearAlgebra
-
Raise each element of a matrix to a scalar power
- rand() - Static method in class jhplot.math.Random
-
Generate a random number between 0 and 1.
- RandEngine - Static variable in class jhplot.math.Random
-
- randInt(int, int) - Static method in class jhplot.math.Random
-
Generate a random integer.
- random(int, int, int) - Static method in class jhplot.bsom.Matrix
-
Make a standard Gaussian random Matrix.
- random(int, int) - Static method in class jhplot.bsom.Matrix
-
Same as random(row, col, 1).
- random(int, int) - Static method in class jhplot.math.DoubleArray
-
Generates an m x n matrix of random numbers uniformly distributed
between 0 and 1.
- random(int) - Static method in class jhplot.math.DoubleArray
-
Generates an m element array of random numbers uniformly distributed between 0 and 1.
- random(int, int, double, double) - Static method in class jhplot.math.DoubleArray
-
Generates an mxn matrix of random numbers uniformly distributed between min and max.
- random(int, double, double) - Static method in class jhplot.math.DoubleArray
-
Generates an m element array of random numbers uniformly distributed between min and max.
- random(int, int, double[], double[]) - Static method in class jhplot.math.DoubleArray
-
Generates an m x n matrix of random numbers uniformly distributed numbers.
- Random - Class in jhplot.math
-
BSD License
- Random() - Constructor for class jhplot.math.Random
-
- random(int, AbstractDistribution) - Method in class jhplot.P0D
-
Fill array with random numbers Random generators are taken from
cern.jet.random.*.
- random(int, AbstractDistribution) - Method in class jhplot.P0I
-
Fill array with random numbers Random generators are taken from
cern.jet.random.*.
- randomBernoulli(double, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array of Bernoulli random variables with a given probability
of success p.
- randomBeta(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
Random beata distribution
- randomBeta(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D Random Beta distribution
- randomCauchy(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D Cauchy PDF
- randomCauchy(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D Cauchy PDF
- randomChi2(int, int, int) - Static method in class jhplot.math.StatisticSample
-
2D array with Chi2
- randomChi2(int, int) - Static method in class jhplot.math.StatisticSample
-
1D array with random numbers
- randomDirac(int, int, double[], double[]) - Static method in class jhplot.math.StatisticSample
-
2D array with Dirac random values
- randomDirac(int, double[], double[]) - Static method in class jhplot.math.StatisticSample
-
1D array with Dirac random values
- randomDoubleArray(int, int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
-
Build 2D integer array list with integer numbers from input random number
generator
- randomDoubleArrayList(int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
-
Build double array list with integer numbers from input random number
generator
- randomExponential(int, int, double) - Static method in class jhplot.math.StatisticSample
-
2D array with exponential random distribution
- randomExponential(int, double) - Static method in class jhplot.math.StatisticSample
-
1D array with exponential numbers
- randomExponential(double, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array of exponentially distributed doubles with parameter
lambda.
- randomGaussian(double, double, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array of Gaussian distributed doubles with a given mean and
standard deviation.
- randomInt(int, int, int, int) - Static method in class jhplot.math.StatisticSample
-
Random 2D array with integers
- randomInt(int, int, int) - Static method in class jhplot.math.StatisticSample
-
Random array with integers
- randomIntArray(int, Binomial) - Method in class jhplot.math.StatisticSample
-
Build integer array list with integer numbers from input random number
generator
- randomIntArray(int, int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
-
Build 2D integer array list with integer numbers from input random number
generator
- randomIntArrayList(int, AbstractDistribution) - Method in class jhplot.math.StatisticSample
-
Build integer array list with integer numbers from input random number
generator
- randomLogNormal(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D Log-normal distribution
- randomLogNormal(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D array with random Log-normal values
- randomNormal(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D array with Gaussian numbers
- randomNormal(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D array with Gaussian numbers
- randomNormal(int, double, double) - Method in class jhplot.P0D
-
Fill with random numbers distributed using the normal (gaussian)
distribution.
- randomNormal(int, double, double) - Method in class jhplot.P0I
-
Fill with random numbers distributed using the normal (gaussian)
distribution.
- randomPoisson(int, double) - Static method in class jhplot.math.StatisticSample
-
Build an array with Poisson distribution
- randomPoisson(double, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array of Poisson random variables (as doubles) with a given
mean.
- randomRejection(int, int, Calculable, double, double, double) - Static method in class jhplot.math.StatisticSample
-
Build 2D random array using analytic function.
- randomRejection(int, Calculable, double, double, double) - Static method in class jhplot.math.StatisticSample
-
Build 1D array using analytic function.
- RandomRNG - Class in jhplot.math.num.random
-
A random number generator that delegates random number generation to a
Random
object.
- RandomRNG() - Constructor for class jhplot.math.num.random.RandomRNG
-
Create a random number generator using a default
Random
delegate.
- RandomRNG(long) - Constructor for class jhplot.math.num.random.RandomRNG
-
Create a random number generator using a
Random
delegate initialized with the given seed.
- RandomRNG(Random) - Constructor for class jhplot.math.num.random.RandomRNG
-
Create a random number generator using the given
Random
delegate.
- randomTriangular(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D array for Triangular random PDF
- randomTriangular(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D array with Triangular random PDF
- randomTriangular(int, int, double, double, double) - Static method in class jhplot.math.StatisticSample
-
2D array for Triangular
- randomTriangular(int, double, double, double) - Static method in class jhplot.math.StatisticSample
-
1D array for Triangular
- randomUniform(int, double, double) - Method in class jhplot.P0D
-
Fill with with uniform random numbers between min and max.
- randomUniform(int, double, double) - Method in class jhplot.P0I
-
Fill with with uniform random numbers between min and max.
- randomUniform(double, double, int) - Static method in class jhpro.stat.StatUtils
-
Return a new array of uniformly distributed doubles ranging from a to b.
- randomWeibull(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D Weibull
- randomWeibull(int, double, double) - Static method in class jhplot.math.StatisticSample
-
1D Weibull
- randUniform(int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D array with uniform values
- randUniform(int, int, double, double) - Static method in class jhplot.math.StatisticSample
-
2D array with random uniform values
- range(double, double, double) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for a to b
with steps of size step.
- range(double, double) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for a to b
inclusively with steps of size 1.
- range(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
returns the difference between the max and the min element
- range(double) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for 0 to b
with steps of size 1.
- range(int, int) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for a to b
with steps of size 1.
- range(int) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for 0 to b
with steps of size 1.
- range(int, int, int) - Static method in class jhplot.math.ArrayMathUtils
-
Generates an array going for a to b
with steps of size step.
- range(int, int) - Method in class jhplot.P0D
-
Get range between min and max
- range(int, int) - Method in class jhplot.P0I
-
Get range between min and max
- range(int, int) - Method in class jhplot.P1D
-
Obtain a new PD1 in the range between Min and Max indexes.
- rangeCut(int, double, double) - Method in class jhplot.P1D
-
Construct P1D removing a range of values defined by Min and Max.
- rank(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- rank() - Method in class jhplot.math.SingularValueDecomposition
-
Effective numerical matrix rank
- rapidity() - Method in class hephysics.vec.Hep3Vector
-
Rapidity.
- rapidity() - Method in class hephysics.vec.HepLorentzVector
-
Rapidity.
- raw() - Static method in class jhplot.math.Random
-
Generate a random number between 0 and 1.
- Rayleigh - Class in jhplot.math.num.pdf
-
The Rayleigh distribution.
- Rayleigh() - Constructor for class jhplot.math.num.pdf.Rayleigh
-
Default constructor.
- Rayleigh(double) - Constructor for class jhplot.math.num.pdf.Rayleigh
-
Create a distribution with the scale parameter.
- RayleighRandomVariable - Class in jhplot.math.num.random
-
A random variable generator for the Rayleigh distribution.
- RayleighRandomVariable() - Constructor for class jhplot.math.num.random.RayleighRandomVariable
-
Default constructor.
- RayleighRandomVariable(double) - Constructor for class jhplot.math.num.random.RayleighRandomVariable
-
Create a random variable with the given mean.
- RayleighRandomVariable(double, RNG) - Constructor for class jhplot.math.num.random.RayleighRandomVariable
-
Create a random variable with the given parameters.
- read(String, String) - Method in class jhplot.HNeuralNet
-
Read a neural net from a file.
- read(String) - Method in class jhplot.HPlot
-
Read HPlot file and inserts graphs to the main frame.
- read() - Method in class jhplot.io.EFile
-
Read next event
- read(int) - Method in class jhplot.io.EFile
-
Get object from a file using its index.
- read() - Method in class jhplot.io.HFile
-
Get object from a file.
- read(String) - Method in class jhplot.io.HFile
-
Read an object using a key if exits.
- read() - Method in class jhplot.io.HFileXML
-
Get object from a file.
- read(String) - Method in class jhplot.io.HFileXML
-
Read an object using a key if exits.
- read(String) - Method in class jhplot.io.PFile
-
Get object from a file using its name.
- read() - Method in class jhplot.io.PFile
-
Read next object
- read(int) - Method in class jhplot.io.PFile
-
Get object from a file using its index.
- read(URL) - Static method in class jhplot.io.PReader
-
Read data from URL.
- read(File) - Static method in class jhplot.io.PReader
-
Read from a file.
- read(String) - Static method in class jhplot.io.PReader
-
Read data from a given location.
- read(File, boolean) - Static method in class jhplot.io.Serialized
-
Read an object from a serialized file
- read(URL, boolean) - Static method in class jhplot.io.Serialized
-
Read an object from an URL
- read(String) - Static method in class jhplot.io.Serialized
-
Read an object from a serialized file.
- read(File) - Static method in class jhplot.math.io.ASCIIFile
-
- read() - Method in class jhplot.math.io.ASCIIFile
-
Read an ASCII File
- read() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- read(byte[], int, int) - Method in class jhplot.math.io.LEDataInputStream
-
- read(byte[], int, int) - Method in class jhplot.math.io.LERandomAccessFile
-
- read(byte[]) - Method in class jhplot.math.io.LERandomAccessFile
-
- read() - Method in class jhplot.math.io.LERandomAccessFile
-
- read(BufferedReader) - Method in class jhplot.P0D
-
Read one dimensional data from uncompressed ASCII file.
- read(File) - Method in class jhplot.P0D
-
Read P0D from a file.
- read(URL) - Method in class jhplot.P0D
-
Read data from URL.
- read(String) - Method in class jhplot.P0D
-
Read PNI from a file.
- read(BufferedReader) - Method in class jhplot.P0I
-
Read one dimensional data from uncompressed ASCII file.
- read(File) - Method in class jhplot.P0I
-
Read P0I from a file.
- read(URL) - Method in class jhplot.P0I
-
Read data from URL.
- read(String) - Method in class jhplot.P0I
-
Read PNI from a file.
- read(BufferedReader) - Method in class jhplot.P1D
-
Read data using 10-column format.
- read(URL) - Method in class jhplot.P1D
-
Read data from URL.
- read(String) - Method in class jhplot.P1D
-
Read P1D from a file.
- read(BufferedReader) - Method in class jhplot.P2D
-
Read P2D from a file.
- read(File) - Method in class jhplot.P2D
-
Read P2D from a file.
- read(URL) - Method in class jhplot.P2D
-
Read data from URL.
- read(String) - Method in class jhplot.P2D
-
Read P2D from a file.
- read(String) - Method in class jhplot.P3D
-
Read P3D from a file.
- read(BufferedReader) - Method in class jhplot.PND
-
Read the data from an external source.
- read(File) - Method in class jhplot.PND
-
Read PND from a file.
- read(URL) - Method in class jhplot.PND
-
Read data from URL.
- read(String) - Method in class jhplot.PND
-
Read PND from a file.
- read(BufferedReader) - Method in class jhplot.PNI
-
Read the data from external file.
- read(File) - Method in class jhplot.PNI
-
Read PNI from a file.
- read(URL) - Method in class jhplot.PNI
-
Read data from URL.
- read(String) - Method in class jhplot.PNI
-
Read PNI from a file.
- read(String) - Method in class jhplot.SPlot
-
Read a XML file and build a plot
- read(File) - Method in class jhplot.SPlot
-
Read a XML file and build a plot
- read(String) - Method in class jminhep.cluster.DataHolder
-
Reads the input data from the ARFF file and stores in the data holder
- read1DArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads an array from a file.
- read1DBooleanArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads an array from a file.
- read1DFloatArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads an array from a file.
- read1DIntArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads an array from a file.
- read2DArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read2DBooleanArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read2DFloatArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read2DIntArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read3DArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read3DBooleanArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read3DFloatArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read3DIntArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read4DArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read4DBooleanArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read4DFloatArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read4DIntArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read5DArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read5DBooleanArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read5DFloatArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- read5DIntArray(String) - Static method in class jhplot.io.ArrayReaderWriter
-
Reads a rectangular jagged array from a file.
- readAll() - Method in class jhplot.io.csv.CSVReader
-
Reads the entire file into a List with each element being a String[] of
tokens.
- readBinary(String) - Method in class jhplot.P0D
-
Read a P0D from a binary file (big endian by default).
- readBinary(String) - Method in class jhplot.P0I
-
Read a P0I from a binary file (big endian by default).
- readBoolean() - Method in class jhplot.math.io.LEDataInputStream
-
- readBoolean() - Method in class jhplot.math.io.LERandomAccessFile
-
- readByte() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readByte() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readByte() - Method in class jhplot.math.io.LEDataInputStream
-
- readByte() - Method in class jhplot.math.io.LERandomAccessFile
-
- readByteArray() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readByteArray() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readChar() - Method in class jhplot.math.io.LEDataInputStream
-
- readChar() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readChar except little endian.
- readData(String) - Method in class jhpro.tseries.HStatData
-
Reads many data formats (in ASCII, Gauss, Matlab, Excel) and converts the
data to arrays for further processing.
- readDouble() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readDouble() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readDouble() - Method in class jhplot.math.io.LEDataInputStream
-
- readDouble() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readDouble except little endian.
- readDouble1DArray(File) - Static method in class jhplot.math.io.ASCIIFile
-
- readDoubleArray(File) - Static method in class jhplot.math.io.ASCIIFile
-
- readDoubleArray(File, String) - Static method in class jhplot.math.io.BinaryFile
-
- readDoubleArray() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readDoubleArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
-
- readDoubleArray() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readDoubleArray(int, int) - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- ReadFile - Static variable in class jhplot.JHPlot
-
- readFile(String) - Method in class jhpro.sregression.SymRegression
-
Read input configuration file.
- readFloat() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readFloat() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readFloat() - Method in class jhplot.math.io.LEDataInputStream
-
- readFloat() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readFloat except little endian.
- readFloatArray(File, String) - Static method in class jhplot.math.io.BinaryFile
-
- readFloatArray() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readFloatArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
-
- readFloatArray() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readFully(byte[]) - Method in class jhplot.math.io.LEDataInputStream
-
- readFully(byte[], int, int) - Method in class jhplot.math.io.LEDataInputStream
-
- readFully(byte[]) - Method in class jhplot.math.io.LERandomAccessFile
-
- readFully(byte[], int, int) - Method in class jhplot.math.io.LERandomAccessFile
-
- readGZip(File) - Static method in class jhplot.io.PReader
-
Read data from a gzipped file (GNU gzip/gunzip commands in linux)
- readGZip(URL) - Static method in class jhplot.io.PReader
-
Read data from URL.
- readGZip(String) - Static method in class jhplot.io.PReader
-
Read data from either URL or file
- readGZip(String) - Method in class jhplot.P0D
-
Read P0D from a GZiped file.
- readGZip(File) - Method in class jhplot.P0D
-
Read PNI from a GZiped file.
- readGZip(String) - Method in class jhplot.P0I
-
Read P0I from a GZiped file.
- readGZip(File) - Method in class jhplot.P0I
-
Read PNI from a GZiped file.
- readGZip(String) - Method in class jhplot.P1D
-
Read P1D from a GZiped file.
- readGZip(String) - Method in class jhplot.P2D
-
Read P2D from a GZiped file.
- readGZip(String) - Method in class jhplot.P3D
-
Read P3D from a GZipped file.
- readGZip(String) - Method in class jhplot.PND
-
Read PND from a GZiped file.
- readGZip(File) - Method in class jhplot.PND
-
Read PND from a GZiped file.
- readGZip(String) - Method in class jhplot.PNI
-
Read PNI from a GZiped file.
- readGZip(File) - Method in class jhplot.PNI
-
Read PNI from a GZiped file.
- readInfo() - Static method in class jhplot.JHPlot
-
- readInt() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readInt() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readInt() - Method in class jhplot.math.io.LEDataInputStream
-
- readInt() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readInt except little endian.
- readInt1DArray(File) - Static method in class jhplot.math.io.ASCIIFile
-
- readIntArray(File) - Static method in class jhplot.math.io.ASCIIFile
-
- readIntArray(File, String) - Static method in class jhplot.math.io.BinaryFile
-
- readIntArray() - Method in class jhplot.math.io.BinaryFile
-
Read a binary File
- readIntArray(InputStream, String) - Static method in class jhplot.math.io.BinaryInputStream
-
- readIntArray() - Method in class jhplot.math.io.BinaryInputStream
-
Read a binary File
- readLine(File, int) - Static method in class jhplot.math.io.ASCIIFile
-
- readLine(int) - Method in class jhplot.math.io.ASCIIFile
-
Read only one line in an ASCII File
- readLine() - Method in class jhplot.math.io.LEDataInputStream
-
- readLine() - Method in class jhplot.math.io.LERandomAccessFile
-
- readLines(File) - Static method in class jhplot.math.io.ASCIIFile
-
- readLines() - Method in class jhplot.math.io.ASCIIFile
-
Read lines of an ASCII File
- readList() - Method in class jhplot.io.csv.CSVReader
-
Reads the entire file into a List with each element being a List of
tokens.
- readLong() - Method in class jhplot.math.io.LEDataInputStream
-
- readLong() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readLong except little endian.
- readNext() - Method in class jhplot.io.csv.CSVReader
-
Reads the next line from the buffer and converts to a string array.
- readObject() - Method in class jhplot.io.db.RecordReader
-
Reads the next object in the record using an ObjectInputStream.
- readRecord(String) - Method in class jhplot.io.db.BaseRecordsFile
-
Reads a record.
- readScript(File, HPlot) - Static method in class jhplot.io.JHreader
-
Read the file.
- readSerialized(String) - Method in class jhplot.P0D
-
Read a P0D object from a serialized file
- readSerialized(String) - Method in class jhplot.P0I
-
Read a P0I object from a serialized file
- readSerialized(String) - Method in class jhplot.P1D
-
Read a P1D object from a serialized file
- readSerialized(String) - Method in class jhplot.P2D
-
Read a P2D object from a serialized file
- readSerialized(String) - Method in class jhplot.P3D
-
Read a P3D object from a serialized file
- readSerialized(String) - Method in class jhplot.PND
-
Read a PND object from a serialized file
- readSerialized(String) - Method in class jhplot.PNI
-
Read a PNI object from a serialized file
- readShort() - Method in class jhplot.math.io.LEDataInputStream
-
- readShort() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readShort except little endian.
- readString1DDouble(String) - Static method in class jhplot.math.io.ArrayString
-
- readString1DDouble(String, String, String) - Static method in class jhplot.math.io.ArrayString
-
- readString1DInt(String) - Static method in class jhplot.math.io.ArrayString
-
- readString1DInt(String, String, String) - Static method in class jhplot.math.io.ArrayString
-
- readStringDouble(String) - Static method in class jhplot.math.io.ArrayString
-
- readStringDouble(String, String, String) - Static method in class jhplot.math.io.ArrayString
-
- readStringInt(String) - Static method in class jhplot.math.io.ArrayString
-
- readStringInt(String, String, String) - Static method in class jhplot.math.io.ArrayString
-
- readUnsignedByte() - Method in class jhplot.math.io.LEDataInputStream
-
- readUnsignedByte() - Method in class jhplot.math.io.LERandomAccessFile
-
- readUnsignedShort() - Method in class jhplot.math.io.LEDataInputStream
-
- readUnsignedShort() - Method in class jhplot.math.io.LERandomAccessFile
-
like RandomAcessFile.readUnsignedShort except little endian.
- readUTF() - Method in class jhplot.math.io.LEDataInputStream
-
- readUTF(DataInput) - Static method in class jhplot.math.io.LEDataInputStream
-
- readUTF() - Method in class jhplot.math.io.LERandomAccessFile
-
- readXML(String) - Static method in class jhplot.io.Serialized
-
Read an object from a serialized XML file (should be written using
writeXML() method).
- readZip(String) - Method in class jhplot.P0D
-
Read one dimensional data from ZIP ASCII file.
- readZip(String) - Method in class jhplot.P0I
-
Read one dimensional data from ZIP ASCII file.
- readZip(String) - Method in class jhplot.P1D
-
Read P1D from a Zipped file.
- readZip(String) - Method in class jhplot.P2D
-
Read P1D from a Zipped file.
- readZip(String) - Method in class jhplot.P3D
-
Read P3D from a Zipped file.
- readZip(String) - Method in class jhplot.PND
-
Read the data from ZIPed external file.
- readZip(String) - Method in class jhplot.PNI
-
Read the data from ZIPed external file.
- real() - Method in class jhplot.math.Complex
-
Real part of this Complex number (the x-coordinate in rectangular
coordinates).
- rebin(int) - Method in class jhplot.H1D
-
Rebin a histogram with constant bin width.
- recordExists(String) - Method in class jhplot.io.db.BaseRecordsFile
-
Checks there is a record with the given key.
- recordExists(String) - Method in class jhplot.io.db.RecordsFile
-
Checks if there is a record belonging to the given key.
- RecordHeader - Class in jhplot.io.db
-
- RecordReader - Class in jhplot.io.db
-
DB fir HDataBase
- RecordsFile - Class in jhplot.io.db
-
- RecordsFile(String, int) - Constructor for class jhplot.io.db.RecordsFile
-
Creates a new database file.
- RecordsFile(String, String) - Constructor for class jhplot.io.db.RecordsFile
-
Opens an existing database and initializes the in-memory index.
- recordsFile - Variable in class jhplot.io.HDataBase
-
- recordsFile - Variable in class jhplot.io.HFileXML
-
- RecordsFileException - Exception in jhplot.io.db
-
- RecordWriter - Class in jhplot.io.db
-
- RecordWriter(String) - Constructor for class jhplot.io.db.RecordWriter
-
- RECTAN - Static variable in class jhplot.shapes.HShape
-
- Rectan - Class in jhplot.shapes
-
Draw a rectangle using the user or NDC coordinate system
- Rectan(double, double, double, double, Stroke, Color) - Constructor for class jhplot.shapes.Rectan
-
Build a rectangle
- Rectan(double, double, double, double) - Constructor for class jhplot.shapes.Rectan
-
Build a rectangle.
- refreshFrame() - Method in class jhplot.HPlot
-
Refresh all the frames
- regularizedBeta(double, double, double) - Static method in class jhplot.math.num.special.Beta
-
Returns the regularized beta function Ix(a, b) (1).
- regularizedGammaP(double, double) - Static method in class jhplot.math.num.special.Gamma
-
Returns the regularized gamma function P(a, x) (1).
- regularizedGammaQ(double, double) - Static method in class jhplot.math.num.special.Gamma
-
Returns the regularized gamma function Q(a, x) = 1 - P(a, x) (1).
- rejection(Function, double, double, double) - Static method in class jhplot.math.Random
-
Generate a random number from a random variable definied by its density
function, using the rejection technic.
- rejection(Calculable, double, double, double) - Static method in class jhplot.math.Random
-
Generate a random number from a random variable definied by its density
function, using the rejection technic.
- reloadCanvas() - Static method in class jhplot.SHPlot
-
Reload the canvas by removing components
- reloadCanvas() - Static method in class jhplot.SHPlot3D
-
Reload the canvas by removing components
- reloadCanvas() - Static method in class jhplot.SHPlotJa
-
Reload the canvas by removing components
- reloadData(String) - Method in class jhplot.bsom.Bsom
-
- remove(String) - Method in class jhplot.io.HDataBase
-
Remove object from the database using the key
- remove(int) - Method in class jhplot.P1D
-
Removes at the position
- remove(int) - Method in class jhplot.PND
-
Remove a row
- remove(int) - Method in class jhplot.PNI
-
Remove a row
- removeAll(int, int) - Method in class jhplot.P0D
-
Remove elements
- removeAll(int, int) - Method in class jhplot.P0I
-
Remove elements
- removeAt(int) - Method in class jhplot.P1D
-
Remove a (X,Y) value at a given index
- removeAxes() - Method in class jhplot.HPlot
-
Remove X and Y axes, ticks, axis labels on the current plot.
- removeAxes() - Method in class jhplot.HPlotJa
-
remove X and Y axes, tics, axis labels on the current plot.
- removeGraph() - Method in class jhplot.HPlot
-
Remove all components from the JHPlot frame.
- removeLabel(int) - Method in class jhplot.HPlot
-
remove i-th HLabel or HMLabel on the current plot
- removeLabels() - Method in class jhplot.HPlot
-
remove HLabels and HMLabels on the current plot
- removeLabelsAll() - Method in class jhplot.HPlot
-
remove all Labels on all plots.
- removeObject(int, int, int) - Method in class jhplot.HPlotJa
-
Remove a particular object
- removePrimitives() - Method in class jhplot.HPlot
-
remove 2D java primitives on the current plot
- removePrimitives(int) - Method in class jhplot.HPlot
-
remove i-th 2D java primitives on the current plot
- removePrimitivesAll() - Method in class jhplot.HPlot
-
remove all 2D java primitives
- renameLegend(int, String) - Method in class jhplot.SPlot
-
Rename a legend.
- replaceColumn(int, double[]) - Method in class jhpro.tseries.HStatData
-
Replace a column with anew array.
- rescale(int) - Method in class jhplot.PND
-
Rescale the column vectors.
- rescale(double[][]) - Method in class jhplot.PND
-
This is an inverse operation to rescale(type) function.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaArcObject
-
Rescales this JaArcObject by the scale factor scale.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaAxes
-
Rescales this JaAxes by the scale factor scale, keeping the point (orx,
ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaBlob
-
Rescales this JaBlob by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaBox
-
Rescales this Label by the scale factor scale, keeping the point (orx,
ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaKey
-
Rescales this label by the scale factor scale, keeping the point (orx,
ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLatexText
-
Rescales this JaxoText by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLineObject
-
Rescales this JaxoLine by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaLoopObject
-
Rescales this JaxoLoop by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaObject
-
Abstract class to rescale this JaObject by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaText
-
Rescales this label by the scale factor scale, keeping the point (orx,
ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaTextBox
-
Rescales this Label by the scale factor scale, keeping the point (orx,
ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaVertex
-
Rescales this JaVertex by the scale factor scale,
keeping the point (orx, ory) fixed.
- rescaleObject(int, int, float) - Method in class jhplot.jadraw.JaVertexT5
-
Rescales this JaVertex by the scale factor scale,
keeping the point (orx, ory) fixed.
- reset() - Method in class jhplot.HNeuralNet
-
Reset the weight matrix and the thresholds.
- reset(double, double) - Method in class jhplot.math.ValueErr
-
Set value and errors to 0
- reset() - Method in class jhplot.stat.LinReg
-
reset data to 0
- resetAxes() - Method in class jhplot.SPlot
-
Reset the X and Y axes to the ranges that were first specified using
setXRange() and setYRange().
- resetStyle() - Method in class jhplot.HPlot
-
Resets the current plot settings to default values.
- resetStyleAll() - Method in class jhplot.HPlot
-
Resets all plot settings to default values.
- resetUnitNumber(int) - Method in class jhplot.bsom.BsomDemo
-
- reshape(int, int, int, int) - Method in class jhplot.v3d.Canvas3d
-
- residuals(float[], float[]) - Static method in class jhpro.stat.StatUtils
-
Compute residuals of b versus a.
- RESIZE - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates the current edit mode RESIZE.
- resize(double[][], int, int) - Static method in class jhplot.math.DoubleArray
-
Generate a resized copy of a matrix
- restMass2() - Method in class hephysics.vec.HepLorentzVector
-
Rest mass squared -- same as m2()
- reverse(int) - Static method in class jhplot.math.SortUtils
-
Create reverse permutation, that is {n-1, ....
- richardson(int, F1D, double, double) - Static method in class jhplot.math.Numeric
-
Numerical integration using the Richardson extrapolation.
- rightWithin(Rectangle, Dimension) - Static method in class jhplot.v3d.Util
-
- rightWithin(Component, Component) - Static method in class jhplot.v3d.Util
-
Puts to the right
- rms() - Method in class jhplot.H1D
-
Get RMS of histogram
- rms() - Method in class jhplot.HProf1D
-
Get RMS of histogram
- rmsX() - Method in class jhplot.P1D
-
Returns RMS for X-values.
- rmsY() - Method in class jhplot.P1D
-
Returns RMS for Y-values.
- RNG - Interface in jhplot.math.num.random
-
Defines a random number generator that is capable of generating sequences of
random numbers uniformly distributed between zero and one.
- RombergIntegrator - Class in jhplot.math.num.integration
-
An implementation of Romberg Integration.
- RombergIntegrator(Function) - Constructor for class jhplot.math.num.integration.RombergIntegrator
-
Create an integrator for the given function.
- RombergIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.RombergIntegrator
-
Create an integrator for the given function.
- RootHistogramBrowser - Class in jhplot.root
-
A simple application for browsing histograms in Root Files
- RootHistogramBrowser() - Constructor for class jhplot.root.RootHistogramBrowser
-
Histogram browser
- rowVector(double[]) - Static method in class jhplot.math.DoubleArray
-
Converts an n element array into an 1 x n matrix.
- rr - Variable in class jhplot.io.HDataBase
-
- run() - Method in class jhplot.HBsom
-
Run the algorithm
- run(double[]) - Method in class jhplot.stat.BunchingParameters
-
Collect information about sampling.
- run(double[]) - Method in class jhplot.stat.FactorialMoments
-
Collect information about sampling.
- run() - Method in class jhplot.v3d.Animation
-
- run() - Method in class jhpro.sregression.SymRegression
-
Run symbolic regression.
- run(boolean) - Method in class jhpro.stat.limit.StatConfidence
-
Run limit calculations.
- run(int) - Method in class jminhep.cluster.Partition
-
Main method to run cluster algorithm
- rungeKutta2(double[], F1D, double) - Static method in class jhplot.math.Numeric
-
Uses the 2nd order Runge-Kutta method to solve an ODE.
- rungeKutta4(double[], F1D, double) - Static method in class jhplot.math.Numeric
-
Uses the 4th order Runge-Kutta method to solve an ODE.
- rw - Variable in class jhplot.io.HDataBase
-
- rxy() - Method in class hephysics.vec.SpacePoint
-
Cylindrical r
- rxyz() - Method in class hephysics.vec.SpacePoint
-
Spherical r
- SaddlePoint - Class in jhplot.math.num.pdf
-
Utility class used by various distributions to accurately compute their
respective probability mass functions.
- SaddlePoint() - Constructor for class jhplot.math.num.pdf.SaddlePoint
-
Default constructor.
- SArc(float, float, float, float, float, float) - Static method in class jhplot.jadraw.Diagram
-
A s-line for scalar particles.
- save(String, String, String) - Method in class jhplot.HNeuralNet
-
Save current status of neural net.
- saveData(String, String) - Method in class jhpro.tseries.HStatData
-
Save data in one of the formats.
- savefig(String) - Method in class jhplot.Plot
-
This assumes
- savefig(String, int, int) - Method in class jhplot.Plot
-
- scalarMultiply(double, double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Multiplies every component of an array by a scalar.
- scalarMultiply(double, int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Multiplies every component of an array by a scalar.
- scalarMultiplyFast(double, double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Fast scalar multiplication for sparse arrays.
- scalarMultiplyFast(double, int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Fast scalar multiplication for sparse arrays.
- scalarProduct(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the scalar product of two array as if they were vectors.
- scalarProduct(double[][], double[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the scalar product of two array as if they were matrices.
- scalarProduct(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the scalar product of two array
as if they were vectors.
- scalarProduct(int[][], int[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the scalar product of two array
as if they were matrices.
- scale(String, double) - Method in class jhplot.H1D
-
Scale the histogram.
- scale(double) - Method in class jhplot.H1D
-
Scale the histogram.
- scale(String, double) - Method in class jhplot.H2D
-
Scale the histogram.
- scale(double) - Method in class jhplot.H2D
-
Scale the histogram.
- scale(String, double) - Method in class jhplot.HProf1D
-
Scale the histogram.
- scale(double) - Method in class jhplot.HProf1D
-
Scale the histogram.
- scale(int, double) - Method in class jhpro.stat.DataKeeper
-
Scale values and errors by a factor
- scale(double) - Method in class jhpro.stat.DataKeeper
-
Scale all values and errors by a factor
- scalePoint(double, double, double, double, double) - Method in class jhplot.jadraw.JaObject
-
Returns a point that is obtained from a point (px, py) after a scale
transformation scale, keeping the point (orx, ory) fixed.
- search(double) - Method in class jhplot.P0D
-
Search for the first occurrence of the given argument
- search(int) - Method in class jhplot.P0I
-
Search for the first occurrence of the given argument
- SecantRootFinder - Class in jhplot.math.num.root
-
The secant method (1) for finding roots of functions.
- SecantRootFinder(Function) - Constructor for class jhplot.math.num.root.SecantRootFinder
-
Create a root finder for the given function.
- SecantRootFinder(Function, int, double) - Constructor for class jhplot.math.num.root.SecantRootFinder
-
Create a root finder for the given function.
- secondMaxVal - Variable in class jhplot.stat.JointProbabilityState
-
- secondProbMap - Variable in class jhplot.stat.JointProbabilityState
-
- SECONDS - Static variable in class jhplot.JHPlot
-
- seek(long) - Method in class jhplot.math.io.LERandomAccessFile
-
- SELECT_BODY - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user grabbed the
body of an object.
- SELECT_LL - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user grabbed the
lower left handle of an object.
- SELECT_LR - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user grabbed the
lower right handle of an object.
- SELECT_NONE - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user did not grab any object.
- SELECT_P1 - Static variable in class jhplot.jadraw.JaObject
-
An integer that specifies the first point of an arc object.
- SELECT_P2 - Static variable in class jhplot.jadraw.JaObject
-
An integer that specifies the second point of an arc object.
- SELECT_P3 - Static variable in class jhplot.jadraw.JaObject
-
An integer that specifies the third point of an arc object.
- SELECT_UL - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user grabbed the
upper left handle of an object.
- SELECT_UR - Static variable in class jhplot.jadraw.JaObject
-
An integer that indicates that the user grabbed the
upper right handle of an object.
- seLocation(double, double) - Method in class jhplot.HMLabel
-
Sets the location of this label in data coordinates.
- semilogx(PyObject[], String[]) - Method in class jhplot.Plot
-
Make a semilog plot with log scaling on the x axis.
- semilogy(PyObject[], String[]) - Method in class jhplot.Plot
-
- Serialized - Class in jhplot.io
-
Methods used for serialization.
- Serialized() - Constructor for class jhplot.io.Serialized
-
- Series - Class in jhplot.math.num
-
This class provides the means to evaluate infinite series (1).
- set - Variable in class jhplot.HChart
-
- set - Variable in class jhplot.HGraph
-
- set - Variable in class jhplot.HPlot3D
-
- set - Variable in class jhplot.HPlot3DP
-
- set - Variable in class jhplot.HPlotXYZ
-
- set - Variable in class jhplot.HView3D
-
- set(int, double) - Method in class jhplot.math.num.DoubleArray
-
Modify the element at the given index.
- set(int, double, double) - Method in class jhplot.P1D
-
Sets the values of a plot-point pair (X,Y).
- set(int, double, double, double, double) - Method in class jhplot.P1D
-
Sets the values of a plot-point pair (x,y).
- set(int, double, double, double) - Method in class jhplot.P1D
-
Sets the values of a plot-point pair (x,y).
- set(int, double, double, double, double, double, double) - Method in class jhplot.P1D
-
Sets the values of a plot-point pair (x,y).
- set(int, double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
-
Sets the values of a plot-point pair (x,y).
- set(int, double, double, double) - Method in class jhplot.P2D
-
Sets the values of (x,y,z).
- set(int, double, double, double, double, double, double) - Method in class jhplot.P3D
-
Sets the values of (x,dx,y,dy,z,dz).
- set(int, double[]) - Method in class jhplot.PND
-
Sets (replace) the specified row.
- set(int, P0D) - Method in class jhplot.PND
-
Sets (replace) the specified element with P0D.
- set(int, int[]) - Method in class jhplot.PNI
-
Sets (replace) the specified row.
- set(int, P0I) - Method in class jhplot.PNI
-
Sets (replace) the specified element with P0D.
- set(float, float, float) - Method in class jhplot.v3d.Vector3d
-
- set(int, double, double, int) - Method in class jminhep.cluster.Partition
-
Set parameters for clustering
- set3D(boolean) - Method in class jhplot.Plottable
-
Set 3D if this is for 3D canvas.
- setActiveEuler(double, double, double) - Method in class hephysics.vec.Hep3Matrix
-
Defines a rotation matrix via Euler angles.
- setAllign(int) - Method in class jhplot.jadraw.JaLatexText
-
Sets the allign property of this text object.
- setAlpha(double) - Method in class jhplot.math.num.pdf.Beta
-
Modify the alpha parameter.
- setAlpha(double) - Method in class jhplot.math.num.pdf.Gamma
-
Modify the alpha parameter.
- setAlphaBeta(double, double) - Method in class jhplot.bsom.BsomDemo
-
Set alpha and beta for learning
- setAlphaBeta(double, double) - Method in class jhplot.HBsom
-
Set initial alpha and betai parameters.
- setAmp(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the amp property of this arc object.
- setAmp(int) - Method in class jhplot.jadraw.JaLineObject
-
Sets the amp property of this line object.
- setAmp(int) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the amp property of this loop object.
- setAngamp(int) - Method in class jhplot.jadraw.JaGlLine
-
Sets the angamp property of this JaGlLine.
- setAntiAlias(boolean) - Method in class jhplot.HChart
-
Set antialiasing for the graphics of the current plot
- setAntiAlias(boolean) - Method in class jhplot.HPlot
-
Set antialiasing for the graphics of the current plot
- setAntiAlias(boolean) - Method in class jhplot.HPlotJa
-
Set antialiasing for the graphics of the current plot
- setAntiAliasAll(boolean) - Method in class jhplot.HPlot
-
Set antialiasing for the graphics of all plots
- setArcPts(int, int, int, int, int, int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the points of this arc.
- setArea(double) - Method in class jhpro.tseries.Peak
-
- setArea(double, double) - Method in class jhpro.tseries.Peak
-
- setArray(double[]) - Method in class jhplot.P0D
-
Set a double array.
- setArray(int[]) - Method in class jhplot.P0D
-
Set an integer array.
- setArray(int[]) - Method in class jhplot.P0I
-
Set a double array.
- setArray(double[][]) - Method in class jhplot.PND
-
Set values from double array Old content will be lost.
- setArray(int[][]) - Method in class jhplot.PNI
-
Set values from double array Old content will be lost.
- setArrayList(ArrayList<Double>) - Method in class jhplot.P0D
-
Set the data in form of ArrayList
- setArrayList(ArrayList<Integer>) - Method in class jhplot.P0I
-
Set the data in form of ArrayList
- setArrayList(ArrayList<double[]>) - Method in class jhplot.PND
-
Set the data in form of ArrayList
- setArrayList(ArrayList<int[]>) - Method in class jhplot.PNI
-
Set the data in form of ArrayList
- setArrayX(double[]) - Method in class jhplot.P1D
-
Set array at once
- setArrayY(double[]) - Method in class jhplot.P1D
-
Set array at once
- setArrow(boolean) - Method in class jhplot.jadraw.JaArcObject
-
Sets the arrow property of this arc object.
- setArrow(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the arrow property of this line object.
- setArrow(boolean) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the arrow property of this loop object.
- setAsMarked(boolean) - Method in class jhplot.jadraw.JaObject
-
Sets this JaObject as element of a group.
- setAttResizable(boolean) - Method in class jhplot.HPlot
-
Set canvas attributes resizable (line widths, symbols, fonts) or not.
- setAttResizableAll(boolean) - Method in class jhplot.HPlot
-
Set canvas attributes resizable (line widths, symbols, fonts) or not.
- setAutoRange(boolean) - Method in class jhplot.HChart
-
Set auto-range in X and Y at the same time
- setAutoRange() - Method in class jhplot.HChart
-
Set autorange in X and Y at the same time
- setAutoRange(int, boolean) - Method in class jhplot.HPlot
-
Sets true or false to use automatic scaling for the current plot.
- setAutoRange(boolean) - Method in class jhplot.HPlot
-
Set autorange in X and Y at the same time
- setAutoRange() - Method in class jhplot.HPlot
-
Set autorange in X and Y at the same time for the current plot
- setAutoRange() - Method in class jhplot.HPlot2D
-
Set autorange for the current plot
- setAutoRange(boolean) - Method in class jhplot.HPlot2D
-
Set autorange or not for the current plot
- setAutoRange(int, boolean) - Method in class jhplot.HPlot2D
-
Set autorange for the current plot
- setAutoRange(boolean) - Method in class jhplot.HPlot3D
-
Set autorange in X,Y,Z.
- setAutoRange() - Method in class jhplot.HPlot3D
-
Set autorange in X,Y,Z at the same time for the current plot
- setAutoRange(int, boolean) - Method in class jhplot.HPlotJa
-
Sets true or false to use automatic scaling for the current plot.
- setAutoRange(boolean) - Method in class jhplot.HPlotJa
-
Set autorange in X and Y at the same time
- setAutoRange() - Method in class jhplot.HPlotJa
-
Set autorange in X and Y at the same time for the current plot
- setAutoRange() - Method in class jhplot.HPlotter
-
Set autorange in X and Y at the same time for the current plot
- setAutoRange(boolean) - Method in class jhplot.HPlotter
-
Set autorange in X and Y at the same time
- setAutoRange(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Set autorange for a particular axis
- setAutoRange() - Method in class jhplot.jadraw.JaAxes
-
Set auto-range on all axes
- setAutoRange() - Method in class jhplot.SPlot
-
Rescale so that the data that is currently plotted just fits.
- setAutoRange(boolean) - Method in class jhplot.SPlot
-
Rescale so that the data that is currently plotted just fits.
- setAutoRangeAll(int, boolean) - Method in class jhplot.HPlot
-
Sets true or false to use automatic scaling for all plots.
- setAutoRangeAll(boolean) - Method in class jhplot.HPlot
-
Set auto-range in X and Y at the same time for all plots
- setAutoRangeAll() - Method in class jhplot.HPlot
-
Set autorange in X and Y at the same time for all plots
- setAutoRangeAll() - Method in class jhplot.HPlot2D
-
Set autorange in X and Y at the same time for all plots
- setAutoRangeAll(boolean) - Method in class jhplot.HPlot3D
-
Set to autorange all pads
- setAutoRangeAll(int, boolean) - Method in class jhplot.HPlotJa
-
Sets true or false to use automatic scaling for all plots.
- setAutoRangeAll(boolean) - Method in class jhplot.HPlotJa
-
Set auto-range in X and Y at the same time for all plots
- setAutoRangeAll() - Method in class jhplot.HPlotJa
-
Set autorange in X and Y at the same time for all plots
- setAutoRangeXY() - Method in class jhplot.HPlot3D
-
Set autorange in Y,Z at the same time for the current plot
- setAvailableFonts(String[]) - Method in class jhplot.jadraw.JaKey
-
Sets the string array of available fonts.
- setAvailableFonts(String[]) - Method in class jhplot.jadraw.JaText
-
Sets the string array of available fonts.
- setAxes(boolean) - Method in class jhplot.HPlot3DP
-
Set all axes or not
- setAxes(boolean, boolean, boolean) - Method in class jhplot.HPlot3DP
-
Show or not axes for X, Y, Z
- setAxesArrow(int, int) - Method in class jhplot.jadraw.JaAxes
-
Set arrow type
- setAxesArrows(boolean) - Method in class jhplot.HPlot3DP
-
Show or not small arrows on axes
- setAxesBox(boolean) - Method in class jhplot.HPlotXYZ
-
The box can be turned on/off for the current pad.
- setAxesColor(Color) - Method in class jhplot.HPlot
-
Sets the actual color of the axes of the graph.
- setAxesColor(Color) - Method in class jhplot.HPlot3DP
-
Set Color for axes
- setAxesColor(Color) - Method in class jhplot.HPlotter
-
Sets the actual color of the axes of the graph.
- setAxesFontColor(Color) - Method in class jhplot.HPlot3D
-
Get color for tic labels
- setAxesFrame(int, int) - Method in class jhplot.HPlotJa
-
Set axes frames or pads.
- setAxesLabel(int, boolean) - Method in class jhplot.HPlotXYZ
-
Show or not label on axes.
- setAxesLabelFont(Font, Color) - Method in class jhplot.HPlotXYZ
-
Set font and color for axis labels.
- setAxesRatio(double) - Method in class jhplot.HPlot
-
Sets the ratio between X- and Y-axes lengths.
- setAxesRatioUse(boolean) - Method in class jhplot.HPlot
-
Sets whether or not to use a fixed ratio between X- and Y-axes lengths.
- setAxis(int, ValueAxis) - Method in class jhplot.HChart
-
Sets axis
- setAxis(int, boolean) - Method in class jhplot.HPlot
-
Sets whether an axis line will be drawn or not.
- setAxis(int, Axis) - Method in class jhplot.HPlot2D
-
Set axis objects
- setAxis(int, boolean) - Method in class jhplot.HPlot2D
-
Sets whether an axis line will be drawn or not.
- setAxis(boolean) - Method in class jhplot.HZirkel
-
Show coordinate system on the canvas.
- setAxisAll(boolean) - Method in class jhplot.HPlot
-
Sets whether all axis lines will be drawn or not.
- setAxisAll(boolean) - Method in class jhplot.HPlotJa
-
Sets whether all axis lines will be drawn or not.
- setAxisArrow(int) - Method in class jhplot.HPlot
-
Sets axes arrows.
- setAxisArrows(boolean) - Method in class jhplot.HPlot3DP
-
Set or not arrows for axis
- setAxisFont(Font) - Method in class jhplot.HPlot3D
-
Sets font for axes
- setAxisLabelColor(Color) - Method in class jhplot.HPlot2D
-
Sets the pen color for ticks
- setAxisLabelFont(Font) - Method in class jhplot.HPlot2D
-
Set fonts for axis Label
- setAxisLabelPosition(int, int) - Method in class jhplot.HPlot2D
-
Position of label for axis
- setAxisMirror(int, boolean) - Method in class jhplot.HPlot
-
Sets whether the mirror of an axis will be drawn or not.
- setAxisNumberSubtics(int) - Method in class jhplot.HPlot2D
-
Sets the number of small sub-ticks
- setAxisPenTicWidth(int) - Method in class jhplot.HPlot
-
Sets the pen width to draw tick axes.
- setAxisPenTicWidth(int) - Method in class jhplot.HPlot2D
-
Sets the pen width to draw tick axes
- setAxisTicHeight(int) - Method in class jhplot.HPlot2D
-
Sets the tick heights in NDC units
- setAxisTick(int, boolean) - Method in class jhplot.HPlotXYZ
-
Show or not ticks on axes.
- setAxisTitle(int, SGLabel) - Method in class jhplot.HPlot2D
-
Set label for axis
- setAxisX() - Method in class jhplot.HPlot
-
Sets X-axis (bottom).
- setAxisY() - Method in class jhplot.HPlot
-
Sets Y-axis (left).
- setBack(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the back property of this line object.
- setBack(double) - Method in class jhpro.stat.limit.ExpData
-
Set background number
- setBackgColor(Color) - Method in class jhplot.HChart
-
Sets the actual background color of the entire graph panel.
- setBackgColor(Color) - Method in class jhplot.HPlot
-
Sets the actual background color of the entire graph panel.
- setBackgColor(Color) - Method in class jhplot.HPlot3DP
-
Set background for current pad
- setBackgColor(Color) - Method in class jhplot.HPlotter
-
Sets the actual background color for current plot region.
- setBackgColorForAllGraph(Color) - Method in class jhplot.HPlot
-
Sets the background color of all graphs.
- setBackgColorGraph(Color) - Method in class jhplot.HPlot
-
Sets the background color of the current graph.
- setBackgColorGraph(Color) - Method in class jhplot.HPlotter
-
Sets the background color of the current graph.
- setBackground(Color) - Method in class jhplot.HPlot2D
-
Set background for the plot.
- setBackground(Color) - Method in class jhplot.HPlotXYZ
-
Set background for the current pad.
- setBackground(Color) - Method in class jhplot.SPlot
-
Set background for the plot.
- setBackgroundColor(Color) - Method in class jhplot.jadraw.JaAxes
-
Set background color
- setBars(boolean) - Method in class jhplot.DrawOptions
-
Draw a histogram using bars (default is using lines).
- setBars() - Method in class jhplot.HPlot3D
-
Set bar type of plot
- setBars(boolean) - Method in class jhplot.HPlot3D
-
Set bar type of plot
- setBars(boolean) - Method in class jhplot.SPlot
-
Turn bars on or off (for bar charts).
- setBars(double, double) - Method in class jhplot.SPlot
-
Turn bars on and set the width and offset.
- setBeta(double) - Method in class jhplot.math.num.pdf.Beta
-
Modify the beta parameter.
- setBeta(double) - Method in class jhplot.math.num.pdf.Gamma
-
Modify the beta parameter.
- setBinError(int, int, double) - Method in class jhplot.H2D
-
Set the error on this bin.
- setBins(int) - Method in class jhplot.H1D
-
Sets the number of bins
- setBins(int) - Method in class jhplot.HProf1D
-
Sets the number of bins
- setBinWidth(double) - Method in class jhplot.DrawOptions
-
Set the bin width.
- setBoundingBox(double[]) - Method in class jhplot.jadraw.JaObject
-
Sets the bounding box of this JaObject.
- setBounds(int, int, int, int) - Method in class jhplot.SPlot
-
Move and resize this component.
- setBox(boolean) - Method in class jhplot.HPlot
-
Sets whether or not to draw the bounding box around the graph.
- setBoxColor(Color) - Method in class jhplot.HPlot
-
Sets the color of the bounding box drawn around a graph.
- setBoxColor(Color) - Method in class jhplot.HPlot3D
-
Set color of the box
- setBoxColor(Color) - Method in class jhplot.HPlotJa
-
Sets the color of the bounding box drawn around a graph.
- setBoxed(boolean) - Method in class jhplot.HPlot3D
-
Set boxed frame
- setBoxFillColor(Color) - Method in class jhplot.HPlot
-
Sets the fill color of the bounding box drawn around a graph.
- setBoxFillColor(Color) - Method in class jhplot.HPlotJa
-
Sets the fill color of the bounding box drawn around a graph.
- setBoxOffset(double) - Method in class jhplot.HPlot
-
Sets the offset of the bounding box drawn around a graph.
- setBtot(double) - Method in class jhpro.stat.ConfidenceLevel
-
- setCameraPosition(double) - Method in class jhplot.HPlot3DP
-
Set camera position
- setCellAt(Object, int, int) - Method in class jhplot.SPsheet
-
This fill assumes that the object passes to it is already the correct
object to set the value of the cell as.
- setCellSize(int) - Method in class jhplot.HCellular
-
Set cell size
- setCharge(double) - Method in class hephysics.particle.LParticle
-
Set charge
- setChargeParity(float) - Method in class hephysics.particle.HEParticle
-
Set C charge conjugation parity
- setChartArea() - Method in class jhplot.HChart
-
Make an Area chart.
- setChartBar() - Method in class jhplot.HChart
-
Make a Bar chart.
- setChartBar3D() - Method in class jhplot.HChart
-
Make a Bar chart in 3D.
- setChartLine() - Method in class jhplot.HChart
-
Make a line chart.
- setChartLine(double) - Method in class jhplot.HChart
-
Make a line chart.
- setChartPie() - Method in class jhplot.HChart
-
Make a Pie chart.
- setChartPie3D() - Method in class jhplot.HChart
-
Make a Pie 3D chart.
- setChartPolar() - Method in class jhplot.HChart
-
Make a chart using polar coordinates.
- setColor(Color) - Method in class jhplot.DrawOptions
-
Set color for lines
- setColor(Color) - Method in class jhplot.HKey
-
Sets the color to a specific value
- setColor(Color) - Method in class jhplot.HLabel
-
Sets the color to a specific value
- setColor(Color) - Method in class jhplot.HLabelEq
-
Sets the color to a specific value
- setColor(Color) - Method in class jhplot.HMLabel
-
Sets the color to a specific value
- setColor(Color) - Method in class jhplot.jadraw.JaObject
-
Sets the color of this object.
- setColor(Color) - Method in class jhplot.shapes.HShape
-
Sets the color to a specific value
- setColor(boolean) - Method in class jhplot.SPlot
-
If the argument is false, draw the plot without using color (in black and
white).
- setColor(Color) - Method in class jhplot.v3d.Object3d
-
- setColor(int, int, int) - Method in class jhplot.v3d.Object3d
-
- setColorBack(Color) - Method in class jhplot.v3d.Canvas3d
-
- setColorBackgroud(Color) - Method in class jhplot.HLabelEq
-
Set background color
- setColorBar(ColorKey) - Method in class jhplot.HPlot2D
-
Set color bar (key) for the current plot
- setColorFill(Color) - Method in class jhplot.HPlot3D
-
Set color of to fill histogram bars
- setColorFill(Color) - Method in class jhplot.HPlotXYZ
-
Set fill color for the current object
- setColorLines(Color) - Method in class jhplot.HPlot3D
-
Set color of the lines to draw histogram bars
- setColorMode(int) - Method in class jhplot.HPlot3D
-
Sets the color mode
- setColors(Color[]) - Method in class jhplot.SPlot
-
Set the point colors.
- setColorSolid(boolean) - Method in class jhplot.HPlotXYZ
-
If you set true, color will be solid and no colorfull color map is used.
- setColorWireframe(Color) - Method in class jhplot.HPlotXYZ
-
Set fill color for the current object
- setColumnMapping(String[]) - Method in class jhplot.io.csv.bean.ColumnPositionMappingStrategy
-
- setColumnMapping(Map) - Method in class jhplot.io.csv.bean.HeaderColumnNameTranslateMappingStrategy
-
- setComplex() - Method in class jhplot.FND
-
Treat the function as complex.
- setConnected(boolean, int) - Method in class jhplot.SPlot
-
If the first argument is true, then by default for the specified dataset,
points will be connected by a line.
- setContents(double[], double[]) - Method in class jhplot.H1D
-
Sets the content of H1D histogram.
- setContents(double[], double[], int[], double[], double[]) - Method in class jhplot.H1D
-
Set the content of the whole Histogram at once.
- setContents(double[][], double[][]) - Method in class jhplot.H2D
-
Set content of H2D histogram
- setContents(double[][], double[][], int[][], double[][], double[][], double[][], double[][]) - Method in class jhplot.H2D
-
Set the content of the whole Histogram at once.
- setContents(double[], double[]) - Method in class jhplot.HProf1D
-
Sets the content of histogram.
- setContents(double[], double[], int[], double[], double[]) - Method in class jhplot.HProf1D
-
Set the content of the whole Histogram at once.
- setContents(double[][], double[][]) - Method in class jhplot.HProf2D
-
Set content of H2D histogram
- setContour(boolean) - Method in class jhplot.HPlot
-
Set to a contour style
- setContour() - Method in class jhplot.HPlot3D
-
Set contour style
- setContour(boolean) - Method in class jhplot.HPlot3D
-
Set contour style
- setContour(boolean) - Method in class jhplot.HPlotJa
-
Set to a contour style
- setContour(boolean) - Method in class jhplot.jadraw.JaAxes
-
Set the contour style and parse the data.
- setContourBar(boolean) - Method in class jhplot.HPlot
-
Show or not a bar with color levels
- setContourBar(boolean) - Method in class jhplot.HPlotJa
-
Show a bar indicating levels on contour plot
- setContourBar(boolean) - Method in class jhplot.jadraw.JaAxes
-
Show or not a bar with color levels
- setContourBins(int, int) - Method in class jhplot.HPlot
-
How many bins used to slice the data in X (and Y)
- setContourBins(int, int) - Method in class jhplot.HPlotJa
-
Set number of contour bins in X and Y
- setContourBins(int, int) - Method in class jhplot.jadraw.JaAxes
-
How many bins used to slice the data in X (and Y)
- setContourGray(boolean) - Method in class jhplot.HPlot
-
Color style to show contour plot.
- setContourGray(boolean) - Method in class jhplot.jadraw.JaAxes
-
Color style to show contour plot.
- setContourLevels(int) - Method in class jhplot.HPlot
-
How many color levels shuul be shown (10 default)
- setContourLevels(int) - Method in class jhplot.HPlotJa
-
Number of contour levels
- setContourLevels(int) - Method in class jhplot.jadraw.JaAxes
-
How many color levels should be shown (10 default)
- setContourLines(int) - Method in class jhplot.HPlot3D
-
Set number of divisions for contour plots
- setConversionType(String) - Method in class jhplot.UConverter
-
Set convertion type.
- setCurDir(String) - Static method in class jhplot.HPlotJa
-
Sets the current working directory.
- setDash(float) - Method in class jhplot.jadraw.JaArcObject
-
Sets the dash property of this arc object.
- setDash(float) - Method in class jhplot.jadraw.JaLineObject
-
Sets the dash property of this line object.
- setDash(float) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the dash property of this loop object.
- setDashed(double) - Method in class jhplot.shapes.HShape
-
Set dashed line
- setData(P1D) - Method in class jhplot.HBsom
-
Load data to BSOM
- setData(double[][], double[][]) - Method in class jhplot.HNeuralNet
-
Construct a data set from an input and idea array.
- setData(double[][]) - Method in class jhplot.HNeuralNet
-
Construct a data set from an input
- setData(PND, PND) - Method in class jhplot.HNeuralNet
-
Set data for training.
- setData(PND) - Method in class jhplot.HNeuralNet
-
Set data
- setData() - Method in class jhplot.HPlot2D
-
- setData(Vector<DataArray>) - Method in class jhplot.jadraw.JaAxes
-
Set data in form of vector
- setData(double[][]) - Method in class jhplot.VHolder
-
Set data from 2D array
- setData(double[]) - Method in class jhplot.VHolder
-
Set data from 1D array
- setData(JSCNArray) - Method in class jhpro.tseries.HStatData
-
Set new data.
- setDataArray(DataArray) - Method in class jhplot.P1D
-
Set data in a form of DataArray
- setDataArray(DataArray2D) - Method in class jhplot.P2D
-
Set data in a form of DataArray
- setDataArray(DataArray3D) - Method in class jhplot.P3D
-
Set data in a form of DataArray
- setDataFileBrowser(JaxoMainPanel, Map<String, Object>, boolean) - Method in class jhplot.io.BrowserDataGeneric
-
Call this for HPlotJa canvas.
- setDataFileBrowser(GHFrame, Map<String, Object>, boolean) - Method in class jhplot.io.BrowserDataGeneric
-
Open a dialog to display a map of objects for HPlot and HPlot3D.
- setDataPers(DataArray) - Method in class jhplot.HPlot
-
Sets the data in the form DataArray data
- setDefault() - Method in class jhplot.HCellular
-
Set default parameters
- setDefaultPosition(boolean) - Method in class jhplot.HKey
-
Is this key should be set at a default position?
- setDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.ChiSquared
-
Modify the degrees of freedom.
- setDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.TDistribution
-
Modify the degrees of freedom.
- setDelta(double) - Method in class jhplot.bsom.Bsom
-
- setDelta(double) - Method in class jhplot.HBsom
-
Set calculation precision.
- setDenominatorDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.FDistribution
-
Modify the denominator degrees of freedom.
- setDensity() - Method in class jhplot.HPlot3D
-
Set density type of plot
- setDensity(boolean) - Method in class jhplot.HPlot3D
-
Set density plot
- setDerivative(Function) - Method in class jhplot.math.num.root.NewtonRootFinder
-
Modify the derivative of the target function.
- setDescription(String) - Method in class jhplot.io.HBook
-
Set a desciption which will be attached to the header of the output file.
- setDescription(String) - Method in class jhpro.tseries.HStatData
-
Set new description for data set
- setDetltaTime(int) - Method in class jhplot.HCellular
-
Set set delta time
- setDimension(int) - Method in class jhplot.P1D
-
Set the dimension for the container.
- setDimention(int) - Method in class jminhep.cluster.DataHolder
-
Set the dimension of the data
- setDisplayGrids(boolean) - Method in class jhplot.HPlot3D
-
Display grid
- setDisplayXY(boolean) - Method in class jhplot.HPlot3D
-
Display or not X and Y
- setDisplayZ(boolean) - Method in class jhplot.HPlot3D
-
Display or not title for Z
- setDistance(double) - Method in class jhplot.HPlot3D
-
Set distance to the object
- setDistance(double) - Method in class jhplot.HPlotXYZ
-
Set distance to the object
- setDivisions(int, int) - Method in class jhplot.FPR
-
Set number of divisions for parameters.
- setDivisions(int) - Method in class jhplot.HPlot3D
-
Set number of divisions for surface plots
- setDLSeparation(float) - Method in class jhplot.jadraw.JaArcObject
-
Sets the double line separation property.
- setDLSeparation(float) - Method in class jhplot.jadraw.JaLineObject
-
Sets the double line property.
- setDLSeparation(float) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the double line property.
- setDotted(double) - Method in class jhplot.shapes.HShape
-
Set dotted line
- setDoubleArrayLists(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in class jhplot.P2D
-
Set the array from DoubleArrayLists
- setDoubleLine(boolean) - Method in class jhplot.jadraw.JaArcObject
-
Sets the double line property.
- setDoubleLine(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the double line property.
- setDoubleLine(boolean) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the double line property.
- setDrawLine(boolean) - Method in class jhplot.DrawOptions
-
Draw lines connecting points or not.
- setDrawLineKey(boolean) - Method in class jhplot.DrawOptions
-
Draw histogram key with line or not
- setDrawOption(LinePars) - Method in class jhplot.DrawOptions
-
Sets drawing attributes
- setDrawSymbol(boolean) - Method in class jhplot.DrawOptions
-
Draw or not symbols
- setDtot(int) - Method in class jhpro.stat.ConfidenceLevel
-
- setE(double) - Method in class hephysics.vec.HepLorentzVector
-
Set energy
- setEditable(int) - Method in class jhplot.SPlot
-
Specify which dataset is editable.
- setElement(int, int, double) - Method in class hephysics.vec.Hep3Matrix
-
Sets the (row, column) element
- setElevationAngle(double) - Method in class jhplot.HPlot3D
-
Set the elevation angle
- setEnd(boolean) - Method in class jhplot.jadraw.JaArcObject
-
Sets the end property of this line object.
- setEnd(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the end property of this line object.
- setEndLength(double) - Method in class jhplot.shapes.Arrow
-
Set lenght of the ends
- setEndWidth(double) - Method in class jhplot.shapes.Arrow
-
Set width of the ends
- setErr(boolean) - Method in class jhplot.DrawOptions
-
Set or not the 1st level errors on X and Y
- setErr(double) - Method in class jhplot.math.ValueErr
-
Set error
- setErrAll(boolean) - Method in class jhplot.DrawOptions
-
Show or not all errors (1st and 2nd level).
- setErrAllToZero(String, int) - Method in class jhplot.P1D
-
Set all (1st and 2nd) level errors to zero.
- setErrBack(double) - Method in class jhpro.stat.limit.ExpData
-
Set error on background
- setErrColor(Color) - Method in class jhplot.DrawOptions
-
Set color for 1st level errors for X and Y
- setErrColor(Color, double) - Method in class jhplot.DrawOptions
-
Set color for 1st level errors for X and Y
- setErrColorX(Color) - Method in class jhplot.DrawOptions
-
Set color for 1st level errors in X
- setErrColorY(Color) - Method in class jhplot.DrawOptions
-
Set color for 1st level errors in Y
- setErrFill(boolean) - Method in class jhplot.DrawOptions
-
Fill area between lower and upper 1st-level errors
- setErrFillColor(Color) - Method in class jhplot.DrawOptions
-
Fill color area between lower and upper 1st-level errors.
- setErrFillColor(Color, double) - Method in class jhplot.DrawOptions
-
Fill color area between lower and upper 1st-level errors and set
transparency level
- setError(int, double) - Method in class jhpro.stat.DataKeeper
-
Set a error at index
- setErrors(double[]) - Method in class jhplot.H1D
-
Sets errors of H1D histogram (for heights).
- setErrors(double[]) - Method in class jhpro.stat.DataKeeper
-
- setErrSqrt(int) - Method in class jhplot.P1D
-
Set 1st level error to sqrt of X or Y values.
- setErrSys(boolean) - Method in class jhplot.DrawOptions
-
Show or not the 2nd level errors for X and Y values
- setErrSysFill(boolean) - Method in class jhplot.DrawOptions
-
Fill area between lower and upper 2st-level errors
- setErrSysFillColor(Color) - Method in class jhplot.DrawOptions
-
Fill color area between lower and upper 1st-level errors
- setErrSysFillColor(Color, double) - Method in class jhplot.DrawOptions
-
Fill color area between lower and upper 2nd-level errors and set
transparency level
- setErrSysToZero(int) - Method in class jhplot.P1D
-
Set 2nd level errors to zero.
- setErrSysX(boolean) - Method in class jhplot.DrawOptions
-
Set or not the 2nd level errors in X
- setErrSysY(boolean) - Method in class jhplot.DrawOptions
-
Show or not the 2nd level errors for Y values
- setErrTicSize(double) - Method in class jhplot.DrawOptions
-
Set the size of small tics shown at the end of error bars.
- setErrToZero(int) - Method in class jhplot.P1D
-
Set 1st level errors to zero.
- setErrX(boolean) - Method in class jhplot.DrawOptions
-
Set or not the 1st level errors in X
- setErrY(boolean) - Method in class jhplot.DrawOptions
-
Show or not the 1st level errors for Y values.
- setExpForm(int) - Method in class jhplot.jadraw.JaAxes
-
Set exponential form.
- setEyePosition(double, double, double) - Method in class jhplot.HPlot3DP
-
Set position oy eye
- setFaceDisplayed(boolean) - Method in class jhplot.HPlotXYZ
-
Set face shown or not
- setFile(GHFrame, String, boolean) - Method in class jhplot.io.BrowserAida
-
Read data from AIDA file.
- setFile(GHFrame, HBook, boolean) - Method in class jhplot.io.BrowserHBook
-
Read data from HBook path.
- setFile(GHFrame, HFile, boolean) - Method in class jhplot.io.BrowserHFile
-
Open HFile file in a pop-up window to browser it and check all objects
- setFile(GHFrame, HFileXML, boolean) - Method in class jhplot.io.BrowserHFileXML
-
Open HFileXML file in a pop-up window to browser it and check all objects
- setFile(GHFrame, PFile, boolean) - Method in class jhplot.io.BrowserPFile
-
Open HFile file in a pop-up window to browser it and check all objects
- setFile(GHFrame, String, boolean) - Method in class jhplot.io.BrowserRoot
-
Read data from AIDA file.
- setFill(boolean) - Method in class jhplot.DrawOptions
-
Fill or not histogram or function.
- setFill(boolean) - Method in class jhplot.HPlot3D
-
Set fill color or not for histogram bars
- setFill(boolean) - Method in class jhplot.shapes.HShape
-
Fill a primitive
- setFillColor(Color) - Method in class jhplot.DrawOptions
-
Fill color of a drawing object.
- setFillColor(Color) - Method in class jhplot.FPR
-
Set color for fill
- setFillColor(Color) - Method in class jhplot.jadraw.JaFillObject
-
Sets the fill color of this fillColor object.
- setFillColor(Color) - Method in class jhplot.jadraw.JaVertexT2
-
Sets the fill color of this fillColor object.
- setFillColorTransparency(double) - Method in class jhplot.DrawOptions
-
Set color transparency used to fill an object.
- setFilled(boolean) - Method in class jhplot.FPR
-
Set filled area or not
- setFilled(boolean) - Method in class jhplot.jadraw.JaBlob
-
Fill or not the object
- setFilled(boolean) - Method in class jhplot.jadraw.JaBox
-
Fill or not the object
- setFlip(boolean) - Method in class jhplot.jadraw.JaArcObject
-
Sets the flip property of this arc object.
- setFlip(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the flip property of this line object.
- setFlip(boolean) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the flip property of this loop object.
- setFlush(int) - Method in class jhplot.io.HFile
-
Set after how many events data will be flushed.
- setFog(boolean) - Method in class jhplot.HPlot3DP
-
Set fog for objects
- setFont(Font) - Method in class jhplot.HKey
-
Sets the font to a specific value
- setFont(Font) - Method in class jhplot.HLabel
-
Sets the font to a specific value
- setFont(Font) - Method in class jhplot.HMLabel
-
Sets the font to a specific value
- setFont(Font) - Method in class jhplot.jadraw.JaKey
-
Sets the textFont property of this text object.
- setFont(Font) - Method in class jhplot.jadraw.JaText
-
Sets the textFont property of this text object.
- setFont(Font) - Method in class jhplot.jadraw.JaTextBox
-
Sets the textFont property of this text object.
- setFont(Font) - Method in class jhplot.shapes.Text
-
Set the font
- setFontAxisX(Font, Color) - Method in class jhplot.HChart
-
Set font and color for X-axis (for X-Y plots)
- setFontAxisY(Font, Color) - Method in class jhplot.HChart
-
Set font and color for Y-axis (for X-Y plots)
- setFontLegent(Font) - Method in class jhplot.HChart
-
Set font for legend title
- setFontSize(int) - Method in class jhplot.HLabelEq
-
Sets the font to a specific value
- setFontTitle(Font) - Method in class jhplot.HChart
-
Set font for legend title
- setFontValue(Font) - Method in class jhplot.HPlot3DP
-
Set Font for axis numbers
- setForeground(Color) - Method in class jhplot.SPlot
-
Set the foreground color.
- setFormat(DecimalFormat) - Method in class jhplot.io.HBook
-
Set format for writting double values.
- setFov(double) - Method in class jhplot.HPlot3DP
-
Set field of vision
- setFrameColor(Color) - Method in class jhplot.HPlot3D
-
Set color of the frame
- setFreq(float) - Method in class jhplot.jadraw.JaArcObject
-
Sets the freq property of this arc object.
- setFreq(float) - Method in class jhplot.jadraw.JaLineObject
-
Sets the freq property of this line object.
- setFreq(float) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the freq property of this loop object.
- setFunc(IFunction) - Method in class jhplot.HFitter
-
Set fit functions
- setFunc(String) - Method in class jhplot.HFitter
-
Set fit functions from predefined string.
- setFunc(String, int, String, String) - Method in class jhplot.HFitter
-
Set functions from a script.
- setFunction(Function) - Method in class jhplot.math.num.integration.AdaptiveIntegrator
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.integration.RombergIntegrator
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.integration.SimpsonsIntegrator
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.integration.TrapezoidalIntegrator
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.BisectionRootFinder
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.Bracket
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.BrentRootFinder
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.FalsePositionRootFinder
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.NewtonRootFinder
-
Modify the target function.
- setFunction(Function) - Method in class jhplot.math.num.root.SecantRootFinder
-
Modify the target function.
- setGraph() - Method in class jhplot.HPlot
-
Set the graph from JPLot
- setGraphSettings(GraphSettings) - Method in class jhplot.HPlot
-
Set a new graph settings for the current plot
- setGraphStyle(int) - Method in class jhplot.DrawOptions
-
Set the style of the graph
- setGrid(boolean) - Method in class jhplot.HChart
-
Sets whether or not using grid lines.
- setGrid(int, boolean) - Method in class jhplot.HChart
-
Sets whether or not using grid lines.
- setGrid(int, boolean) - Method in class jhplot.HPlot
-
Sets whether or not using grid lines.
- setGrid(boolean) - Method in class jhplot.HPlot
-
Sets whether or not using grid lines.
- setGrid(boolean) - Method in class jhplot.SPlot
-
Control whether the grid is drawn.
- setGridAll(int, boolean) - Method in class jhplot.HPlot
-
Sets or not the grid lines for all plots on the same canvas
- setGridAll(int, boolean) - Method in class jhplot.HPlotJa
-
Sets or not the grid lines for all plots on the same canvas
- setGridColor(Color) - Method in class jhplot.HChart
-
Sets color of the grid lines for all plots on the same canvas
- setGridColor(Color) - Method in class jhplot.HPlotXYZ
-
Set Grid color to the current pad
- setGridColor(Color) - Method in class jhplot.jadraw.JaAxes
-
Set grid color
- setGridColorAll(Color) - Method in class jhplot.HPlot
-
Sets color of the grid lines for all plots on the same canvas
- setGridFront(boolean) - Method in class jhplot.jadraw.JaAxes
-
Set grid to be drown in fron of all graphic objects
- setGridPenWidth(double) - Method in class jhplot.HChart
-
Sets width of the line for the grid
- setGridPenWidth(int, double) - Method in class jhplot.HChart
-
Sets the width of the line for grid
- setGridToFront(boolean) - Method in class jhplot.HPlot
-
Setting the flag to true, this will draw the grid after
drawing all the lines and point stuff, hence on the foreground.
- setGTitle(String) - Method in class jhplot.HPlot2D
-
Set global title for this plot.
- setGTitle(JaText) - Method in class jhplot.HPlotJa
-
Set the global title
- setGTitle(String, Font, Color) - Method in class jhplot.HPlotJa
-
Sets the global title
- setGTitle(String, Font) - Method in class jhplot.HPlotJa
-
Sets the global title using black color.
- setGTitle(String) - Method in class jhplot.HPlotJa
-
Set the global title with default attributes.
- setGTitle(String, Color) - Method in class jhplot.HPlotJa
-
Set the global title with default attributes.
- setGTitle(String, Font, Color) - Method in class jhplot.HPlotter
-
Set global title and its attributes
- setGTitle(String, Color) - Method in class jhplot.HPlotter
-
Set the global title with default attributes.
- setGTitle(String) - Method in class jhplot.HPlotter
-
Set the global title with default attributes.
- setGTitle(String) - Method in class jhplot.SPlot
-
Set global title for this plot.
- setHeights(double[]) - Method in class jhplot.H1D
-
Sets the content of H1D histogram (heights).
- setImpulses(boolean, int) - Method in class jhplot.SPlot
-
If the first argument is true, then a line will be drawn from any plotted
point in the specified dataset down to the x axis.
- setInflip(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the inflip property of this line object.
- setInitFile(String) - Method in class jhplot.HCellular
-
Set initialization file
- setInitString(String) - Method in class jhplot.HCellular
-
Set initialization string for the rule
- setInnerColor(Color) - Method in class jhplot.HPlot
-
Sets the color used to fill the inner triangles.
- setIsospin(float) - Method in class hephysics.particle.HEParticle
-
Set isospin
- setIsResizing(boolean) - Method in class jhplot.jadraw.JaArcObject
-
Sets the resizing property of this arc.
- setKey(int, float, Color) - Method in class jhplot.HKey
-
Sets a key
- setKey(int) - Method in class jhplot.jadraw.JaKey
-
Set the key symbol (1-12, 20,21,22)
- setKeyColor(Color) - Method in class jhplot.jadraw.JaKey
-
Set the key color
- setKeySpace(float) - Method in class jhplot.HKey
-
Sets a space between the key and the text describing the key
- setKeySpace(double) - Method in class jhplot.jadraw.JaKey
-
Set a space between a key and a text
- setKeyTextSpace(double) - Method in class jhplot.HPlotJa
-
Set space between the key symbol and the text in a legend.
- setLabel(int, double, double, String, Font, Color, String) - Method in class jhplot.HPlotJa
-
Set label (or update it) for the current pad selected with the cd(i1,i2) method.
- setLabel(int, double, double, String, Font, Color) - Method in class jhplot.HPlotJa
-
Set label (or update it) for the current pad selected with the cd(i1,i2) method.
- setLabel(int, double, double, String, Font) - Method in class jhplot.HPlotJa
-
Set label (or update it) for the current pad selected with the cd(i1,i2) method.
- setLabel(int, double, double, String) - Method in class jhplot.HPlotJa
-
Set label (or update it) for the current pad selected with the cd(i1,i2) method.
- setLabelColor(Color) - Method in class jhplot.HChart
-
Se5t color of the lebales.
- setLabelColor(Color) - Method in class jhplot.HPlot3D
-
Set color of the label
- setLabelColor(Color) - Method in class jhplot.HPlot3DP
-
Set Color for the labels
- setLabelColor(Color) - Method in class jhplot.jadraw.JaAxes
-
Set the color for labels indicating the ticks
- setLabelFont(Font) - Method in class jhplot.HChart
-
Set fonts of the labels.
- setLabelFont(Font) - Method in class jhplot.HPlot3D
-
Set Font for the labels
- setLabelFont(Font) - Method in class jhplot.HPlot3DP
-
Set Font for the labels
- setLabelFont(Font) - Method in class jhplot.jadraw.JaAxes
-
Set label fonts
- setLabelFont(String) - Method in class jhplot.SPlot
-
Set the label font, which is used for axis labels and legend labels.
- setLabelFontColor(Color) - Method in class jhplot.HPlot3D
-
Set color for labels
- setLabelOffsetX(double) - Method in class jhplot.HPlot3D
-
Set label offset on X
- setLabelOffsetY(double) - Method in class jhplot.HPlot3D
-
Set label offset on Y
- setLabelOffsetZ(double) - Method in class jhplot.HPlot3D
-
Set label offset on Z
- setLabelRotation(double) - Method in class jhplot.jadraw.JaAxes
-
Set rotation for labels
- setLabelShift(int, double, double) - Method in class jhplot.HPlotJa
-
Shift position of a label with respect to the axis by about defined in
NDC (0-1).
- setLabelSpace(int, double) - Method in class jhplot.jadraw.JaAxes
-
Set a space between axis and labels for ticks
- setLabelX(String, int, int) - Method in class jhplot.HPlotJa
-
Sets a label for X at the default location
- setLabelX(String) - Method in class jhplot.Plottable
-
Set lablel for X axis
- setLabelY(String, int, int) - Method in class jhplot.HPlotJa
-
Set label at the default position
- setLabelY(String) - Method in class jhplot.Plottable
-
Set lablel for Y axis
- setLabelZ(String) - Method in class jhplot.Plottable
-
Set lablel for Z axis if applicable.
- setLatexFS(int) - Method in class jhplot.jadraw.JaLatexText
-
Sets the latexfs property of this text object.
- setLatexLabel(String) - Method in class jhplot.jadraw.JaLatexText
-
Sets the Label of this LatexText to str.
- setLegend(boolean) - Method in class jhplot.DrawOptions
-
Sets whether or not this line style should draw the name in the legend of
the graph.
- setLegend(boolean) - Method in class jhplot.HChart
-
Sets whether or not this line style should draw the name in the legend of
the graph.
- setLegend(boolean) - Method in class jhplot.HPlot
-
Sets whether or not to draw the legend.
- setLegend(boolean) - Method in class jhplot.HPlotter
-
Sets whether or not to draw the legend for the current plot.
- setLegendAll(boolean) - Method in class jhplot.HPlotJa
-
Do we need to show legends?
- setLegendBar(AbstractDrawable) - Method in class jhplot.HPlotXYZ
-
Set a legend to a given surface
- setLegendFont(Font) - Method in class jhplot.HPlot
-
Sets the actual font of the legend.
- setLegendFont(String) - Method in class jhplot.HPlot
-
Set the label font, which is used for axis labels and legend labels.
- setLegendFont(Font) - Method in class jhplot.HPlotJa
-
Sets the actual font of the legend.
- setLegendFont(String) - Method in class jhplot.HPlotJa
-
Set the label font, which is used for axis labels and legend labels.
- setLegendFont(Font) - Method in class jhplot.HPlotter
-
Set legend fonts
- setLegendPos(int, double) - Method in class jhplot.HPlot
-
Sets the x or y coordinates (defined relative to the data ranges on the
axes) of the legend.
- setLegendPos(double, double, String) - Method in class jhplot.HPlot
-
Sets the x and y coordinates of the legend.
- setLegendPos(double, double) - Method in class jhplot.HPlotter
-
Set position for the current statistical box
- setLegendPosition(RectangleEdge) - Method in class jhplot.HChart
-
Legend position
- setLegendPosUse(boolean) - Method in class jhplot.HPlot
-
Sets whether or not to set the legend position in X,Y coordinates as
defined by the graph.
- setLegends(ArrayList<JaKey>) - Method in class jhplot.HPlotJa
-
Set new list of legends (old legends are removed).
- setLegendSpac(double) - Method in class jhplot.HPlot
-
Sets the vertical spacing, between each line of the legend.
- setLengthFromBeginning(double[], int) - Static method in class jhplot.math.ArrayMathUtils
-
Sets an array to the specified length scraping or
padding the end if necessary.
- setLengthFromBeginning(int[], int) - Static method in class jhplot.math.ArrayMathUtils
-
Sets an array to the specified length scraping or
padding the end if necessary.
- setLengthFromEnd(double[], int) - Static method in class jhplot.math.ArrayMathUtils
-
Sets an array to the specified length scraping or
padding the beginning if necessary.
- setLengthFromEnd(int[], int) - Static method in class jhplot.math.ArrayMathUtils
-
Sets an array to the specified length scraping or
padding the beginning if necessary.
- setLimitGuess(double) - Method in class jhpro.stat.limit.StatConfidence
-
Set new limit
- setLineColor(Color) - Method in class jhplot.FPR
-
Set color for lines
- setLinePars(LinePars) - Method in class jhplot.P1D
-
Sets LinePars class for graphical attributes
- setLineStyle(int) - Method in class jhplot.DrawOptions
-
Set line styles (important for functions).
- setLineWidth(int) - Method in class jhplot.HKey
-
Sets key line width
- setLocation(double, double) - Method in class jhplot.HKey
-
Sets the location of the label in data coordinates.
- setLocation(double, double, String) - Method in class jhplot.HKey
-
Sets the location of the label in data coordinates.
- setLocation(double, double) - Method in class jhplot.HLabel
-
Sets the location of the label in the NDC coordinates.
- setLocation(double, double, String) - Method in class jhplot.HLabel
-
Sets the location of the label in data coordinates.
- setLocation(double, double) - Method in class jhplot.HLabelEq
-
Sets the location of the label in data coordinates.
- setLocation(double, double, String) - Method in class jhplot.HLabelEq
-
Sets the location of the label in data coordinates.
- setLocation(double, double, String) - Method in class jhplot.jadraw.JaObject
-
Set location of the object in the NDC or USER coordinates.
- setLocation(int, int) - Method in class jhplot.jadraw.JaObject
-
Sets the x and y coordinate of this object.
- setLocation(double) - Method in class jhplot.math.num.pdf.Weibull
-
Modify the location parameter.
- setLocationAtCenter(JaText) - Method in class jhplot.HPlotJa
-
Sets the location of a text object at the center of the canvas
- setLocationXY(int, int, int, int) - Method in class jhplot.jadraw.JaBox
-
Set box location in pixel coordinates
- setLocationXY(int, int, int, int) - Method in class jhplot.jadraw.JaLine
-
Set location in pixel coordinates
- setLogScale(int, boolean) - Method in class jhplot.HChart
-
Sets true or false to plot on a log scale.
- setLogScale(int, boolean) - Method in class jhplot.HPlot
-
Sets true or false to plot on a log scale.
- setLogScale(int, boolean) - Method in class jhplot.HPlotJa
-
Sets true or false to plot on a log scale.
- setLogScale(int, boolean) - Method in class jhplot.HPlotter
-
Sets true or false to plot on a log scale.
- setLogScale(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Sets true or false to plot on a log scale.
- setLower(double) - Method in class jhplot.math.num.pdf.Uniform
-
Modify the lower bound parameter.
- setLRB(double[]) - Method in class jhpro.stat.ConfidenceLevel
-
- setLRS(double[]) - Method in class jhpro.stat.ConfidenceLevel
-
- setMarginBottom(double) - Method in class jhplot.HPlot
-
Sets the distance between the bottom-border of the panel and the bottom
X-axis.
- setMarginBottom(double) - Method in class jhplot.HPlotJa
-
Margin from bottom.
- setMarginLeft(double) - Method in class jhplot.HPlot
-
Sets the distance between the left-border of the panel and the left
Y-axis.
- setMarginLeft(double) - Method in class jhplot.HPlotJa
-
Margin from left
- setMarginRight(double) - Method in class jhplot.HPlot
-
Sets the distance between the right-border of the panel and the right
Y-axis.
- setMarginRight(double) - Method in class jhplot.HPlotJa
-
Set margin from right
- setMarginTop(double) - Method in class jhplot.HPlot
-
Sets the distance between the top-border of the panel and the top X-axis.
- setMarginTop(double) - Method in class jhplot.HPlotJa
-
Set margin from top in NDC system.
- setMarginX(double) - Method in class jhplot.HPlotJa
-
Margin in X between pads
- setMarginY(double) - Method in class jhplot.HPlotJa
-
Margin in Y between pads
- setMarksStyle(String) - Method in class jhplot.SPlot
-
Set the marks style to "none", "points", "dots", or "various".
- setMarksStyle(String, int) - Method in class jhplot.SPlot
-
Set the marks style to "none", "points", "dots", "various", or "pixels"
for the specified dataset.
- setMass(double) - Method in class hephysics.particle.LParticle
-
Set a mass
- setMax(double) - Method in class jhplot.F1D
-
Set the maximum value in X
- setMax(double) - Method in class jhplot.FND
-
Set the maximum value in X
- setMax(double) - Method in class jhplot.H1D
-
Set Maximum value of axis
- setMax(double) - Method in class jhplot.HProf1D
-
Set Maximum value of axis
- setMax(int, double) - Method in class jhplot.jadraw.JaAxes
-
Set min values
- setMaximumIterations(int) - Method in class jhplot.math.num.IterativeMethod
-
Modify the maximum number of iterations.
- setMaximumIterations(int) - Method in class jhplot.math.num.root.Bracket
-
Modify the maximum number of iterations.
- setMaximumRelativeError(double) - Method in class jhplot.math.num.IterativeMethod
-
Modify the maximum relative error.
- setMaxNumberOfSubticsLog(int) - Method in class jhplot.HPlot
-
Sets the maximum number of subticks allowed for log10 scale.
- setMaxSeparation(double) - Method in class jhpro.tseries.PeakFinder
-
Set maximum separation between the peaks in sigma (1.3 is the default).
- setMaxValue(int, double) - Method in class jhplot.HPlot
-
Sets the maximum data value displayed on the axis.
- setMaxX(double) - Method in class jhplot.F2D
-
Set Max value in X
- setMaxX(double) - Method in class jhplot.F3D
-
Set Max value in X
- setMaxY(double) - Method in class jhplot.F2D
-
Set Max value in Y
- setMaxY(double) - Method in class jhplot.F3D
-
Set Max value in Y
- setMaxZ(double) - Method in class jhplot.F3D
-
Set Max value in Z
- setMean(double) - Method in class jhplot.math.num.pdf.Exponential
-
Modify the mean.
- setMean(double) - Method in class jhplot.math.num.pdf.Laplace
-
Modify the mean.
- setMean(double) - Method in class jhplot.math.num.pdf.Logistic
-
Modify the mean.
- setMean(double) - Method in class jhplot.math.num.pdf.LogNormal
-
Modify the mean.
- setMean(double) - Method in class jhplot.math.num.pdf.Normal
-
Modify the mean.
- setMean(double) - Method in class jhplot.math.num.pdf.Poisson
-
Modify the mean.
- setMeanAndRms(double, double) - Method in class jhplot.H1D
-
Sets the Mean and RMS of H1D histogram
- setMeanAndRms(double, double) - Method in class jhplot.HProf1D
-
Sets the Mean and RMS of H1D histogram
- setMeanX(double) - Method in class jhplot.H2D
-
Set mean on X.
- setMeanX(double) - Method in class jhplot.HProf2D
-
Set mean on X.
- setMeanY(double) - Method in class jhplot.H2D
-
Set mean on Y
- setMeanY(double) - Method in class jhplot.HProf2D
-
Set mean on Y
- setMedian(double) - Method in class jhplot.math.num.pdf.Cauchy
-
Modify the location parameter.
- setMin(double) - Method in class jhplot.F1D
-
Set Min value in X
- setMin(double) - Method in class jhplot.FND
-
Set Min value in X
- setMin(double) - Method in class jhplot.H1D
-
Set Min value of axis
- setMin(double) - Method in class jhplot.HProf1D
-
Set Min value of axis
- setMin(int, double) - Method in class jhplot.jadraw.JaAxes
-
Set max value
- setMinValue(int, double) - Method in class jhplot.HPlot
-
Sets the start-value displayed on the axis.
- setMinX(double) - Method in class jhplot.F2D
-
Set Min in X
- setMinX(double) - Method in class jhplot.F3D
-
Set Min in X
- setMinY(double) - Method in class jhplot.F2D
-
Set Min value in Y
- setMinY(double) - Method in class jhplot.F3D
-
Set Min value in Y
- setMinZ(double) - Method in class jhplot.F3D
-
Set Min value in Z
- setMove(double, double, double) - Method in class jhplot.HView3D
-
Move the current plot
- setMultiText(String[]) - Method in class jhplot.jadraw.JaTextBox
-
Set multiline text
- setName(String) - Method in class jhplot.F1D
-
Sets a name of the function, i.e.
- setName(String) - Method in class jhplot.F2D
-
Sets a name of the function, i.e.
- setName(String) - Method in class jhplot.F3D
-
Sets a name of the function, i.e.
- setName(String) - Method in class jhplot.FND
-
Sets a name of the function, i.e.
- setName(String) - Method in class jhplot.HChart
-
Set global title to the current chart.
- setName(String) - Method in class jhplot.HPlot
-
Sets a title for the current plot.
- setName(String, Font, Color) - Method in class jhplot.HPlot
-
Sets a title for the current plot with all attributes
- setName(String, Font) - Method in class jhplot.HPlot
-
Sets a title for the current plot with all attributes
- setName(String) - Method in class jhplot.HPlot2D
-
Set global title to the current chart
- setName(String) - Method in class jhplot.HPlotter
-
Sets a title for the current plot.
- setName(String, Font, Color) - Method in class jhplot.HPlotter
-
Sets a title for the current plot with all attributes
- setName(String, Font) - Method in class jhplot.HPlotter
-
Sets a title for the current plot with all attributes
- setName(String) - Method in class jhplot.PND
-
Set a new title
- setName(String) - Method in class jhplot.v3d.Object3d
-
- setName(int, String) - Method in class jminhep.cluster.DataHolder
-
Set the title for ith component
- setNamePos(double, double, String) - Method in class jhplot.HPlot
-
Sets the position for the title of the current plot.
- setNamePos(double, double) - Method in class jhplot.HPlot
-
Sets the position for the title of the current plot.
- setNameX(String) - Method in class jhplot.DrawOptions
-
Set the name for X-axis.
- setNameX(String) - Method in class jhplot.HChart
-
Sets the name for X axis.
- setNameX(String, Font, Color) - Method in class jhplot.HPlot
-
Set the label for the axis in X
- setNameX(String) - Method in class jhplot.HPlot
-
Sets the name for X axis.
- setNameX(String, Font) - Method in class jhplot.HPlot
-
Sets the name for X axis.
- setNameX(String) - Method in class jhplot.HPlot2D
-
Sets the name for X axis.
- setNameX(String) - Method in class jhplot.HPlot3D
-
Set a name for X axis
- setNameX(String) - Method in class jhplot.HPlot3DP
-
Set a name for X axis
- setNameX(String, Font, Color) - Method in class jhplot.HPlotJa
-
Set the label for the axis in X
- setNameX(String) - Method in class jhplot.HPlotJa
-
Sets the name for X axis.
- setNameX(String, Font) - Method in class jhplot.HPlotJa
-
Sets the name for X axis.
- setNameX(String) - Method in class jhplot.HPlotter
-
Sets the name for X axis.
- setNameX(String, Font) - Method in class jhplot.HPlotter
-
Sets the name for X axis.
- setNameX(String, Font, Color) - Method in class jhplot.HPlotter
-
Set the label for the axis in X for the current region.
- setNameX(String) - Method in class jhplot.HPlotXYZ
-
Set a name for X axis
- setNameX(String) - Method in class jhplot.SPlot
-
Set the label for the X (horizontal) axis.
- setNameXpos(double, double, String) - Method in class jhplot.HPlot
-
Sets the position for label on X axis.
- setNameXpos(double, double) - Method in class jhplot.HPlot
-
Sets the position for label on X axis in NDC system.
- setNameY(String) - Method in class jhplot.DrawOptions
-
Sets the name for Y-axis.
- setNameY(String) - Method in class jhplot.HChart
-
Sets the name for Y axis.
- setNameY(String) - Method in class jhplot.HPlot
-
Sets the name for Y axis.
- setNameY(String, Font) - Method in class jhplot.HPlot
-
Sets the name for Y axis.
- setNameY(String, Font, Color) - Method in class jhplot.HPlot
-
Sets the Title for Y-axis
- setNameY(String) - Method in class jhplot.HPlot2D
-
Sets the name for Y axis.
- setNameY(String) - Method in class jhplot.HPlot3D
-
Set a name for Y axis
- setNameY(String) - Method in class jhplot.HPlot3DP
-
Set a name for Y axis
- setNameY(String, Font, Color) - Method in class jhplot.HPlotJa
-
Set the label for the axis in Y
- setNameY(String) - Method in class jhplot.HPlotJa
-
Sets the name for Y axis.
- setNameY(String, Font) - Method in class jhplot.HPlotJa
-
Sets the name for Y axis.
- setNameY(String) - Method in class jhplot.HPlotter
-
Sets the name for Y axis.
- setNameY(String, Font) - Method in class jhplot.HPlotter
-
Sets the name for Y axis.
- setNameY(String, Font, Color) - Method in class jhplot.HPlotter
-
Sets the Title for Y-axis
- setNameY(String) - Method in class jhplot.HPlotXYZ
-
Set a name for Y axis
- setNameY(String) - Method in class jhplot.SPlot
-
Set the label for the Y (vertical) axis.
- setNameYpos(double, double, String) - Method in class jhplot.HPlot
-
Sets the position for label on Y axis.
- setNameYpos(double, double) - Method in class jhplot.HPlot
-
Sets the position for label on Y axis in NDC system.
- setNameZ(String) - Method in class jhplot.DrawOptions
-
Sets the title for Z-axis
- setNameZ(String) - Method in class jhplot.HPlot3D
-
Set a name for Z axis
- setNameZ(String) - Method in class jhplot.HPlot3DP
-
Set a name for Z axis
- setNameZ(String) - Method in class jhplot.HPlotXYZ
-
Set a name for Z axis
- setNEntries(int) - Method in class jhplot.H1D
-
Sets number of entries of H1D histogram.
- setNEntries(int) - Method in class jhplot.H2D
-
Set all entries.
- setNEntries(int) - Method in class jhplot.HProf1D
-
Sets number of entries of the histogram.
- setNEntries(int) - Method in class jhplot.HProf2D
-
Set all entries.
- setNMC(double) - Method in class jhpro.stat.limit.StatConfidence
-
Set number of MC events
- setNobs(int) - Method in class jhpro.stat.limit.ExpData
-
Set number of observations
- setNonGraphicItems() - Method in class jhplot.HCellular
-
Creates a CARule and a CAConfig.
- setNPoints(int) - Method in class jhplot.HBsom
-
Set number of points for fit
- setNumberOfFailures(int) - Method in class jhplot.math.num.pdf.Hypergeometric
-
Modify the number of failures.
- setNumberOfSuccesses(int) - Method in class jhplot.math.num.pdf.Hypergeometric
-
Modify the number of successes.
- setNumberOfSuccesses(int) - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Modify the number of successes.
- setNumberOfTics(int, int) - Method in class jhplot.HPlot
-
Sets the number of ticks for the specified axis.
- setNumberOfTicsFixed(int, boolean) - Method in class jhplot.HPlot
-
Says whether the user fixes the number of ticks for a specific axis.
- setNumberOfTicsFixed(boolean) - Method in class jhplot.HPlot
-
Says whether the user fixes the number of ticks for a specific for all
axes.
- setNumberOfTrials(int) - Method in class jhplot.math.num.pdf.Binomial
-
Modify the number of trials.
- setNumeratorDegreesOfFreedom(double) - Method in class jhplot.math.num.pdf.FDistribution
-
Modify the numerator degrees of freedom.
- SetOwner() - Method in class jhpro.stat.DataSource
-
Initialize all arrays
- setp(PyObject[], String[]) - Method in class jhplot.Plot
-
- setPad(double, double, double, double) - Method in class jhplot.HPlotJa
-
Set the location and the size of the current pad in NDC coordinate.
- setPad(int, int, double, double, double, double) - Method in class jhplot.HPlotJa
-
Set the location and the size of the pad in NDC coordinate.
- setPad(int, int, double, double) - Method in class jhplot.HPlotJa
-
Set the location and the size of the pad in NDC coordinate.
- setPad(int, int) - Method in class jhplot.jadraw.JaAxes
-
Set pad ID
- setPadLocation(double, double) - Method in class jhplot.HPlotJa
-
Set location of the current pad in NDC You may need to call update.
- setPadSize(double, double) - Method in class jhplot.HPlotJa
-
Set width and height of the pad in NDC
- setPadX(int) - Method in class jhplot.jadraw.JaKey
-
Set pad ID in X
- setPadX(int) - Method in class jhplot.jadraw.JaText
-
Set pad ID in X
- setPadX(int) - Method in class jhplot.jadraw.JaTextBox
-
Set pad ID in X
- setPadY(int) - Method in class jhplot.jadraw.JaKey
-
Set pad ID in Y
- setPadY(int) - Method in class jhplot.jadraw.JaText
-
Set pad ID in Y
- setPadY(int) - Method in class jhplot.jadraw.JaTextBox
-
Set pad ID in Y
- setPanelSize(Dimension) - Method in class jhplot.HPlot
-
Sets the dimensions of the panel of the graph.
- setPar(String, double) - Method in class jhplot.F1D
-
Replace abstract parameter with the value (double).
- setPar(String, int) - Method in class jhplot.F1D
-
Replace abstract parameter with the value (integer).
- setPar(String, double) - Method in class jhplot.HFitter
-
Set parameter to a value
- setParAxis(int, String, String) - Method in class jhplot.HPlotter
-
Set parameters for the axis using strings
- setParConstraint(String) - Method in class jhplot.HFitter
-
Set parameter constraint Example: Set parameter "mean1" to be identical
to "mean2" as: "mean1=mean2"
- setParent(LParticle) - Method in class hephysics.particle.LParticle
-
Set a parent particle
- setParFixed(String) - Method in class jhplot.HFitter
-
Fix a given parameter to a constant value
- setParFixed(String, boolean) - Method in class jhplot.HFitter
-
Fix a given parameter to a constant value or not
- setParRange(String, double, double) - Method in class jhplot.HFitter
-
Set range for parameter during the fit
- setParRegion(int, String, String) - Method in class jhplot.HPlotter
-
Set parameters for the current region.
- setParStep(String, double) - Method in class jhplot.HFitter
-
Set step size for parameter (say 0.01)
- setPassiveEuler(double, double, double) - Method in class hephysics.vec.Hep3Matrix
-
Defines a rotation matrix via Euler angles.
- setPdgcode(int) - Method in class hephysics.particle.HEParticle
-
Set PDG code
- setPenColor(Color) - Method in class jhplot.P3D
-
Sets the symbol color
- setPenDash() - Method in class jhplot.DrawOptions
-
Set dashed style with default length
- setPenDash(int) - Method in class jhplot.DrawOptions
-
Set dashed style with default length
- setPenWidth(int) - Method in class jhplot.DrawOptions
-
Set width of the lines
- setPenWidth(int) - Method in class jhplot.FPR
-
Set width of lines
- setPenWidth(float) - Method in class jhplot.jadraw.JaKey
-
Set a pen width used to draw the key
- setPenWidth(float) - Method in class jhplot.jadraw.JaLine
-
Set line width
- setPenWidth(int) - Method in class jhplot.P3D
-
Set width of the lines
- setPenWidthAxes(int) - Method in class jhplot.HPlot3D
-
Set line width to draw axes
- setPenWidthAxis(double) - Method in class jhplot.HPlot
-
Set pen width to draw axis
- setPenWidthErr(int) - Method in class jhplot.DrawOptions
-
Set width of the lines used to show 1st level errors
- setPenWidthErrSys(int) - Method in class jhplot.DrawOptions
-
Set width of the lines used to show 2nd level errors
- setPhi(double) - Method in class hephysics.vec.Hep3Vector
-
Set phi
- setPND(PND) - Method in class jhpro.tseries.HStatData
-
Set data from PND container
- setPoints(int) - Method in class jhplot.F1D
-
Sets the number points between Min and Max for evaluation
- setPoints(int) - Method in class jhplot.F2D
-
Get the number of points
- setPoints(int) - Method in class jhplot.F3D
-
Get the number of points
- setPoints(int) - Method in class jhplot.FND
-
Sets the number points between Min and Max for evaluation
- setPopulationSize(int) - Method in class jhplot.HCellular
-
Set population size
- setPos(String, int, int) - Method in class jhplot.HGraph
-
Set vertex position
- setPosCoord(String) - Method in class jhplot.shapes.HShape
-
Set the style of the coodinate position
- setPosition(HepLorentzVector) - Method in class hephysics.particle.HEParticle
-
Set position of particle in X,Y,Z,time.
- setPosition(double) - Method in class jhpro.tseries.Peak
-
- setPosition(double, double) - Method in class jhpro.tseries.Peak
-
- setPositionCoordinate(int) - Method in class jhplot.shapes.HShape
-
How to set the position of this object?
- setPrimitivesToFront(boolean) - Method in class jhplot.HPlot
-
Setting the flag to true, this will draw all primitives after
drawing all the lines and point stuff, hence on the foreground.
- setProbab(double) - Method in class jminhep.cluster.Partition
-
Set probability for cluster accosiation
- setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.Binomial
-
Modify probability of success.
- setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.Geometric
-
Modify probability of success.
- setProbabilityOfSuccess(double) - Method in class jhplot.math.num.pdf.NegativeBinomial
-
Modify probability of success.
- setPx(double) - Method in class hephysics.vec.HepLorentzVector
-
Set Px
- setPxPyPz(double, double, double) - Method in class hephysics.particle.LParticle
-
Set Px,Py,Pz (or x,y,z)
- setPxPyPzE(double, double, double, double) - Method in class hephysics.particle.LParticle
-
Set Px,Py,Pz (or x,y,z) and energy
- setPy(double) - Method in class hephysics.vec.HepLorentzVector
-
Set Py
- setPz(double) - Method in class hephysics.vec.HepLorentzVector
-
Set Pz
- setQuick(int, double, double, double, double, double, double, double, double, double, double) - Method in class jhplot.P1D
-
setQuicks the ith value of a plot-point pair (x,y).
- setQuick(int, double, double, double, double, double, double) - Method in class jhplot.P1D
-
setQuicks the ith value of a plot-point pair (x,y).
- setQuick(int, double, double, double, double) - Method in class jhplot.P1D
-
setQuicks the ith value of a plot-point pair (x,y).
- setQuick(int, double, double, double) - Method in class jhplot.P1D
-
setQuicks the ith value of a plot-point pair (x,y).
- setQuick(int, double, double) - Method in class jhplot.P1D
-
setQuicks the ith value of a plot-point pair (x,y).
- setRange(int, double, double) - Method in class jhplot.HChart
-
Sets the range (min-max) displayed on the axis.
- setRange(double, double) - Method in class jhplot.HFitter
-
Set range for fitting for 1D objects (H1D, P1D)
- setRange(int, double, double) - Method in class jhplot.HPlot
-
Sets the range (min-max) displayed on the axis.
- setRange(double, double, double, double) - Method in class jhplot.HPlot
-
Sets the range for the current plot
- setRange(int, double, double, int) - Method in class jhplot.HPlot2D
-
Sets the range for the current plot and axis.
- setRange(double, double, double, double) - Method in class jhplot.HPlot3D
-
Set X and Y range for the 3D plot.
- setRange(double, double, double, double, double, double) - Method in class jhplot.HPlot3D
-
Set X, Y, Z ranges for the 3D plot
- setRange(double, double, double, double) - Method in class jhplot.HPlotJa
-
Set ranges on X and Y on the current pad.
- setRange(int, double, double) - Method in class jhplot.HPlotter
-
Sets the range (min-max) displayed on the axis for the current plot.
- setRange(double, double, double, double) - Method in class jhplot.HPlotter
-
Sets the range for the current plot
- setRange(double, double, double, double, double, double) - Method in class jhplot.HPlotXYZ
-
Sets the range for the current plot
- setRange(int, double, double) - Method in class jhplot.jadraw.JaAxes
-
Set the ranges for the current pad
- setRange(double, double, double, double) - Method in class jhplot.SPlot
-
Set range for X and Y axes.
- setRange(double, double) - Method in class jhplot.stat.Interpolator
-
Redefine smooth interval for input data.
- setRangeAll(int, double, double) - Method in class jhplot.HPlot
-
Sets the range (min-max) displayed on all axises.
- setRangeAll(double, double, double, double) - Method in class jhplot.HPlot
-
Sets the range for all plots
- setRangeAll(int, double, double) - Method in class jhplot.HPlotter
-
Sets the range (min-max) displayed on all axises.
- setRangeAll(double, double, double, double) - Method in class jhplot.HPlotter
-
Sets the range for all plots
- setRangeX(double, double) - Method in class jhplot.HPlot
-
Sets the range (min-max) displayed on X
- setRangeX(double, double) - Method in class jhplot.HPlot3DP
-
Set range for X axis
- setRangeX(double, double) - Method in class jhplot.HPlotJa
-
Set range on X.
- setRangeX(double, double, int, int) - Method in class jhplot.HPlotJa
-
Set X range on pad defined by x and y on the canvas.
- setRangeX(double, double) - Method in class jhplot.HPlotter
-
Sets the range (min-max) displayed on X
- setRangeY(double, double) - Method in class jhplot.HPlot
-
Sets the range (min-max) displayed on Y
- setRangeY(double, double) - Method in class jhplot.HPlot3DP
-
Set range for Y
- setRangeY(double, double) - Method in class jhplot.HPlotJa
-
Set range on Y on the current pad.
- setRangeY(double, double, int, int) - Method in class jhplot.HPlotJa
-
Set Y range on pad defined by x and y on the canvas.
- setRangeY(double, double) - Method in class jhplot.HPlotter
-
Sets the range (min-max) displayed on Y
- setRangeZ(double, double) - Method in class jhplot.HPlot3D
-
Sets the z range of calculated surface vertices.
- setRangeZ(double, double) - Method in class jhplot.HPlot3DP
-
Set range for Z
- setRelation(String) - Method in class jminhep.cluster.DataHolder
-
Set relation (name) of the data holder
- setRelh(int) - Method in class jhplot.jadraw.JaObject
-
Sets the relative height of this object.
- setRelw(int) - Method in class jhplot.jadraw.JaObject
-
Sets the relative width of this object.
- setRelWAndH(int, int) - Method in class jhplot.jadraw.JaObject
-
Sets the relative width and height of this object.
- setRelWH(double, double, String) - Method in class jhplot.jadraw.JaObject
-
Set relative size in the NDC or USER coordinates
- setRmsX(double) - Method in class jhplot.H2D
-
Set RMS on X.
- setRmsX(double) - Method in class jhplot.HProf2D
-
Set RMS on X.
- setRmsY(double) - Method in class jhplot.H2D
-
Set RMS on Y
- setRmsY(double) - Method in class jhplot.HProf2D
-
Set RMS on Y
- setRootFile(File) - Method in class jhplot.root.RootHistogramBrowser
-
- setRootFile(URL) - Method in class jhplot.root.RootHistogramBrowser
-
- setRot(float, float, float) - Method in class jhplot.v3d.Position
-
- setRotAngle(int) - Method in class jhplot.jadraw.JaBlob
-
Sets the rotation angle of this blob.
- setRotAngle(int) - Method in class jhplot.jadraw.JaKey
-
Sets the rotAngle property of this text object.
- setRotAngle(int) - Method in class jhplot.jadraw.JaLatexText
-
Sets the rotAngle property of this text object.
- setRotAngle(int) - Method in class jhplot.jadraw.JaText
-
Sets the rotAngle property of this text object.
- setRotAngle(int) - Method in class jhplot.jadraw.JaTextBox
-
Sets the rotAngle property of this text object.
- setRotAngle(int) - Method in class jhplot.jadraw.JaVertexT2
-
Sets the rotation angle of this vertex.
- setRotate(double, double, double) - Method in class jhplot.HView3D
-
Rotate the current plot
- setRotateTicks(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Set true if ticks should be rotated
- setRotation(double) - Method in class jhplot.HKey
-
Sets the rotation angle.
- setRotation(double) - Method in class jhplot.HLabel
-
Sets the rotation angle.
- setRotation(double) - Method in class jhplot.HMLabel
-
Sets the rotation angle.
- setRotation(double) - Method in class jhplot.shapes.Text
-
Set the rotation angle
- setRotationAngle(double) - Method in class jhplot.HPlot3D
-
Get the rotation angle
- setRotationAngle(double) - Method in class jhplot.HPlotXYZ
-
Get the rotation angle
- setRule(String) - Method in class jhplot.HCellular
-
Set rule.
- setSampleSize(int) - Method in class jhplot.math.num.pdf.Hypergeometric
-
Modify the sample size.
- setScale(double) - Method in class jhplot.math.num.pdf.Cauchy
-
Modify the scale parameter.
- setScale(double) - Method in class jhplot.math.num.pdf.Laplace
-
Modify the scale.
- setScale(double) - Method in class jhplot.math.num.pdf.Logistic
-
Modify the scale parameter.
- setScale(double) - Method in class jhplot.math.num.pdf.Rayleigh
-
Modify the scale parameter.
- setScale(double) - Method in class jhplot.math.num.pdf.Weibull
-
Modify the scale parameter.
- setScale(float, float, float) - Method in class jhplot.v3d.Position
-
- setScaling(double) - Method in class jhplot.HPlot3D
-
Set the scaling
- setScaling(double) - Method in class jhplot.HPlotXYZ
-
Set the scaling
- setSensitivity(double) - Method in class jhpro.stat.limit.StatConfidence
-
Set new sensitivity
- setSensitivityError(double) - Method in class jhpro.stat.limit.StatConfidence
-
Set error on sensitivity
- setSeparation(float) - Method in class jhplot.HKey
-
Set Y-separation of the keys in the default location mode
- setShadow(boolean) - Method in class jhplot.HPlot
-
Defines whether or not a shadow will be drawn at the panel border.
- setShadow(boolean) - Method in class jhplot.jadraw.JaTextBox
-
Sets the shadow to the box.
- setShadowSize(int) - Method in class jhplot.jadraw.JaTextBox
-
Sets a shadow size.
- setShadowXOffset(int) - Method in class jhplot.jadraw.JaTextBox
-
Set shadow offset in X
- setShadowYOffset(int) - Method in class jhplot.jadraw.JaTextBox
-
Set shadow offset in Y
- setShape(double) - Method in class jhplot.math.num.pdf.Weibull
-
Modify the shape parameter.
- setShow(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Set true if you want to show a particular axis
- setShowGrid(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Is grid to be shown?
- setShowKey(boolean) - Method in class jhplot.jadraw.JaAxes
-
Set true if keys are shown
- setShowMirror(int, boolean) - Method in class jhplot.HPlotJa
-
Set or no a mirror axis
- setShowMirror(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Set true if a mirror axis to be shown
- setShowStatBox(boolean) - Method in class jhplot.HPlotJa
-
Show a box with statistics (only for last plotted object) on the current
pad
- setSize(int, int, int, int) - Method in class jhplot.jadraw.JaObject
-
Reset the size (width, height, relative width and height)
of this object.
- setSize(int) - Method in class jhplot.math.num.DoubleArray
-
Modify the size of this array.
- setSize(int, int) - Method in class jhplot.SPlot
-
Set size of the frame.
- setSpaceParity(float) - Method in class hephysics.particle.HEParticle
-
Set P space parity
- setSpin(float) - Method in class hephysics.particle.HEParticle
-
Set J total spin
- setStandardDeviation(double) - Method in class jhplot.math.num.pdf.LogNormal
-
Modify the standard deviation.
- setStandardDeviation(double) - Method in class jhplot.math.num.pdf.Normal
-
Modify the standard deviation.
- setStangle(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the stangle property of this arc object.
- setStatBox(String[], int, int) - Method in class jhplot.HPlotJa
-
Set statistical box.
- setStatBox(boolean) - Method in class jhplot.HPlotter
-
Set statistical box to the current draw area (navigated with the cd()
method.
- setStatBoxPos(double, double) - Method in class jhplot.HPlotter
-
Set position for the current statistical box
- setStatColor(Color, Color) - Method in class jhplot.HPlotter
-
Set colors of statistical box.
- setStatFont(Font) - Method in class jhplot.HPlotter
-
Set position for the current statistical box
- setStatistics(String[]) - Method in class jhplot.jadraw.JaAxes
-
Set a strings representing the full statistics
- setStatus(int) - Method in class hephysics.particle.HEParticle
-
Set Monte Carlo status code
- setStot(double) - Method in class jhpro.stat.ConfidenceLevel
-
- setStringAt(String, int, int) - Method in class jhplot.SPsheet
-
Set string value at a position
- setStroke(float) - Method in class jhplot.jadraw.JaArcObject
-
Sets the stroke property of this arc object.
- setStroke(float) - Method in class jhplot.jadraw.JaFillObject
-
Sets the stroke (line width) of this object.
- setStroke(float) - Method in class jhplot.jadraw.JaLineObject
-
Sets the stroke property of this line object.
- setStroke(float) - Method in class jhplot.jadraw.JaLoopObject
-
Sets the stroke property of this loop object.
- setStroke(float) - Method in class jhplot.jadraw.JaVertex
-
Sets the stroke property of this line object.
- setStroke(Stroke) - Method in class jhplot.shapes.HShape
-
Set the Stroke to a specific value
- setStyle(String) - Method in class jhplot.DrawOptions
-
Sets the style.
- setStyle(int) - Method in class jhplot.HPlot2D
-
Set style to the current plot.
- setSubTicksNumber(int, int) - Method in class jhplot.jadraw.JaAxes
-
Set the number of sub-ticks
- setSubTicksSize(int, double) - Method in class jhplot.jadraw.JaAxes
-
Set the size of subtics in NDC
- setSubTicLength(int, double) - Method in class jhplot.HPlot
-
Sets the length of the subticks.
- setSubTicLength(double) - Method in class jhplot.HPlot
-
Sets the length of the subticks for all axises.
- setSubTicLength(int, double) - Method in class jhplot.HPlot2D
-
Sets the length of the sub-ticks.
- setSubTicNumber(int, int) - Method in class jhplot.HPlot
-
Sets the number of subticks between ticks.
- setSurface() - Method in class jhplot.HPlot3D
-
Set surface type of plot
- setSurface(boolean) - Method in class jhplot.HPlot3D
-
Set surface type of plot
- setSymbol(int) - Method in class jhplot.DrawOptions
-
Set symbol types.
- setSymbolColor(Color) - Method in class jhplot.P2D
-
Sets symbol color
- setSymbolSize(int) - Method in class jhplot.DrawOptions
-
Set the size of the symbols
- setSymbolSize(int) - Method in class jhplot.P2D
-
Sets the symbol size
- setSymm(boolean) - Method in class jhplot.jadraw.JaLineObject
-
Sets the symm property of this line object.
- setT(double) - Method in class hephysics.vec.HepLorentzVector
-
Set time
- setText(String) - Method in class jhplot.HKey
-
Sets a text of the label.
- setText(String) - Method in class jhplot.HLabel
-
Sets a text of the label.
- setText(String) - Method in class jhplot.HLabelEq
-
Sets a equation text of the label.
- setText(String[]) - Method in class jhplot.HMLabel
-
Sets the text of the label.
- setText(String) - Method in class jhplot.jadraw.JaKey
-
Sets the textString property of this text object.
- setText(String) - Method in class jhplot.jadraw.JaText
-
Sets the textString property of this text object.
- setText(String) - Method in class jhplot.jadraw.JaTextBox
-
Sets the textString property of this text object.
- setText(String) - Method in class jhplot.shapes.Text
-
Set a string with the text
- setTextString(String) - Method in class jhplot.jadraw.JaLatexText
-
Sets the textString property of this text object.
- setTheme(String) - Method in class jhplot.HChart
-
Set a custom theme for chart..
- setThetaPhiP(double, double, double) - Method in class hephysics.particle.LParticle
-
Set HepLorentzVector using theta angle, phi and total momentum.
- setTicColor(int, Color) - Method in class jhplot.HPlot
-
Sets the color used by the labels drawn at each tick.
- setTicColor(Color) - Method in class jhplot.HPlot
-
Sets the color used by the labels drawn at each tick (for all axises).
- setTicColor(Color) - Method in class jhplot.HPlotter
-
Sets the color used by the labels drawn at each tick (for all axes).
- setTicFont(int, Font) - Method in class jhplot.HPlot
-
Sets the font used by the labels drawn at each tick.
- setTicFont(Font) - Method in class jhplot.HPlot
-
Sets the font used by the labels drawn at each tick (for all axises).
- setTicFont(Font) - Method in class jhplot.HPlot3D
-
Set font for the ticks
- setTicFont(Font) - Method in class jhplot.HPlotJa
-
Sets the font used by the labels drawn at each tick.
- setTicFont(Font) - Method in class jhplot.HPlotter
-
Sets the color used by the labels drawn at each tick (for all axises).
- setTickColor(int, Color) - Method in class jhplot.HChart
-
Set tick color
- setTickFont(Font) - Method in class jhplot.HChart
-
Set font of ticks
- setTickRenderer(int, int) - Method in class jhplot.HPlotXYZ
-
Set scientific notation with a give number of digits
- setTickRendererAll(int) - Method in class jhplot.HPlotXYZ
-
Set scientific notation with a give number of digits for all ticks
- setTicksLabels(int, boolean) - Method in class jhplot.HPlotJa
-
Set tick labels for the current pad
- setTicksLabels(int, boolean) - Method in class jhplot.jadraw.JaAxes
-
Set or not tick labels
- setTicksNumber(int, int) - Method in class jhplot.jadraw.JaAxes
-
Set the number of main ticks.
- setTicksSize(int, double) - Method in class jhplot.jadraw.JaAxes
-
Set the size of the ticks in NDC format.
- setTicLabel(String[][]) - Method in class jhplot.jadraw.JaAxes
-
- setTicLabels(boolean) - Method in class jhplot.HPlot
-
Sets whether all tick-labels will be written or not.
- setTicLabels(int, boolean) - Method in class jhplot.HPlot
-
Sets whether tick-labels will be written or not.
- setTicLength(int, double) - Method in class jhplot.HPlot
-
Sets the length of the ticks.
- setTicLength(double) - Method in class jhplot.HPlot
-
Sets the length of the ticks for all axes.
- setTicOffset(double) - Method in class jhplot.HPlot3D
-
Set tick offset
- setTics(int, boolean) - Method in class jhplot.HPlot
-
Sets whether or not to draw ticks (little lines on the axes).
- setTics(boolean) - Method in class jhplot.HPlot
-
Sets whether or not to draw ticks (little lines on the axes) for all axis.
- setTicsMirror(int, boolean) - Method in class jhplot.HPlot
-
Sets true or false to draw mirror ticks
- setTicsMirror(boolean) - Method in class jhplot.HPlot
-
Sets true or false to draw mirror ticks
for X and Y
- setTicsRotate(int, boolean) - Method in class jhplot.HPlot
-
Defines whether we should rotate ticks.
- setTicStyle(int, Font, Color) - Method in class jhplot.HPlotter
-
Sets the color used by the labels drawn at each tick.
- setTitle(String) - Method in class jhplot.DrawOptions
-
Sets the title
- setTitle(String) - Method in class jhplot.F3D
-
Set a title
- setTitle(String) - Method in class jhplot.H3D
-
Sets the title
- setTitle(String) - Method in class jhplot.HProf1D
-
Sets the title
- setTitle(String) - Method in class jhplot.HProf2D
-
Set title
- setTitle(String) - Method in class jhplot.P0D
-
Set a new title
- setTitle(String) - Method in class jhplot.P0I
-
Set a new title
- setTitle(String) - Method in class jhplot.P3D
-
Set a new title
- setTitle(String) - Method in class jhplot.Plottable
-
Set a new title
- setTitle(String) - Method in class jhplot.PND
-
Set a new title
- setTitle(String) - Method in class jhplot.PNI
-
Set a new title
- setTitle(String) - Method in class jhplot.SPlot
-
Set global title for this plot.
- setTitle(String) - Method in class jhpro.stat.DataKeeper
-
- setTitleFont(String) - Method in class jhplot.SPlot
-
Set the title font.
- setTrans(float, float, float) - Method in class jhplot.v3d.Position
-
- setTransparency(float) - Method in class jhplot.jadraw.JaBlob
-
Set transparency of this object
- setTransparency(float) - Method in class jhplot.jadraw.JaBox
-
Set transparency of this object
- setTransparency(float) - Method in class jhplot.jadraw.JaLine
-
Set transparency of this object
- setTransparency(double) - Method in class jhplot.shapes.HShape
-
Get the transparency level
- setTSB(double[]) - Method in class jhpro.stat.ConfidenceLevel
-
- setTSD(double) - Method in class jhpro.stat.ConfidenceLevel
-
- setTSS(double[]) - Method in class jhpro.stat.ConfidenceLevel
-
- setType(int) - Method in class hephysics.particle.HEParticle
-
Set type ID
- setType(int) - Method in class jhplot.DrawOptions
-
Set type of the object Should be: LinePars.H1D, LineParsF1D, LineParsF1D
- setType(Class) - Method in class jhplot.io.csv.bean.HeaderColumnNameMappingStrategy
-
- setType(int) - Method in class jhplot.jadraw.JaKey
-
Set type of this object
- setType(int) - Method in class jhplot.jadraw.JaText
-
Set identification type for this text label
- setType(int) - Method in class jhplot.jadraw.JaTextBox
-
Set identification number for this text object
- setType(int) - Method in class jhplot.shapes.Arrow
-
Set the type of arrow: 1,2,3
- setUpper(double) - Method in class jhplot.math.num.pdf.Uniform
-
Modify the upper bound parameter.
- setV(double, double, double) - Method in class hephysics.vec.Hep3Vector
-
Set vector
- setV3(Hep3Vector) - Method in class hephysics.vec.HepLorentzVector
-
Set 3-vector
- setV3(double, double, double) - Method in class hephysics.vec.HepLorentzVector
-
Set 3-vector position or Px,Py,Pz
- setVal(double) - Method in class jhplot.math.ValueErr
-
Set value
- setValidEntries(int) - Method in class jhplot.H1D
-
Sets number of valid entries.
- setValidEntries(int) - Method in class jhplot.H2D
-
Set in-range entries.
- setValidEntries(int) - Method in class jhplot.HProf1D
-
Sets number of valid entries.
- setValidEntries(int) - Method in class jhplot.HProf2D
-
Set in-range entries.
- setValue(int, double) - Method in class jhpro.stat.DataKeeper
-
Set a value at index
- setValueAt(Object, int, int) - Method in class jhplot.SPsheet
-
This method sets the value of the cell specified with these coordinates
to aValue.
- setValueAt(double, int, int) - Method in class jhplot.SPsheet
-
Set value of a spreadsheet
- setValues(double[]) - Method in class jhpro.stat.DataKeeper
-
- setVarNames(JSCSArray) - Method in class jhpro.tseries.HStatData
-
Set variable names.
- setVersion(int) - Method in class jhplot.io.HFileMap
-
Set file version.
- setVertexPts(double, double, double, double, double, double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the points of this vertex.
- setViewPoint(double, double, double) - Method in class jhplot.HPlotXYZ
-
Set view point
- setWhoAm(int) - Method in class jhplot.shapes.HShape
-
Set primitive type
- setWidth(double) - Method in class jhpro.tseries.Peak
-
- setWidth(double, double) - Method in class jhpro.tseries.Peak
-
- setWireframe(boolean) - Method in class jhplot.HPlotXYZ
-
Set wireframe mode for the current object.
- setWireframeWidth(double) - Method in class jhplot.HPlotXYZ
-
Set width of the line for wireframe
- setWrap(boolean) - Method in class jhplot.SPlot
-
Specify whether the X axis is wrapped.
- setX(double) - Method in class hephysics.vec.Hep3Vector
-
Set X component
- setX(int) - Method in class jhplot.jadraw.JaObject
-
Sets the x coordinate of this object.
- setX1(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the x coordinate of the first click point of this arc.
- setX1(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the x coordinate of the first click point of this vertex.
- setX2(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the x coordinate of the second click point of this arc.
- setX2(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the x coordinate of the second click point of this vertex.
- setX3(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the x coordinate of the third click point of this vertex.
- setXE1left(DoubleArrayList) - Method in class jhplot.P1D
-
Error on X left.Statistical error.
- setXE1right(DoubleArrayList) - Method in class jhplot.P1D
-
Error on X.
- setXE2left(DoubleArrayList) - Method in class jhplot.P1D
-
Set left second-level errors
- setXE2right(DoubleArrayList) - Method in class jhplot.P1D
-
Set right second-level errors
- setXLog(boolean) - Method in class jhplot.SPlot
-
Specify whether the X axis is drawn with a logarithmic scale.
- setXRange(double, double) - Method in class jhplot.SPlot
-
Set the X (horizontal) range of the plot.
- setXval(DoubleArrayList) - Method in class jhplot.P1D
-
Set X values as array
- setY(double) - Method in class hephysics.vec.Hep3Vector
-
Y component
- setY(int) - Method in class jhplot.jadraw.JaObject
-
Sets the y coordinate of this object.
- setY1(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the y coordinate of the first click point of this arc.
- setY1(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the y coordinate of the first click point of this vertex.
- setY2(int) - Method in class jhplot.jadraw.JaArcObject
-
Sets the y coordinate of the second click point of this arc.
- setY2(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the y coordinate of the second click point of this vertex.
- setY3(double) - Method in class jhplot.jadraw.JaVertexT5
-
Sets the y coordinate of the third click point of this vertex.
- setYE1down(DoubleArrayList) - Method in class jhplot.P1D
-
Set statististical down error
- setYE1upper(DoubleArrayList) - Method in class jhplot.P1D
-
Set statistical error on Y 91st level)
- setYE2down(DoubleArrayList) - Method in class jhplot.P1D
-
Set second level down error on Y
- setYE2upper(DoubleArrayList) - Method in class jhplot.P1D
-
Set second level upper error on Y
- setYLog(boolean) - Method in class jhplot.SPlot
-
Specify whether the Y axis is drawn with a logarithmic scale.
- setYRange(double, double) - Method in class jhplot.SPlot
-
Set the Y (vertical) range of the plot.
- setYval(DoubleArrayList) - Method in class jhplot.P1D
-
Set Y values
- setZ(double) - Method in class hephysics.vec.Hep3Vector
-
Set Z component
- setZoomIn(double) - Method in class jhplot.HView3D
-
Zoom in the current plot.
- setZoomOut(double) - Method in class jhplot.HView3D
-
Zoom out the current plot.
- shift(double) - Method in class jhplot.H1D
-
Shift all bins by some value
- shift(double) - Method in class jhplot.HProf1D
-
Shift all bins by some value
- show() - Method in class jhplot.HNeuralNet
-
Show Net in EncodeDocument.
- show(H1D) - Method in class jhplot.HTable
-
Show a H1D histogram.
- show(F1D) - Method in class jhplot.HTable
-
Show a function
- show(P0D) - Method in class jhplot.HTable
-
show P0D data
- show(P1D) - Method in class jhplot.HTable
-
Show P1D data
- show(P2D) - Method in class jhplot.HTable
-
show P2D data
- show(P3D) - Method in class jhplot.HTable
-
show P3D data
- showAllGraph(boolean) - Method in class jhplot.HPlot
-
Set the all graphs visible or not
- showAttributes() - Method in class jminhep.cluster.DataPoint
-
Print all attributes of a data point
- showAxis(int) - Method in class jhplot.HPlotJa
-
Show a particular axis (no mirror)
- showEditor() - Method in class jhplot.HPlotJa
-
Show object editor on the left of the canvas.
- showEditor(boolean) - Method in class jhplot.HPlotJa
-
Show object editor (or not)
- showGraph(boolean) - Method in class jhplot.HPlot
-
Set the current graph visible or not
- showIt(boolean) - Method in class jhplot.io.BrowserDataGeneric
-
Show the browser on the left of Canvas.
- showKey(boolean) - Method in class jhplot.HPlotJa
-
Show or not keys for the current plot
- showMessage(String) - Static method in class jhplot.JHPlot
-
Show a text on status bar permanently.
- showMouse(String, double, double, double, double, int, int) - Static method in class jhplot.JHPlot
-
Show mouse positions
- showNetwork() - Method in class jhplot.HNeuralNet
-
Show a neural net in a frame
- showStatusBarText(String) - Static method in class jhplot.JHPlot
-
Show a text on status bar for 5 sec.
- showTest() - Method in class jhplot.HPlot2D
-
- SHPlot - Class in jhplot
-
A class to create a 2D canvas with several plots.
- SHPlot3D - Class in jhplot
-
A class to create a 3D canvas to display H2D and F2D objects.
- SHPlotJa - Class in jhplot
-
A class to create a canvas with several plots and Feynman diagrams.
- SimpleMD5 - Class in jhplot.security
-
- SimpleMD5() - Constructor for class jhplot.security.SimpleMD5
-
- simplify() - Method in class jhplot.F1D
-
Try to simplify this function.
- simplify() - Method in class jhplot.FND
-
Treat the function as complex.
- simplify(String) - Method in class jhplot.math.Symbolic
-
Simplify equation.
- simpson(int, F1D, double, double) - Static method in class jhplot.math.Numeric
-
Numerical integration using Simpson's rule.
- SimpsonsIntegrator - Class in jhplot.math.num.integration
-
The extended Simpson's rule for numerically integrating functions.
- SimpsonsIntegrator(Function) - Constructor for class jhplot.math.num.integration.SimpsonsIntegrator
-
Create an integrator for the given function.
- SimpsonsIntegrator(Function, int, double) - Constructor for class jhplot.math.num.integration.SimpsonsIntegrator
-
Create an integrator for the given function.
- sin() - Method in class jhplot.math.Complex
-
Sine of this Complex number (doesn't change this Complex number).
- sin(ValueErr) - Static method in class jhplot.math.ValueErr
-
sine of an ValueErr number (trigonometric function)
- singular(double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- SingularValueDecomposition - Class in jhplot.math
-
Singular Value Decomposition.
- SingularValueDecomposition(double[][]) - Constructor for class jhplot.math.SingularValueDecomposition
-
Construct the singular value decomposition
- sinh() - Method in class jhplot.math.Complex
-
Hyperbolic sine of this Complex number (doesn't change this Complex
number).
- sinh(double) - Static method in class jhplot.math.num.special.Trigonometric
-
- sinh(ValueErr) - Static method in class jhplot.math.ValueErr
-
Hyperbolic sine of a value with error
- sinPhi() - Method in class hephysics.vec.SpacePoint
-
sin(phi)
- sinTheta() - Method in class hephysics.vec.SpacePoint
-
sin(theta)
- size() - Method in class jhplot.io.EFile
-
Get the number of events stored in the file.
- size() - Method in class jhplot.io.PFile
-
Get number of objects stored in the file.
- size() - Method in class jhplot.math.io.LEDataOutputStream
-
- size() - Method in class jhplot.P1D
-
Return the length of the data vector.
- size() - Method in class jhplot.P2D
-
Return the length of the data vector.
- size() - Method in class jhplot.P3D
-
Return the length of the data vector.
- size() - Method in class jhplot.PND
-
Data size (number of rows)
- size() - Method in class jhplot.PNI
-
Data size (number of rows)
- size() - Method in class jhplot.VHolder
-
Return the size of the data, i.e.
- sizeData() - Method in class jhplot.HPlot
-
The data size, i.e.
- skew() - Method in class jhplot.P0D
-
Returns the skew, which is moment(3,mean()) / standardDeviation() Run
getStat(0 for evaluation
- skew() - Method in class jhplot.P0I
-
Returns the skew, which is moment(3,mean()) / standardDeviation() Run
getStat(0 for evaluation
- skipBytes(int) - Method in class jhplot.math.io.LEDataInputStream
-
- skipBytes(int) - Method in class jhplot.math.io.LERandomAccessFile
-
- skp(HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
-
Useful: for x1*x2+y1*y2+z1*z2
- Slicing - Class in jhplot.math
-
BSD License
- Slicing(double[][], int[], String) - Constructor for class jhplot.math.Slicing
-
Construct a Slice from a matrix and an orthogonal slicing.
- Slicing(double[][], double[][]) - Constructor for class jhplot.math.Slicing
-
Construct a Slice from a matrix and an orthogonal slicing.
- Slicing(double[][], double[][], double[][]) - Constructor for class jhplot.math.Slicing
-
Construct a Slice from a matrix and an orthogonal slicing.
- Slicing(double[][], int[][]) - Constructor for class jhplot.math.Slicing
-
Construct a Slice from a matrix and an orthogonal slicing.
- SLine(float, float) - Static method in class jhplot.jadraw.Diagram
-
A s-line object for scalar particles.
- SLoop(float, float) - Static method in class jhplot.jadraw.Diagram
-
A s-loop for scalar particles.
- smoothAverage(boolean, int) - Method in class jhplot.stat.Interpolator
-
Smooth data by averaging over a moving window.
- smoothColumn(int, boolean, int) - Method in class jhpro.tseries.HStatAnalysis
-
Smooth a column of the original data.
- smoothCubicSpline() - Method in class jhplot.stat.Interpolator
-
Perform a cubic interpolatory spline.
- smoothGauss(double) - Method in class jhplot.stat.Interpolator
-
Computes a Gaussian smoothed version of data.
- smoothLoess(double, int, double, int) - Method in class jhplot.stat.Interpolator
-
Performs a Local Regression Algorithm (also Loess, Lowess) for
interpolation of data points.
- smoothLoess(double, int, double) - Method in class jhplot.stat.Interpolator
-
Performs a Local Regression Algorithm (also Loess, Lowess) for
interpolation of data points.
- smoothSpline() - Method in class jhplot.stat.Interpolator
-
Computes a natural (also known as "free", "unclamped") cubic spline
interpolation for the data set.
- softmax(int, double[]) - Static method in class jhplot.math.ArrayMathUtils
-
produces a double between 0 and 1 based on the given array x
and the index that must be between (0 and x.length)
For further information see also:
http://www-ccs.ucsd.edu/matlab/toolbox/nnet/softmax.html
- solidColor - Variable in class jhplot.HPlotXYZ
-
- solve(double[][]) - Method in class jhplot.math.CholeskyDecomposition
-
Solve A*X = B
- solve(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- solve(double[][]) - Method in class jhplot.math.LUDecomposition
-
Solve A*X = B
- solve(double[][]) - Method in class jhplot.math.QRDecomposition
-
Least squares solution of A*X = B
- solveCubic(double, double, double, double) - Static method in class jhplot.math.Numeric
-
Calculates the roots of the cubic equation, a must be different from 0 (or use quadratic equation solver).
- solveLinear(double, double) - Static method in class jhplot.math.Numeric
-
Calculates the roots of the linear equation, a must be different from 0.
- solveQuadratic(double, double, double) - Static method in class jhplot.math.Numeric
-
Calculates the roots of the quadratic equation, a must be different from 0 (or use linear equation solver).
- solveQuartic(double, double, double, double, double) - Static method in class jhplot.math.Numeric
-
Calculates the roots of the quartics equation, a must be different from 0 (or use cubic equation solver).
- solveTranspose(double[][], double[][]) - Static method in class jhplot.math.LinearAlgebra
-
- sort(double[]) - Static method in class jhplot.math.DoubleArray
-
Sorts an array in ascending order.
- sort(double[][], int) - Static method in class jhplot.math.DoubleArray
-
Sorts the rows of a matrix using a specified column as the key.
- sort(int[], Object[], Comparator, boolean) - Static method in class jhplot.math.SortUtils
-
Do a sort on indices.
- sort(Object[], Comparator, boolean) - Static method in class jhplot.math.SortUtils
-
Do a sort on indices.
- sort(Object[], Comparator) - Static method in class jhplot.math.SortUtils
-
Do an unstable sort.
- sort(int[], Object[], Comparator) - Static method in class jhplot.math.SortUtils
-
Do an unstable sort.
- sort(int, int) - Method in class jhplot.P0D
-
Sort a slice of the list (ascending) using the Sun quicksort
implementation.
- sort(int, int) - Method in class jhplot.P0I
-
Sort a slice of the list (ascending) using the Sun quicksort
implementation.
- sortIndex() - Method in class jhplot.P0D
-
Return indexes of sorted array in increasing order.
- sortIndex() - Method in class jhplot.P0I
-
Return indexes of sorted array in increasing order.
- Sorting - Class in jhplot.math
-
Quick Sort algoritm.
- Sorting(double[], boolean) - Constructor for class jhplot.math.Sorting
-
Construct an ascending order.
- sortMaxToMin(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a sorted array from the maximum to the minimum value.
- sortMaxToMin(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a sorted array from the maximum to the minimum value.
- sortMinToMax(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a sorted array from the minimum to the maximum value.
- sortMinToMax(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns a sorted array from the minimum to the maximum value.
- SortUtils - Class in jhplot.math
-
Utility class providing some useful static sort methods.
- SortUtils() - Constructor for class jhplot.math.SortUtils
-
- SpacePoint - Class in hephysics.vec
-
A Hep3Vector representing a point in space.
- SpacePoint() - Constructor for class hephysics.vec.SpacePoint
-
Default constructor.
- SpacePoint(SpacePoint) - Constructor for class hephysics.vec.SpacePoint
-
Copy constructor
- SpacePoint(Hep3Vector) - Constructor for class hephysics.vec.SpacePoint
-
- SpacePoint.Representation - Enum in hephysics.vec
-
- Sphere - Class in jhplot.v3d
-
Build a sphere.
- Sphere(Model3d, float, int, int) - Constructor for class jhplot.v3d.Sphere
-
Build a sphere.
- SPlot - Class in jhplot
-
A class to build a simple canvas with data points.
- SPlot() - Constructor for class jhplot.SPlot
-
Construct a frame with a canvas.
- SPlot(File) - Constructor for class jhplot.SPlot
-
Construct a frame with a canvas and open XML file with the data.
- SPlot(int, int) - Constructor for class jhplot.SPlot
-
Construct a frame with the plot.
- SPlot(String, int, int) - Constructor for class jhplot.SPlot
-
Construct a frame with the plot.
- SPsheet - Class in jhplot
-
A spreadsheet to display multidimensional data.
- SPsheet() - Constructor for class jhplot.SPsheet
-
Show empty spreadsheet
- SPsheet(double[]) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from 1D array
- SPsheet(double[][]) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from 2D array
- SPsheet(P1D) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from the P1D container
- SPsheet(PND) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from the PND container
- SPsheet(PNI) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from the PND container
- SPsheet(CSVReader) - Constructor for class jhplot.SPsheet
-
Open spreadsheet and load csv file
- SPsheet(H1D) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from the H1D histogram
- SPsheet(F1D) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from the F1D function
- SPsheet(DataHolder) - Constructor for class jhplot.SPsheet
-
Build a spreadsheet from multidimensional data holder
- sqrt() - Method in class jhplot.math.Complex
-
Complex square root (doesn't change this complex number).
- sqrt(ValueErr) - Static method in class jhplot.math.ValueErr
-
Get square root value
- SQRT_2 - Static variable in interface jhplot.math.num.Constants
-
√2.
- square() - Method in class jhplot.math.ValueErr
-
Square
- square(ValueErr) - Static method in class jhplot.math.ValueErr
-
Square
- standardDeviation(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Computes the (bias-corrected sample) standard deviation of an array.
- standardDeviation(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Returns the (bias-corrected sample) standard deviation of an array.
- standardError() - Method in class jhplot.P0D
-
Returns the sample standard error, which is Math.sqrt(variance() /
size()).
- standardError() - Method in class jhplot.P0I
-
Returns the sample standard error, which is Math.sqrt(variance() /
size()).
- standardize(PND) - Method in class jhplot.HNeuralNet
-
Standardize each column.
- standardize() - Method in class jhplot.PND
-
Standardize each column.
- start() - Method in class jhplot.bsom.Bsom
-
- start() - Method in class jhplot.bsom.BsomDemo
-
- start() - Method in class jhplot.v3d.Animation
-
- startNoThread() - Method in class jhplot.bsom.BsomDemo
-
- StatBox - Static variable in class jhplot.HPlotJa
-
- StatConfidence - Class in jhpro.stat.limit
-
This is a class to give confidence intervals on various measurements
calculated from the number of events observed, the acceptance factor, the
background estimate and the associated errors.
- StatConfidence(double, double, double, int) - Constructor for class jhpro.stat.limit.StatConfidence
-
Initialize the limit calculations
- Statistics - Class in jhplot.stat
-
A static class for statistical calculations.
- Statistics() - Constructor for class jhplot.stat.Statistics
-
- StatisticSample - Class in jhplot.math
-
A package to create random 1D and 2D arrays.
- StatisticSample() - Constructor for class jhplot.math.StatisticSample
-
- StatShape - Class in jhplot.stat
-
Shape identification based on a linear regression It calculates
eccentricities in the transverse and longitudinal directions, as well as the
size of the objects.
- StatShape(double[], double[], double[], int) - Constructor for class jhplot.stat.StatShape
-
Perform a linear regression analysis with weights and prepare for a shape
identification.
- statusbar - Static variable in class jhplot.JHPlot
-
- StatUtils - Class in jhpro.stat
-
Common statistical methods.
- StatUtils() - Constructor for class jhpro.stat.StatUtils
-
- stddeviation(double[]) - Static method in class jhplot.math.StatisticSample
-
Standard deviation
- stddeviation(double[][]) - Static method in class jhplot.math.StatisticSample
-
Standard deviation
- stddeviation() - Method in class jhplot.P0D
-
Returns the standard deviation (square root of variance)
- stddeviation() - Method in class jhplot.P0I
-
Returns the standard deviation (square root of variance)
- stddeviation(double[]) - Static method in class jhplot.stat.Statistics
-
Standard deviation
- stddeviation(double[][]) - Static method in class jhplot.stat.Statistics
-
Standard deviation
- stddeviationX() - Method in class jhplot.P1D
-
Standard deviation of values X.
- stddeviationY() - Method in class jhplot.P1D
-
Standard deviation of values Y.
- stdev(double[]) - Static method in class jhpro.stat.StatUtils
-
Compute stdev (SQRT(var)) of all values in vector v.
- stirlingFormula(double) - Static method in class jhplot.stat.Statistics
-
Returns the Gamma function computed by Stirling's formula.
- stop() - Method in class jhplot.bsom.Bsom
-
- stop() - Method in class jhplot.bsom.BsomDemo
-
- stop() - Method in class jhplot.v3d.Animation
-
- StringPrintable - Interface in jhplot.math.io
-
BSD License
- sub(Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Subtract
- sub(Hep3Vector, Hep3Vector) - Method in class hephysics.vec.Hep3Vector
-
Subtract
- sub(HepLorentzVector, HepLorentzVector) - Method in class hephysics.vec.HepLorentzVector
-
Subtract 2 vectors
- sub(Hep3Vector, Hep3Vector) - Static method in class hephysics.vec.VecOp
-
- sub(Vector3d) - Method in class jhplot.v3d.Vector3d
-
- substituteText(String, String, String) - Static method in class jhplot.v3d.Util
-
Renders a string based on text
where any occurence of
token
is replaced by substitute
.
- substituteTextS(String, String, String) - Static method in class jhplot.v3d.Util
-
Renders a string based on text
where any occurence of
token
is replaced by substitute
.
- subtract(double[], double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Subtracts the two arrays together (componentwise)
- subtract(int[], int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Subtracts the two arrays together (componentwise).
- sum(double[]) - Static method in class jhplot.math.DoubleArray
-
Calculate the sum of the values in an array
- sum(double[][]) - Static method in class jhplot.math.DoubleArray
-
Calculates the sum of each column in a matrix.
- sum(float[]) - Static method in class jhpro.stat.StatUtils
-
sum(1) computes summation of all values in vector v.
- sum(float[][]) - Static method in class jhpro.stat.StatUtils
-
sum(1) computes summation of all values in matrix m.
- sum(float[], float[]) - Static method in class jhpro.stat.StatUtils
-
sum(2) computes the sum of the elements of vector v only where the mask
value is not 0.
- sum(double[]) - Static method in class jhpro.stat.StatUtils
-
Compute average of all values in vector v.
- sumAllBinHeights() - Method in class jhplot.H1D
-
Sum of all heights
- sumAllBinHeights() - Method in class jhplot.H2D
-
Get the sum of the bin heights for all the entries, in-range and
out-range ones.
- sumAllBinHeights() - Method in class jhplot.HProf1D
-
Sum of all heights
- sumAllBinHeights() - Method in class jhplot.HProf2D
-
Get the sum of the bin heights for all the entries, in-range and
out-range ones.
- sumEntries() - Method in class jhplot.bsom.Matrix
-
Summation of all entries.
- sumExtraBinHeights() - Method in class jhplot.H2D
-
Get the sum of the bin heights for all the entries outside the
Histogram's range.
- sumExtraBinHeights() - Method in class jhplot.HProf2D
-
Get the sum of the bin heights for all the entries outside the
Histogram's range.
- sumSqrEntries() - Method in class jhplot.bsom.Matrix
-
Summation of squared entries.
- sumSquares(double[]) - Static method in class jhplot.math.ArrayMathUtils
-
Sums the squares of all components;
also called the energy of the array.
- sumSquares(double[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Sums the squares of all components;
also called the energy of the array.
- sumSquares(int[]) - Static method in class jhplot.math.ArrayMathUtils
-
Sums the squares of all components;
also called the energy of the array.
- sumSquares(int[][]) - Static method in class jhplot.math.ArrayMathUtils
-
Sums the squares of all components;
also called the energy of the array.
- Symbolic - Class in jhplot.math
-
Symbolic calculations.
- Symbolic(String) - Constructor for class jhplot.math.Symbolic
-
Set engine for symbolic calculations.
- Symbolic() - Constructor for class jhplot.math.Symbolic
-
Initialize symbolic calculations using jasymca as the main engine.
- SymProblem - Class in jhpro.sregression
-
Initialize the problem.
- SymRegression - Class in jhpro.sregression
-
Perform symbolic regression.
- SymRegression() - Constructor for class jhpro.sregression.SymRegression
-
Initialise symbolic regression calculation without any configuration.
- SymRegression(String) - Constructor for class jhpro.sregression.SymRegression
-
Initialize symbolic regression from an input configuration file.
- SymRegression(ArrayList<double[]>, ArrayList<String>) - Constructor for class jhpro.sregression.SymRegression
-
Initialise symbolic calculations programically.
- SymRegression(PND, ArrayList<String>) - Constructor for class jhpro.sregression.SymRegression
-
Initialise symbolic calculations programically.
- SymRegression(PND, String[]) - Constructor for class jhpro.sregression.SymRegression
-
Initialise symbolic calculations programically.
- SymRegression(PND, PND, PND, String[]) - Constructor for class jhpro.sregression.SymRegression
-
Initialize calculations from input values.