索引
常量字段值|所有程序包|所有类和接口|序列化表格
W
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries in column order.
- walkInDefaultOrder(FieldVectorChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorChangingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(FieldVectorPreservingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (and possibly alters) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor, int, int) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorChangingVisitor, int, int) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (and possibly alters) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (but does not alter) all entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor, int, int) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInDefaultOrder(RealVectorPreservingVisitor, int, int) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (but does not alter) some entries of this vector in default order (increasing index).
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorChangingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(FieldVectorPreservingVisitor<T>, int, int) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries using the fastest possible order.
- walkInOptimizedOrder(RealVectorChangingVisitor) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (and possibly alters) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor, int, int) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorChangingVisitor, int, int) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (and possibly change) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (but does not alter) all entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor, int, int) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInOptimizedOrder(RealVectorPreservingVisitor, int, int) - 类中的方法 org.hipparchus.linear.RealVector
-
Visits (but does not alter) some entries of this vector in optimized order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixChangingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(FieldMatrixPreservingVisitor<T>, int, int, int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) all matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (and possibly change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) all matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Visit (but don't change) some matrix entries in row order.
- walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Visit (but don't change) some matrix entries in row order.
- WeibullDistribution - org.hipparchus.distribution.continuous中的类
-
Implementation of the Weibull distribution.
- WeibullDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.WeibullDistribution
-
Create a Weibull distribution with the given shape and scale.
- WeibullDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for WeibullDistribution.
- WeibullDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.WeibullDistributionTest
- weight(RealMatrix) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Configure the weight matrix.
- WEIGHT_AT_LEAST_ONE_NON_ZERO - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
WEIGHT_AT_LEAST_ONE_NON_ZERO.
- WEIGHT_AT_LEAST_ONE_NON_ZERO - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。WEIGHT_AT_LEAST_ONE_NON_ZERO.
- weightDiagonal(LeastSquaresProblem, RealVector) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Apply a diagonal weight matrix to the
LeastSquaresProblem
. - WeightedEvaluation - org.hipparchus.stat.descriptive中的接口
-
Weighted evaluation for statistics.
- weightedMean - 类中的变量 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
- WeightedObservedPoint - org.hipparchus.fitting中的类
-
This class is a simple container for weighted observed point in
curve fitting
. - WeightedObservedPoint(double, double, double) - 类的构造器 org.hipparchus.fitting.WeightedObservedPoint
-
Simple constructor.
- WeightedObservedPoints - org.hipparchus.fitting中的类
-
Simple container for weighted observed points used in
curve fitting
algorithms. - WeightedObservedPoints() - 类的构造器 org.hipparchus.fitting.WeightedObservedPoints
-
Simple constructor.
- WeightedObservedPointsTest - org.hipparchus.fitting中的类
-
Tests
WeightedObservedPoints
. - WeightedObservedPointsTest() - 类的构造器 org.hipparchus.fitting.WeightedObservedPointsTest
- weightedProduct - 类中的变量 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
- weightedStd - 类中的变量 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
- weightedSum - 类中的变量 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
- weightedVar - 类中的变量 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
- weightMatrix(LeastSquaresProblem, RealMatrix) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Apply a dense weight matrix to the
LeastSquaresProblem
. - Well1024a - org.hipparchus.random中的类
-
This class implements the WELL1024a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well1024a() - 类的构造器 org.hipparchus.random.Well1024a
-
Creates a new random number generator.
- Well1024a(int) - 类的构造器 org.hipparchus.random.Well1024a
-
Creates a new random number generator using a single int seed.
- Well1024a(int[]) - 类的构造器 org.hipparchus.random.Well1024a
-
Creates a new random number generator using an int array seed.
- Well1024a(long) - 类的构造器 org.hipparchus.random.Well1024a
-
Creates a new random number generator using a single long seed.
- Well1024aTest - org.hipparchus.random中的类
- Well1024aTest() - 类的构造器 org.hipparchus.random.Well1024aTest
- Well19937a - org.hipparchus.random中的类
-
This class implements the WELL19937a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937a() - 类的构造器 org.hipparchus.random.Well19937a
-
Creates a new random number generator.
- Well19937a(int) - 类的构造器 org.hipparchus.random.Well19937a
-
Creates a new random number generator using a single int seed.
- Well19937a(int[]) - 类的构造器 org.hipparchus.random.Well19937a
-
Creates a new random number generator using an int array seed.
- Well19937a(long) - 类的构造器 org.hipparchus.random.Well19937a
-
Creates a new random number generator using a single long seed.
- Well19937aTest - org.hipparchus.random中的类
- Well19937aTest() - 类的构造器 org.hipparchus.random.Well19937aTest
- Well19937c - org.hipparchus.random中的类
-
This class implements the WELL19937c pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well19937c() - 类的构造器 org.hipparchus.random.Well19937c
-
Creates a new random number generator.
- Well19937c(int) - 类的构造器 org.hipparchus.random.Well19937c
-
Creates a new random number generator using a single int seed.
- Well19937c(int[]) - 类的构造器 org.hipparchus.random.Well19937c
-
Creates a new random number generator using an int array seed.
- Well19937c(long) - 类的构造器 org.hipparchus.random.Well19937c
-
Creates a new random number generator using a single long seed.
- Well19937cTest - org.hipparchus.random中的类
- Well19937cTest() - 类的构造器 org.hipparchus.random.Well19937cTest
- Well44497a - org.hipparchus.random中的类
-
This class implements the WELL44497a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497a() - 类的构造器 org.hipparchus.random.Well44497a
-
Creates a new random number generator.
- Well44497a(int) - 类的构造器 org.hipparchus.random.Well44497a
-
Creates a new random number generator using a single int seed.
- Well44497a(int[]) - 类的构造器 org.hipparchus.random.Well44497a
-
Creates a new random number generator using an int array seed.
- Well44497a(long) - 类的构造器 org.hipparchus.random.Well44497a
-
Creates a new random number generator using a single long seed.
- Well44497aTest - org.hipparchus.random中的类
- Well44497aTest() - 类的构造器 org.hipparchus.random.Well44497aTest
- Well44497b - org.hipparchus.random中的类
-
This class implements the WELL44497b pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well44497b() - 类的构造器 org.hipparchus.random.Well44497b
-
Creates a new random number generator.
- Well44497b(int) - 类的构造器 org.hipparchus.random.Well44497b
-
Creates a new random number generator using a single int seed.
- Well44497b(int[]) - 类的构造器 org.hipparchus.random.Well44497b
-
Creates a new random number generator using an int array seed.
- Well44497b(long) - 类的构造器 org.hipparchus.random.Well44497b
-
Creates a new random number generator using a single long seed.
- Well44497bTest - org.hipparchus.random中的类
- Well44497bTest() - 类的构造器 org.hipparchus.random.Well44497bTest
- Well512a - org.hipparchus.random中的类
-
This class implements the WELL512a pseudo-random number generator from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- Well512a() - 类的构造器 org.hipparchus.random.Well512a
-
Creates a new random number generator.
- Well512a(int) - 类的构造器 org.hipparchus.random.Well512a
-
Creates a new random number generator using a single int seed.
- Well512a(int[]) - 类的构造器 org.hipparchus.random.Well512a
-
Creates a new random number generator using an int array seed.
- Well512a(long) - 类的构造器 org.hipparchus.random.Well512a
-
Creates a new random number generator using a single long seed.
- Well512aTest - org.hipparchus.random中的类
- Well512aTest() - 类的构造器 org.hipparchus.random.Well512aTest
- WelzlEncloser<S,
P> - org.hipparchus.geometry.enclosing中的类 -
Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time.
- WelzlEncloser(double, SupportBallGenerator<S, P>) - 类的构造器 org.hipparchus.geometry.enclosing.WelzlEncloser
-
Simple constructor.
- WelzlEncloser2DTest - org.hipparchus.geometry.enclosing中的类
- WelzlEncloser2DTest() - 类的构造器 org.hipparchus.geometry.enclosing.WelzlEncloser2DTest
- WelzlEncloser3DTest - org.hipparchus.geometry.enclosing中的类
- WelzlEncloser3DTest() - 类的构造器 org.hipparchus.geometry.enclosing.WelzlEncloser3DTest
- WHOLE_FORMAT - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
WHOLE_FORMAT.
- WHOLE_FORMAT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。WHOLE_FORMAT.
- wholeHyperplane() - 类中的方法 org.hipparchus.geometry.euclidean.oned.OrientedPoint
-
Build a region covering the whole hyperplane.
- wholeHyperplane() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
-
Build a region covering the whole hyperplane.
- wholeHyperplane() - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
-
Build a sub-hyperplane covering the whole hyperplane.
- wholeHyperplane() - 接口中的方法 org.hipparchus.geometry.partitioning.Hyperplane
-
Build a sub-hyperplane covering the whole hyperplane.
- wholeHyperplane() - 类中的方法 org.hipparchus.geometry.spherical.oned.LimitAngle
-
Build a region covering the whole hyperplane.
- wholeHyperplane() - 类中的方法 org.hipparchus.geometry.spherical.twod.Circle
-
Build a sub-hyperplane covering the whole hyperplane.
- wholeLine() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Line
-
Build a sub-line covering the whole line.
- wholeSpace() - 类中的方法 org.hipparchus.geometry.euclidean.oned.OrientedPoint
-
Build a region covering the whole space.
- wholeSpace() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
-
Build a region covering the whole space.
- wholeSpace() - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
-
Build a region covering the whole space.
- wholeSpace() - 接口中的方法 org.hipparchus.geometry.partitioning.Hyperplane
-
Build a region covering the whole space.
- wholeSpace() - 类中的方法 org.hipparchus.geometry.spherical.oned.LimitAngle
-
Build a region covering the whole space.
- wholeSpace() - 类中的方法 org.hipparchus.geometry.spherical.twod.Circle
-
Build a region covering the whole space.
- wilcoxonSignedRank(double[], double[]) - 类中的方法 org.hipparchus.stat.inference.WilcoxonSignedRankTest
-
Computes the Wilcoxon signed ranked statistic comparing means for two related samples or repeated measurements on a single sample.
- wilcoxonSignedRankTest(double[], double[], boolean) - 类中的方法 org.hipparchus.stat.inference.WilcoxonSignedRankTest
-
Returns the observed significance level, or p-value, associated with a Wilcoxon signed ranked statistic comparing mean for two related samples or repeated measurements on a single sample.
- WilcoxonSignedRankTest - org.hipparchus.stat.inference中的类
-
An implementation of the Wilcoxon signed-rank test.
- WilcoxonSignedRankTest() - 类的构造器 org.hipparchus.stat.inference.WilcoxonSignedRankTest
-
Create a test instance where NaN's are left in place and ties get the average of applicable ranks.
- WilcoxonSignedRankTest(NaNStrategy, TiesStrategy) - 类的构造器 org.hipparchus.stat.inference.WilcoxonSignedRankTest
-
Create a test instance using the given strategies for NaN's and ties.
- WilcoxonSignedRankTestTest - org.hipparchus.stat.inference中的类
-
Test cases for the WilcoxonSignedRangTest class.
- WilcoxonSignedRankTestTest() - 类的构造器 org.hipparchus.stat.inference.WilcoxonSignedRankTestTest
- WilsonScoreIntervalTest - org.hipparchus.stat.interval中的类
-
Test cases for the WilsonScoreInterval.
- WilsonScoreIntervalTest() - 类的构造器 org.hipparchus.stat.interval.WilsonScoreIntervalTest
- withAPrioriData(RealVector, RealMatrix) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
-
Configure from a priori state and covariance.
- withAPrioriData(RealVector, RealMatrix, double, double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
-
Configure from a priori state and covariance.
- withBiasCorrected(boolean) - 类中的方法 org.hipparchus.stat.descriptive.moment.SemiVariance
-
Returns a copy of this instance with the given biasCorrected setting.
- withBiasCorrection(boolean) - 类中的方法 org.hipparchus.stat.descriptive.moment.StandardDeviation
-
Returns a new copy of this standard deviation with the given bias correction setting.
- withBiasCorrection(boolean) - 类中的方法 org.hipparchus.stat.descriptive.moment.Variance
-
Returns a new copy of this variance with the given bias correction setting.
- withCache(int) - 类中的方法 org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Creates an instance with the specified cache size.
- withCallback(Incrementor.MaxCountExceededCallback) - 类中的方法 org.hipparchus.util.Incrementor
-
Creates a new instance with a given callback.
- withCostRelativeTolerance(double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Build new instance with cost relative tolerance.
- withCount(int) - 类中的方法 org.hipparchus.util.Incrementor
-
Creates a new instance and set the counter to the given value.
- withDecomposer(MatrixDecomposer) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer
-
Configure the matrix decomposition algorithm.
- withDecomposer(MatrixDecomposer) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
-
Configure the matrix decomposition algorithm.
- withEstimationType(Percentile.EstimationType) - 类中的方法 org.hipparchus.stat.descriptive.rank.Median
-
Build a new instance similar to the current one except for the
estimation type
. - withEstimationType(Percentile.EstimationType) - 类中的方法 org.hipparchus.stat.descriptive.rank.Percentile
-
Build a new instance similar to the current one except for the
estimation type
. - withEvaluation(LeastSquaresProblem.Evaluation) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
-
Configure the previous evaluation used by the optimizer.
- withFormNormalEquations(boolean) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.GaussNewtonOptimizer
-
Configure if the normal equations should be explicitly formed.
- withFormNormalEquations(boolean) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
-
Configure if the normal equations should be explicitly formed.
- withHandler(FieldODEEventHandler<E>) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the event handler to call at event occurrences.
- withHandler(ODEEventHandler) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the event handler to call at event occurrences.
- withInitialStepBoundFactor(double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Build new instance with initial step bound factor.
- withKthSelector(KthSelector) - 类中的方法 org.hipparchus.stat.descriptive.rank.Median
-
Build a new instance similar to the current one except for the
kthSelector
instance specifically set. - withKthSelector(KthSelector) - 类中的方法 org.hipparchus.stat.descriptive.rank.Percentile
-
Build a new instance similar to the current one except for the
kthSelector
instance specifically set. - withMaxCheck(double) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the maximum checking interval.
- withMaxCheck(E) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the maximum checking interval.
- withMaxCheck(AdaptableInterval) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the maximum checking interval.
- withMaxCheck(FieldAdaptableInterval<E>) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the maximum checking interval.
- withMaximalCount(int) - 类中的方法 org.hipparchus.util.Incrementor
-
Creates a new instance with a given maximal count.
- withMaxIter(int) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the maximum number of iterations in the event time search.
- withMaxIter(int) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the maximum number of iterations in the event time search.
- withMaxIterations(int) - 类中的方法 org.hipparchus.fitting.GaussianCurveFitter
-
Configure the maximum number of iterations.
- withMaxIterations(int) - 类中的方法 org.hipparchus.fitting.HarmonicCurveFitter
-
Configure the maximum number of iterations.
- withMaxIterations(int) - 类中的方法 org.hipparchus.fitting.PolynomialCurveFitter
-
Configure the maximum number of iterations.
- withMaxIterations(int) - 类中的方法 org.hipparchus.fitting.SimpleCurveFitter
-
Configure the maximum number of iterations.
- withNaNStrategy(NaNStrategy) - 类中的方法 org.hipparchus.stat.descriptive.rank.Median
-
Build a new instance similar to the current one except for the
NaN handling
strategy. - withNaNStrategy(NaNStrategy) - 类中的方法 org.hipparchus.stat.descriptive.rank.Percentile
-
Build a new instance similar to the current one except for the
NaN handling
strategy. - withOrthoTolerance(double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Build new instance with ortho tolerance.
- withParameterRelativeTolerance(double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Build new instance with parameter relative tolerance.
- withRankingThreshold(double) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LevenbergMarquardtOptimizer
-
Build new instance with ranking threshold.
- withSolver(BracketedRealFieldUnivariateSolver<E>) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the root-finding algorithm to use to detect state events.
- withSolver(BracketedUnivariateSolver<UnivariateFunction>) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the root-finding algorithm to use to detect state events.
- withStartPoint(double[]) - 类中的方法 org.hipparchus.fitting.GaussianCurveFitter
-
Configure the start point (initial guess).
- withStartPoint(double[]) - 类中的方法 org.hipparchus.fitting.HarmonicCurveFitter
-
Configure the start point (initial guess).
- withStartPoint(double[]) - 类中的方法 org.hipparchus.fitting.PolynomialCurveFitter
-
Configure the start point (initial guess).
- withStartPoint(double[]) - 类中的方法 org.hipparchus.fitting.SimpleCurveFitter
-
Configure the start point (initial guess).
- withThreshold(double) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Setup the convergence threshold.
- withThreshold(E) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Setup the convergence threshold.
- withVarianceDirection(SemiVariance.Direction) - 类中的方法 org.hipparchus.stat.descriptive.moment.SemiVariance
-
Returns a copy of this instance with the given direction setting.
- WRONG_BLOCK_LENGTH - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。WRONG_BLOCK_LENGTH.
- WRONG_BLOCK_LENGTH - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。WRONG_BLOCK_LENGTH.
- WRONG_NUMBER_OF_POINTS - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
WRONG_NUMBER_OF_POINTS.
- WRONG_NUMBER_OF_POINTS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。WRONG_NUMBER_OF_POINTS.
常量字段值|所有程序包|所有类和接口|序列化表格