MCPcopy Create free account

hub / github.com/apache/commons-math / functions

Functions9,190 in github.com/apache/commons-math

↓ 35 callersMethodgetDecimalCharacter
()
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/util/ComplexFormatAbstractTest.java:42
↓ 35 callersMethodgetDimension
Get the dimension of the secondary state parameters. @return dimension of the secondary state parameters
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/SecondaryEquations.java:46
↓ 35 callersMethodgetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BlockFieldMatrix.java:1148
↓ 35 callersMethodgetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BlockRealMatrix.java:1159
↓ 35 callersMethodgetMax
Returns the maximum of the available values. @return The max or Double.NaN if no values have been added.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/StatisticalSummary.java:47
↓ 35 callersMethodgetResult
Returns the current value of the Statistic. @return value of the statistic, <code>Double.NaN</code> if it has been cleared or just instantiated.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/StorelessUnivariateStatistic.java:70
↓ 35 callersMethodinverseCumulativeProbability
{@inheritDoc} Algorithm description: <ol> <li>Find the smallest i such that the sum of the masses of the bins through i is at least p.</li> <li>
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/distribution/EmpiricalDistribution.java:392
↓ 34 callersMethodaddPoint
(double px, double py)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/fitting/leastsquares/CircleVectorial.java:35
↓ 34 callersMethodcheckOrder
Check that the given array is sorted. @param val Values. @param dir Ordering direction. @param strict Whether the order should be strict. @param abor
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/MathArrays.java:447
↓ 34 callersMethodhashCode
{@inheritDoc} The current implementation returns the same value as {@code new Double(this.doubleValue()).hashCode()} @see Double#hashCode()
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/Decimal64.java:273
↓ 34 callersMethodisNonSingular
Check if the decomposed matrix is non-singular. @return true if the decomposed matrix is non-singular.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/DecompositionSolver.java:69
↓ 34 callersMethodsin
computes the sine of the argument. @param a number from which sine is desired @return sin(a)
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/DfpMath.java:725
↓ 34 callersMethodvalue
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/StepFunction.java:83
↓ 33 callersMethodcreateRealIdentityMatrix
Returns <code>dimension x dimension</code> identity matrix. @param dimension dimension of identity matrix to generate @return identity matrix @throws
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/MatrixUtils.java:172
↓ 33 callersMethodgetMean
Returns the <a href="https://www.xycoon.com/arithmetic_mean.htm"> arithmetic mean </a> of the available values. @return The mean or Double.NaN if no v
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/StatisticalSummary.java:30
↓ 33 callersMethodgetRadixDigits
Get the number of radix digits of the instance. @return number of radix digits
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/Dfp.java:638
↓ 33 callersMethodreciprocal
Returns the multiplicative inverse of {@code this} element. @return the inverse of {@code this}. @throws MathArithmeticException if {@code this} is ze
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/FieldElement.java:79
↓ 33 callersMethodtoList
Gets a <em>snapshot</em> of the observed points. The list of stored points is copied in order to ensure that modification of the returned instance doe
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/WeightedObservedPoints.java:95
↓ 32 callersMethodblockWidth
Get the width of a block. @param blockColumn column index (in block sense) of the block @return width (number of columns) of the block
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BlockRealMatrix.java:1575
↓ 32 callersMethodequals
(Object o)
commons-math-legacy-core/src/test/java/org/apache/commons/math4/legacy/core/PairTest.java:107
↓ 32 callersMethodgetO
Returns the offsets for the unit tests below, in the order they are given below. For each test, the left and right offsets are returned. @return the o
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/sampling/StepNormalizerOutputTestBase.java:87
↓ 32 callersMethodnewSampleData
Loads model x and y sample data, overriding any previous sample. Computes and caches QR decomposition of the X matrix. @param y the [n,1] array repre
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/regression/OLSMultipleLinearRegression.java:89
↓ 32 callersMethodremove
{@inheritDoc} @throws MathUnsupportedOperationException in all circumstances.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealVector.java:783
↓ 31 callersMethodblockWidth
Get the width of a block. @param blockColumn column index (in block sense) of the block @return width (number of columns) of the block
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BlockFieldMatrix.java:1579
↓ 31 callersMethodcomputeObjectiveValue
Compute the objective function value. @param point Point at which the objective function must be evaluated. @return the objective function value at s
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/solvers/BaseAbstractUnivariateSolver.java:158
↓ 31 callersMethodgetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AbstractRealMatrix.java:1014
↓ 31 callersMethodgetMin
Returns the minimum of the available values. @return The min or Double.NaN if no values have been added.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/StatisticalSummary.java:52
↓ 31 callersMethodoptimize
{@inheritDoc} @param optData Optimization data. In addition to those documented in {@link LinearOptimizer#optimize(OptimizationData...) LinearOptimiz
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/linear/SimplexSolver.java:152
↓ 30 callersMethodcomputeTheoreticalState
(double t)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/TestProblem3.java:84
↓ 30 callersMethodnextAfter
Returns the next number greater than this one in the direction of x. If this==x then simply returns this. @param x direction where to look at @return
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/Dfp.java:2335
↓ 30 callersMethodsetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/Array2DRowRealMatrix.java:299
↓ 30 callersMethodunsupported
()
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/ArrayFieldVectorTest.java:93
↓ 29 callersMethodadvance
Advance an entry up to the next nonzero one. @param e entry to advance.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealVector.java:1154
↓ 29 callersMethodcheckSubMatrixIndex
Check if submatrix ranges indices are valid. Rows and columns are indicated counting from 0 to {@code n - 1}. @param m Matrix. @param startRow Initia
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/MatrixUtils.java:515
↓ 29 callersMethodgetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AbstractFieldMatrix.java:626
↓ 29 callersMethodisNaN
Check whether any coordinate of this vector is {@code NaN}. @return {@code true} if any coordinate of this vector is {@code NaN}, {@code false} other
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealVector.java:145
↓ 29 callersMethodnext
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealVector.java:768
↓ 29 callersMethodvalue
Compute the value for the function at the given point. @param point Point at which the function must be evaluated. @return the function value for the
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/MultivariateFunction.java:41
↓ 28 callersMethoddoCalculatePercentile
(Double percentile, Number[] test, boolean copy)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentileTest.java:423
↓ 28 callersMethodgetFeatures
Gets the neuron's features. @return a copy of the neuron's features.
commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/Neuron.java:104
↓ 28 callersMethodgetLocalizedMessage
Gets the message in the default locale. @return the localized message.
commons-math-legacy-exception/src/main/java/org/apache/commons/math4/legacy/exception/util/ExceptionContext.java:135
↓ 28 callersMethodgetRowDimension
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/Array2DRowRealMatrix.java:322
↓ 28 callersMethodsin
Sine operation. @return sin(this)
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/RealFieldElement.java:223
↓ 27 callersMethodaddAll
{@inheritDoc} In addition it checks if the sum of Collection size and this instance's {@link #size()} returns a value that is within capacity and if t
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/rank/PSquarePercentile.java:756
↓ 27 callersMethoddivide
Divide this by divisor. @param divisor divisor @return quotient of this by divisor
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/Dfp.java:1681
↓ 27 callersMethodgetRow
Get the entries at the given row index. Row indices start at 0. @param row Row to be fetched. @return the array of entries in the row. @throws OutOfR
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealMatrix.java:372
↓ 27 callersMethodgetValue
Gets the value of the constraint (right hand side). @return the value of the constraint (right hand side).
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/optim/linear/LinearConstraint.java:173
↓ 26 callersMethodadd
Adds a point to the sample. Calling this method is equivalent to calling {@code add(1.0, x, y)}. @param x Abscissa of the point. @param y Observed va
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/WeightedObservedPoints.java:46
↓ 26 callersMethodcompose
Compute composition of a derivative structure by a function. @param operand array holding the operand @param operandOffset offset of the operand in it
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/differentiation/DSCompiler.java:1726
↓ 26 callersMethoddoubleValue
Get the double value corresponding to the instance. @return double value corresponding to the instance
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BigReal.java:299
↓ 26 callersMethodget
Get the stored value associated with the given key. @param key key associated with the data @return data associated with the key
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/OpenIntToFieldHashMap.java:188
↓ 26 callersMethodget
Gets an element. @param i Row. @param j Column. @return the element at (i, j).
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/field/linalg/FieldDenseMatrix.java:205
↓ 26 callersMethodgetMean
Returns the <a href="https://www.xycoon.com/arithmetic_mean.htm"> arithmetic mean </a> of the available values. @return The mean or Double.NaN if no v
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java:217
↓ 26 callersMethodgetOrder
Get the derivation order. @return derivation order
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/differentiation/DSCompiler.java:622
↓ 26 callersMethodgetP
Returns the P rows permutation matrix. <p>P is a sparse matrix with exactly one element set to 1.0 in each row and each column, all other elements bei
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/LUDecomposition.java:214
↓ 26 callersMethodgetPreviousState
Get the state at previous grid point time. @return state at previous grid point time
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/FieldStepInterpolator.java:45
↓ 26 callersMethodgetRowDimension
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/DiagonalMatrix.java:273
↓ 26 callersMethodgetStandardDeviation
Returns the standard deviation of the values that have been added. <p> Double.NaN is returned if no values have been added. </p> @return the standard
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/SummaryStatistics.java:209
↓ 26 callersMethodgetU
Returns the matrix U of the decomposition. <p>U is an upper-triangular matrix</p> @return the U matrix (or null if decomposed matrix is singular)
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/LUDecomposition.java:191
↓ 26 callersMethodindexOf
Returns the index (i, j) translated into the one-dimensional array used to store the upper triangular part of the symmetric covariance matrix. @param
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/correlation/StorelessCovariance.java:97
↓ 26 callersMethodinsertEquationData
Insert equation data into a complete state or derivative array. @param equationData equation data to be inserted into the complete array @param comple
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/EquationsMapper.java:89
↓ 26 callersMethodisSquare
Indicates whether this is a square matrix. @return {@code true} if the number of rows is the same as the number of columns.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/AnyMatrix.java:33
↓ 26 callersMethodlog
Natural logarithm. @return logarithm of the instance
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/RealFieldElement.java:202
↓ 26 callersMethodset
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/ArrayRealVector.java:717
↓ 26 callersMethodsetRoundingMode
Set the rounding mode. If not set, the default value is {@link RoundingMode#ROUND_HALF_EVEN}. @param mode desired rounding mode Note that the roundin
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/DfpField.java:257
↓ 26 callersMethodvalue
Computes the value of the logit at {@code x}. @param x Value for which the function must be computed. @param param Values of lower bound and higher b
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Logit.java:87
↓ 26 callersMethodvalue
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Sin.java:31
↓ 25 callersMethodaddMessage
Adds a message. @param pattern Message pattern. @param arguments Values for replacing the placeholders in the message pattern.
commons-math-legacy-exception/src/main/java/org/apache/commons/math4/legacy/exception/util/ExceptionContext.java:84
↓ 25 callersMethodcos
Cosine operation. @return cos(this)
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/RealFieldElement.java:218
↓ 25 callersMethodfit
Fits a curve. This method computes the coefficients of the curve that best fit the sample of observed points. @param points Observations. @return the
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/AbstractCurveFitter.java:62
↓ 25 callersMethodgetIEEEFlags
Get the IEEE 854 status flags. @return IEEE 854 status flags @see #clearIEEEFlags() @see #setIEEEFlags(int) @see #setIEEEFlagsBits(int) @see #FLAG_INV
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/DfpField.java:279
↓ 25 callersMethodgetLength
Returns the length of the chromosome. @return the length of the chromosome
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/genetics/AbstractListChromosome.java:85
↓ 25 callersMethodgetPreferredEntryValue
Returns a preferred value of the entries, to be tested specifically. Some implementations of {@link RealVector} (e.g. {@link OpenMapRealVector}) do no
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/RealVectorAbstractTest.java:165
↓ 25 callersMethodgetRMS
Get the normalized cost. It is the square-root of the sum of squared of the residuals, divided by the number of measurements. @return the cost.
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/fitting/leastsquares/LeastSquaresProblem.java:116
↓ 25 callersMethodisInfinite
Returns {@code true} if {@code this} double precision number is infinite ({@link Double#POSITIVE_INFINITY} or {@link Double#NEGATIVE_INFINITY}). @ret
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/nonstiff/Decimal64.java:302
↓ 25 callersMethodpower
Returns the result of multiplying {@code this} with itself {@code p} times. Depending on the underlying storage, instability for high powers might occ
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealMatrix.java:130
↓ 25 callersMethodwriteObject
Serialize this object to the given stream. @param out Stream. @throws IOException This should never happen.
commons-math-legacy-exception/src/main/java/org/apache/commons/math4/legacy/exception/util/ExceptionContext.java:194
↓ 24 callersMethodgetCompiler
Get the compiler for number of free parameters and order. @param parameters number of free parameters @param order derivation order @return cached rul
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/differentiation/DSCompiler.java:186
↓ 24 callersMethodgetFreeParameters
Get the number of free parameters. @return number of free parameters
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/differentiation/DerivativeStructure.java:212
↓ 24 callersMethodgetLastError
Get the error at the end of the integration. @return error at the end of the integration
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/ode/TestProblemHandler.java:148
↓ 24 callersMethodgetNetwork
Retrieves the underlying network. A reference is returned (enabling, for example, the network to be trained). This also implies that calling methods t
commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/oned/NeuronString.java:133
↓ 24 callersMethodmultiply
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/differentiation/SparseGradient.java:211
↓ 24 callersMethodpower10
Return the specified power of 10. @param e desired power @return 10<sup>e</sup>
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/Dfp.java:1197
↓ 24 callersMethodsetSubMatrix
Replace the submatrix starting at {@code row, column} using data in the input {@code subMatrix} array. Indexes are 0-based. <p> Example:<br> Starting
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealMatrix.java:260
↓ 23 callersMethodcontainsKey
Check if a value is associated with a key. @param key key to check @return true if a value is associated with key
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/OpenIntToFieldHashMap.java:217
↓ 23 callersMethodcreate
(final int[][] data)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/field/linalg/FieldLUDecompositionTest.java:300
↓ 23 callersMethodequals
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/BigReal.java:311
↓ 23 callersMethodevaluate
<p>Returns the {@link SemiVariance} of the designated values against the mean, using instance properties varianceDirection and biasCorrection.</p> <p
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/moment/SemiVariance.java:98
↓ 23 callersMethodgetColumnDimension
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/Array2DRowRealMatrix.java:328
↓ 23 callersMethodgetColumnMatrix
Get the entries at the given column index as a column matrix. Column indices start at 0. @param column Column to be fetched. @return column Matrix. @
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/RealMatrix.java:297
↓ 23 callersMethodgetDimension
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/ArrayRealVector.java:608
↓ 23 callersMethodgetEntry
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/DiagonalMatrix.java:222
↓ 23 callersMethodgetN
Returns the number of available values. @return The number of available values
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/StatisticalSummary.java:57
↓ 23 callersMethodgetR
Returns the matrix R of the decomposition. <p>R is an upper-triangular matrix</p> @return the R matrix
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/linear/QRDecomposition.java:189
↓ 23 callersMethodlessThan
Check if instance is less than x. @param x number to check instance against @return true if instance is less than x and neither are NaN, false otherwi
commons-math-legacy-core/src/main/java/org/apache/commons/math4/legacy/core/dfp/Dfp.java:749
↓ 23 callersMethodstoreTime
Store the current step time. @param t current time
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/ode/sampling/AbstractStepInterpolator.java:294
↓ 23 callersMethodvalue
{@inheritDoc}
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/analysis/function/Gaussian.java:90
↓ 22 callersMethodaddValue
Adds the value to the dataset. If the dataset is at the maximum size (i.e., the number of stored elements equals the currently configured windowSize),
commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/descriptive/DescriptiveStatistics.java:175
↓ 22 callersMethodassertClose
verifies that two matrices are close (1-norm)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/SparseFieldMatrixTest.java:668
↓ 22 callersMethodassertClose
verifies that two matrices are close (1-norm)
commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/SparseRealMatrixTest.java:669
← previousnext →201–300 of 9,190, ranked by callers