索引
常量字段值|所有程序包|所有类和接口|序列化表格
C
- calculate(int, double, double) - 接口中的方法 org.hipparchus.stat.interval.BinomialProportionAbstractTest.BinomialProportionMethod
- calculateAdjustedRSquared() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Returns the adjusted R-squared statistic, defined by the formula \(R_\mathrm{adj}^2 = 1 - \frac{\mathrm{SSR} (n - 1)}{\mathrm{SSTO} (n - p)}\) where SSR is the
sum of squared residuals
, SSTO is thetotal sum of squares
, n is the number of observations and p is the number of parameters estimated (including the intercept). - calculateBeta() - 类中的方法 org.hipparchus.stat.regression.AbstractMultipleLinearRegression
-
Calculates the beta of multiple linear regression in matrix notation.
- calculateBeta() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegression
-
Calculates beta by GLS.
- calculateBeta() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Calculates the regression coefficients using OLS.
- calculateBetaVariance() - 类中的方法 org.hipparchus.stat.regression.AbstractMultipleLinearRegression
-
Calculates the beta variance of multiple linear regression in matrix notation.
- calculateBetaVariance() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegression
-
Calculates the variance on the beta.
- calculateBetaVariance() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Calculates the variance-covariance matrix of the regression parameters.
- calculateErrorVariance() - 类中的方法 org.hipparchus.stat.regression.AbstractMultipleLinearRegression
-
Calculates the variance of the error term.
- calculateErrorVariance() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegression
-
Calculates the estimated variance of the error term using the formula
- calculateHat() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Compute the "hat" matrix.
- calculateNumericalMean() - 类中的方法 org.hipparchus.distribution.discrete.ZipfDistribution
-
Used by
ZipfDistribution.getNumericalMean()
. - calculateNumericalVariance() - 类中的方法 org.hipparchus.distribution.discrete.ZipfDistribution
- calculateResiduals() - 类中的方法 org.hipparchus.stat.regression.AbstractMultipleLinearRegression
-
Calculates the residuals of multiple linear regression in matrix notation.
- calculateResidualSumOfSquares() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Returns the sum of squared residuals.
- calculateRSquared() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Returns the R-Squared statistic, defined by the formula \(R^2 = 1 - \frac{\mathrm{SSR}}{\mathrm{SSTO}}\) where SSR is the
sum of squared residuals
and SSTO is thetotal sum of squares
- calculateTotalSumOfSquares() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegression
-
Returns the sum of squared deviations of Y from its mean.
- calculateYVariance() - 类中的方法 org.hipparchus.stat.regression.AbstractMultipleLinearRegression
-
Calculates the variance of the y values.
- CalculusFieldBivariateFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a bivariate field function.
- CalculusFieldElement<T> - org.hipparchus中的接口
-
Interface representing a field with calculus capabilities (sin, cos, ...).
- CalculusFieldElementAbstractTest<T> - org.hipparchus中的类
- CalculusFieldElementAbstractTest() - 类的构造器 org.hipparchus.CalculusFieldElementAbstractTest
- CalculusFieldMultivariateFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a scalar multivariate function.
- CalculusFieldMultivariateMatrixFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a matrix multivariate function.
- CalculusFieldMultivariateVectorFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a vector multivariate function.
- CalculusFieldUnivariateFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a univariate real function.
- CalculusFieldUnivariateMatrixFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a univariate matrix function.
- CalculusFieldUnivariateVectorFunction<T> - org.hipparchus.analysis中的接口
-
An interface representing a univariate vectorial function for any field type.
- CanberraDistance - org.hipparchus.clustering.distance中的类
-
Calculates the Canberra distance between two points.
- CanberraDistance() - 类的构造器 org.hipparchus.clustering.distance.CanberraDistance
-
Empty constructor.
- CanberraDistanceTest - org.hipparchus.clustering.distance中的类
-
Tests for
CanberraDistance
class. - CanberraDistanceTest() - 类的构造器 org.hipparchus.clustering.distance.CanberraDistanceTest
- canEstimateRegressandVariance() - 类中的方法 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
- canEstimateRegressionParameters() - 类中的方法 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
- canEstimateRegressionParametersVariance() - 类中的方法 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
- canEstimateResiduals() - 类中的方法 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
- canIncrement() - 类中的方法 org.hipparchus.util.Incrementor
-
Checks whether incrementing the counter
nTimes
is allowed. - canIncrement(int) - 类中的方法 org.hipparchus.util.Incrementor
-
Checks whether incrementing the counter several times is allowed.
- CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS.
- CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS.
- CANNOT_COMPUTE_0TH_ROOT_OF_UNITY - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_0TH_ROOT_OF_UNITY.
- CANNOT_COMPUTE_0TH_ROOT_OF_UNITY - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_COMPUTE_0TH_ROOT_OF_UNITY.
- CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA.
- CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_COMPUTE_BETA_DENSITY_AT_0_FOR_SOME_ALPHA.
- CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA.
- CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_COMPUTE_BETA_DENSITY_AT_1_FOR_SOME_BETA.
- CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N.
- CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N.
- CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS.
- CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_DISCARD_NEGATIVE_NUMBER_OF_ELEMENTS.
- CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR.
- CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR.
- CANNOT_FORMAT_INSTANCE_AS_COMPLEX - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_FORMAT_INSTANCE_AS_COMPLEX.
- CANNOT_FORMAT_INSTANCE_AS_COMPLEX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_FORMAT_INSTANCE_AS_COMPLEX.
- CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR.
- CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR.
- CANNOT_FORMAT_OBJECT_TO_FRACTION - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_FORMAT_OBJECT_TO_FRACTION.
- CANNOT_FORMAT_OBJECT_TO_FRACTION - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_FORMAT_OBJECT_TO_FRACTION.
- CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS.
- CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS.
- CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR - 枚举类 中的枚举常量 org.hipparchus.geometry.LocalizedGeometryFormats
-
CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR.
- CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_NORMALIZE_A_ZERO_NORM_VECTOR.
- CANNOT_PARSE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_PARSE.
- CANNOT_PARSE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_PARSE.
- CANNOT_PARSE_AS_TYPE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_PARSE_AS_TYPE.
- CANNOT_PARSE_AS_TYPE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_PARSE_AS_TYPE.
- CANNOT_RETRIEVE_AT_NEGATIVE_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_RETRIEVE_AT_NEGATIVE_INDEX.
- CANNOT_RETRIEVE_AT_NEGATIVE_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_RETRIEVE_AT_NEGATIVE_INDEX.
- CANNOT_SET_AT_NEGATIVE_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_SET_AT_NEGATIVE_INDEX.
- CANNOT_SET_AT_NEGATIVE_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_SET_AT_NEGATIVE_INDEX.
- CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY.
- CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_SUBSTITUTE_ELEMENT_FROM_EMPTY_ARRAY.
- CANNOT_TRANSFORM_TO_DOUBLE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CANNOT_TRANSFORM_TO_DOUBLE.
- CANNOT_TRANSFORM_TO_DOUBLE - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CANNOT_TRANSFORM_TO_DOUBLE.
- cannotAddCovarianceDataThatIsNotSquare() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- cannotAddCovarianceDataWithSampleSizeMismatch() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- cannotAddNullCovarianceData() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- cannotAddNullYSampleData() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- cannotAddSampleDataWithSizeMismatch() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- cannotAddSampleDataWithSizeMismatch() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegressionTest
- cannotAddXSampleData() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- CARDAN_ANGLES_SINGULARITY - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CARDAN_ANGLES_SINGULARITY.
- CARDAN_ANGLES_SINGULARITY - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CARDAN_ANGLES_SINGULARITY.
- CardanEulerSingularityException - org.hipparchus.migration.geometry.euclidean中的异常错误类
-
已过时。
- CardanEulerSingularityException(boolean) - 异常错误类的构造器 org.hipparchus.migration.geometry.euclidean.CardanEulerSingularityException
-
已过时。Simple constructor.
- CarlsonEllipticIntegral - org.hipparchus.special.elliptic.carlson中的类
-
Elliptic integrals in Carlson symmetric form.
- CarlsonEllipticIntegralAbstractComplexTest<T> - org.hipparchus.special.elliptic.carlson中的类
- CarlsonEllipticIntegralAbstractComplexTest() - 类的构造器 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralAbstractComplexTest
- CarlsonEllipticIntegralComplexTest - org.hipparchus.special.elliptic.carlson中的类
- CarlsonEllipticIntegralComplexTest() - 类的构造器 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralComplexTest
- CarlsonEllipticIntegralFieldComplexTest - org.hipparchus.special.elliptic.carlson中的类
- CarlsonEllipticIntegralFieldComplexTest() - 类的构造器 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldComplexTest
- CarlsonEllipticIntegralFieldTest - org.hipparchus.special.elliptic.carlson中的类
- CarlsonEllipticIntegralFieldTest() - 类的构造器 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralFieldTest
- CarlsonEllipticIntegralRealTest - org.hipparchus.special.elliptic.carlson中的类
- CarlsonEllipticIntegralRealTest() - 类的构造器 org.hipparchus.special.elliptic.carlson.CarlsonEllipticIntegralRealTest
- CauchyDistribution - org.hipparchus.distribution.continuous中的类
-
Implementation of the Cauchy distribution.
- CauchyDistribution() - 类的构造器 org.hipparchus.distribution.continuous.CauchyDistribution
-
Creates a Cauchy distribution with the median equal to zero and scale equal to one.
- CauchyDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.CauchyDistribution
-
Creates a Cauchy distribution.
- CauchyDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for CauchyDistribution.
- CauchyDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.CauchyDistributionTest
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cubic root.
- cbrt() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.complex.Complex
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.dfp.Dfp
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.util.Binary64
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.util.FieldTuple
-
Cubic root.
- cbrt() - 类中的方法 org.hipparchus.util.Tuple
-
Cubic root.
- cbrt(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the cubic root of a number.
- cbrt(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the cubic root of a number.
- Cbrt - org.hipparchus.analysis.function中的类
-
Cube root function.
- Cbrt() - 类的构造器 org.hipparchus.analysis.function.Cbrt
-
Empty constructor.
- cd() - 类中的方法 org.hipparchus.special.elliptic.jacobi.CopolarD
-
Get the value of the cd function.
- cd() - 类中的方法 org.hipparchus.special.elliptic.jacobi.FieldCopolarD
-
Get the value of the cd function.
- cdf(double, int) - 类中的方法 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
Calculates
P(D_n < d)
using the method described in [1] with quick decisions for extreme values given in [2] (see above). - cdf(double, int, boolean) - 类中的方法 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
Calculates
P(D_n < d)
using method described in [1] with quick decisions for extreme values given in [2] (see above). - cdfExact(double, int) - 类中的方法 org.hipparchus.stat.inference.KolmogorovSmirnovTest
-
Calculates
P(D_n < d)
. - ceil() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Get the smallest whole number larger than instance.
- ceil() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.complex.Complex
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.dfp.Dfp
-
Round to an integer using the round ceil mode.
- ceil() - 类中的方法 org.hipparchus.util.Binary64
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.util.FieldTuple
-
Get the smallest whole number larger than instance.
- ceil() - 类中的方法 org.hipparchus.util.Tuple
-
Get the smallest whole number larger than instance.
- ceil(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Get the smallest whole number larger than x.
- ceil(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Get the smallest whole number larger than x.
- Ceil - org.hipparchus.analysis.function中的类
-
ceil
function. - Ceil() - 类的构造器 org.hipparchus.analysis.function.Ceil
-
Empty constructor.
- ceilDiv(int, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDiv(long, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDiv(long, long) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDivExact(int, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilDivExact(long, long) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds q such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(int, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(long, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - ceilMod(long, long) - 类中的静态方法 org.hipparchus.util.FastMath
-
Finds r such that
a = q b + r
withb < r <= 0
ifb > 0
and0 <= r < b
ifb < 0
. - CENTRAL - 枚举类 中的枚举常量 org.hipparchus.util.PivotingStrategy
-
A mid point strategy based on the average of begin and end indices.
- CentroidCluster<T> - org.hipparchus.clustering中的类
-
A Cluster used by centroid-based clustering algorithms.
- CentroidCluster(Clusterable) - 类的构造器 org.hipparchus.clustering.CentroidCluster
-
Build a cluster centered at a specified point.
- centroidOf(Cluster<T>) - 类中的方法 org.hipparchus.clustering.evaluation.ClusterEvaluator
-
Computes the centroid for a cluster.
- CertifiedDataAbstractTest - org.hipparchus.stat.data中的类
- CertifiedDataAbstractTest() - 类的构造器 org.hipparchus.stat.data.CertifiedDataAbstractTest
- CertifiedDataTest - org.hipparchus.stat中的类
-
Certified data test cases.
- CertifiedDataTest() - 类的构造器 org.hipparchus.stat.CertifiedDataTest
- ChebyshevDistance - org.hipparchus.clustering.distance中的类
-
Calculates the L∞ (max of abs) distance between two points.
- ChebyshevDistance() - 类的构造器 org.hipparchus.clustering.distance.ChebyshevDistance
-
Empty constructor.
- ChebyshevDistanceTest - org.hipparchus.clustering.distance中的类
-
Tests for
ChebyshevDistance
class. - ChebyshevDistanceTest() - 类的构造器 org.hipparchus.clustering.distance.ChebyshevDistanceTest
- checkAdditionCompatible(AnyMatrix, AnyMatrix) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrices are addition compatible.
- checkAdditionCompatible(FieldMatrix<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is addition compatible with the instance.
- checkAEqualUSVt(RealMatrix) - 类中的方法 org.hipparchus.linear.SingularValueDecompositionTest
- checkAgainstDS(double, FieldUnivariateFunction) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradientAbstractTest
- checkAgainstDS(double, FieldUnivariateFunction) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1AbstractTest
- checkAgainstDS(double, FieldUnivariateFunction) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2AbstractTest
- checkAgainstDS(double, FieldUnivariateFunction) - 类中的方法 org.hipparchus.analysis.differentiation.GradientTest
- checkAgainstDS(double, FieldUnivariateFunction) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivativeAbstractTest
- checkAllTechniquesPercentile() - 类中的方法 org.hipparchus.stat.descriptive.rank.PercentileTest
- checkAndNormalize(double[]) - 类中的静态方法 org.hipparchus.distribution.EnumeratedDistribution
-
Checks to make sure that weights is neither null nor empty and contains only non-negative, finite, non-NaN values and if necessary normalizes it to sum to 1.
- checkArray(String, Fraction[], Fraction[]) - 类中的方法 org.hipparchus.linear.ArrayFieldVectorTest
-
verifies that two vectors are equals
- checkBetweenZeroAndOneIncluded(double) - 类中的静态方法 org.hipparchus.analysis.polynomials.SmoothStepFactory
-
Check that input is between [0:1].
- checkBinomial(int, int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Check binomial preconditions.
- checkClearValue(StorelessUnivariateStatistic) - 类中的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
- checkClearValue(StorelessUnivariateStatistic) - 类中的方法 org.hipparchus.stat.descriptive.summary.ProductTest
- checkClearValue(StorelessUnivariateStatistic) - 类中的方法 org.hipparchus.stat.descriptive.summary.SumLogTest
- checkClearValue(StorelessUnivariateStatistic) - 类中的方法 org.hipparchus.stat.descriptive.summary.SumSqTest
- checkClearValue(StorelessUnivariateStatistic) - 类中的方法 org.hipparchus.stat.descriptive.summary.SumTest
- checkCoeffs(double, FieldPolynomialFunction<T>, double...) - 类中的方法 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
- checkColumnIndex(int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if a column index is valid.
- checkColumnIndex(AnyMatrix, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if a column index is valid.
- checkCompatibility(DSCompiler) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Check rules set compatibility.
- checkContractExpand(double, double) - 类中的方法 org.hipparchus.util.ResizableDoubleArray
-
Checks the expansion factor and the contraction criterion and raises an exception if the contraction criterion is smaller than the expansion criterion.
- checkConvexHull(Collection<Vector2D>, ConvexHull2D) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- checkConvexHull(Collection<Vector2D>, ConvexHull2D, boolean) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- checkConvexHull(Collection<Vector2D>, ConvexHull2D, boolean, double) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- checkCovariance(RealMatrix, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkDefinition(RealMatrix) - 类中的方法 org.hipparchus.linear.ComplexEigenDecomposition
-
Check definition of the decomposition in runtime.
- checkDerivativesConsistency(FieldODEIntegrator<T>, TestFieldProblemAbstract<T>, double) - 类中的静态方法 org.hipparchus.ode.sampling.StepInterpolatorTestUtils
- checkDerivativesConsistency(ODEIntegrator, TestProblemAbstract, double, double) - 类中的静态方法 org.hipparchus.ode.sampling.StepInterpolatorTestUtils
- checkDimension(int, int) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Checks that the given dimensions match.
- checkEigenValues(double[], EigenDecompositionSymmetric, double) - 类中的方法 org.hipparchus.linear.EigenDecompositionSymmetricTest
-
Verifies that the given EigenDecomposition has eigenvalues equivalent to the targetValues, ignoring the order of the values and allowing values to differ by tolerance.
- checkEigenValues(Complex[], EigenDecompositionNonSymmetric, double) - 类中的方法 org.hipparchus.linear.EigenDecompositionNonSymmetricTest
-
Verifies that the given EigenDecomposition has eigenvalues equivalent to the targetValues, ignoring the order of the values and allowing values to differ by tolerance.
- checkEigenVector(double[], EigenDecompositionSymmetric, double) - 类中的方法 org.hipparchus.linear.EigenDecompositionSymmetricTest
-
Returns true iff eigenVector is a scalar multiple of one of the columns of ed.getV().
- checkEigenVector(Complex[], EigenDecompositionNonSymmetric, double) - 类中的方法 org.hipparchus.linear.EigenDecompositionNonSymmetricTest
-
Returns true iff eigenVector is a scalar multiple of one of the columns of ed.getV().
- checkEqualLength(double[], double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(double[], double[], boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(int[], int[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(int[], int[], boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(T[], T[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEqualLength(T[], T[], boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that both arrays have the same length.
- checkEquals(DerivativeStructure, DerivativeStructure, double) - 类中的静态方法 org.hipparchus.analysis.differentiation.DerivativeStructureTest
- checkEquals(FieldDerivativeStructure<T>, FieldDerivativeStructure<T>, double) - 类中的静态方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructureAbstractTest
- checker(ConvergenceChecker<LeastSquaresProblem.Evaluation>) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Configure the convergence checker.
- checkerPair(ConvergenceChecker<PointVectorValuePair>) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresBuilder
-
Configure the convergence checker.
- checkFinite(double) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Check that the argument is a real number.
- checkFinite(double[]) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Check that all the elements are real numbers.
- checkIdentityFieldMatrix(FieldMatrix<Fraction>) - 类中的方法 org.hipparchus.linear.MatrixUtilsTest
-
Verifies that the matrix is an identity matrix
- checkIdentityMatrix(RealMatrix) - 类中的方法 org.hipparchus.linear.MatrixUtilsTest
-
Verifies that the matrix is an identity matrix
- checkIndex(int) - 类中的方法 org.hipparchus.linear.RealVector
-
Check if an index is valid.
- checkIndices(int, int) - 类中的方法 org.hipparchus.linear.RealVector
-
Checks that the indices of a subvector are valid.
- checkInnovationCovariance(RealMatrix, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkInputEdges(double, double) - 类中的方法 org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Check that left edge is lower than right edge.
- checkInputEdges(double, double) - 类中的方法 org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Check that left edge is lower than right edge.
- checkKalmanGain(RealMatrix, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkMatrixIndex(AnyMatrix, int, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrix indices are valid.
- checkMeasurementJacobian(RealMatrix, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkMissingFastMathClasses() - 类中的方法 org.hipparchus.util.FastMathTest
- checkMultiplicationCompatible(AnyMatrix, AnyMatrix) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrices are multiplication compatible
- checkMultiplicationCompatible(FieldMatrix<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is multiplication compatible with the instance.
- checkNextPoissonConsistency(double) - 类中的方法 org.hipparchus.random.RandomDataGeneratorTest
-
Verifies that nextPoisson(mean) generates an empirical distribution of values consistent with PoissonDistributionImpl by generating 1000 values, computing a grouped frequency distribution of the observed values and comparing this distribution to the corresponding expected distribution computed using PoissonDistributionImpl.
- checkNonNegative(long[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that all entries of the input array are >= 0.
- checkNonNegative(long[][]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check all entries of the input array are >= 0.
- checkNotNaN(double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that no entry of the input array is
NaN
. - checkNotNull(Object) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkNotNull(Object, Localizable, Object...) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Checks that an object is not null.
- checkOrder(double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkOrder(double[], MathArrays.OrderDirection, boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[], MathArrays.OrderDirection, boolean, boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(T[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkOrder(T[], MathArrays.OrderDirection, boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(T[], MathArrays.OrderDirection, boolean, boolean) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that the given array is sorted.
- checkOrthogonal(RealMatrix) - 类中的方法 org.hipparchus.linear.SingularValueDecompositionTest
- checkParameters(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - 类中的静态方法 org.hipparchus.linear.PreconditionedIterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
andsolveInPlace
, and throws an exception if one of the checks fails. - checkParameters(RealLinearOperator, RealVector, RealVector) - 类中的静态方法 org.hipparchus.linear.IterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve
andsolveInPlace
, and throws an exception if one of the checks fails. - checkPoint(double) - 类中的方法 org.hipparchus.geometry.spherical.oned.Arc
-
Check a point with respect to the arc.
- checkPoint(double, double) - 类中的方法 org.hipparchus.geometry.euclidean.oned.Interval
-
Check a point with respect to the interval.
- checkPoint(BSPTree<S>, Point<S>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region starting at a given node.
- checkPoint(BSPTree<S>, Vector<S, V>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region starting at a given node.
- checkPoint(Point<S>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region.
- checkPoint(Point<S>) - 接口中的方法 org.hipparchus.geometry.partitioning.Region
-
Check a point with respect to the region.
- checkPoint(Vector<S, V>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region.
- checkPointsInsideHullRegion(Collection<Vector2D>, ConvexHull2D, boolean) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- checkPolynomial(PolynomialFunction, String) - 类中的方法 org.hipparchus.analysis.polynomials.PolynomialFunctionTest
- checkPositive(double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Check that all entries of the input array are strictly positive.
- checkRangeInclusive(double, double, double) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Checks that the given value is strictly within the range [lo, hi].
- checkRangeInclusive(long, long, long) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Checks that the given value is strictly within the range [lo, hi].
- checkRectangular(long[][]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Throws MathIllegalArgumentException if the input array is not rectangular.
- checkRelative(double, T) - 类中的方法 org.hipparchus.CalculusFieldElementAbstractTest
- checkRemoval(DescriptiveStatistics, int, double, double, double) - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatisticsTest
- checkRowIndex(int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if a row index is valid.
- checkRowIndex(AnyMatrix, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if a row index is valid.
- checkSameColumnDimension(AnyMatrix, AnyMatrix) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrices have the same number of columns.
- checkSameRowDimension(AnyMatrix, AnyMatrix) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrices have the same number of rows.
- checkSerializedEquality(Object) - 类中的静态方法 org.hipparchus.UnitTestUtils
-
Verifies that serialization preserves equals and hashCode.
- checkState(RealVector, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkStateTransitionMatrix(RealMatrix, double) - 类中的方法 org.hipparchus.filtering.kalman.Reference
- checkSubMatrixIndex(int[], int[]) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(int, int, int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int[], int[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int, int, int, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubtractionCompatible(AnyMatrix, AnyMatrix) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Check if matrices are subtraction compatible
- checkSubtractionCompatible(FieldMatrix<T>) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Check if a matrix is subtraction compatible with the instance.
- checkSymmetric(RealMatrix, double) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- checkTolerance(double) - 类中的静态方法 org.hipparchus.geometry.spherical.oned.Sphere1D
-
Check tolerance against
Sphere1D.SMALLEST_TOLERANCE
. - checkTolerance(double) - 类中的静态方法 org.hipparchus.geometry.spherical.twod.Sphere2D
-
Check tolerance against
Sphere2D.SMALLEST_TOLERANCE
. - checktype(UnivariateSolver, BaseSecantSolver.Method) - 类中的方法 org.hipparchus.analysis.solvers.BaseSecantSolverAbstractTest
- checkValue(double, double) - 类中的方法 org.hipparchus.migration.ode.ContinuousOutputModelTest
-
已过时。
- checkValue(double, double) - 类中的方法 org.hipparchus.ode.DenseOutputModelTest
- checkValue(double, double) - 类中的方法 org.hipparchus.ode.FieldDenseOutputModelTest
- checkVarianceConsistency(OLSMultipleLinearRegression) - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegressionTest
-
Verifies that calculateYVariance and calculateResidualVariance return consistent values with direct variance computation from Y, residuals, respectively.
- checkVectorDimensions(int) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - 类中的方法 org.hipparchus.linear.RealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(int) - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(FieldVector<T>) - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(RealVector) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(RealVector) - 类中的方法 org.hipparchus.linear.RealVector
-
Check if instance and specified vectors have the same dimension.
- chiSquare(double[], long[]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
- chiSquare(double[], long[]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
- chiSquare(double[], long[]) - 类中的静态方法 org.hipparchus.UnitTestUtils
-
Returns chi-square test statistic for expected and observed arrays.
- chiSquare(long[][]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Computes the Chi-Square statistic associated with a chi-square test of independence based on the input
counts
array, viewed as a two-way table. - chiSquare(long[][]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Computes the Chi-Square statistic associated with a chi-square test of independence based on the input
counts
array, viewed as a two-way table. - chiSquareDataSetsComparison(long[], long[]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Computes a Chi-Square two sample test statistic comparing bin frequency counts in
observed1
andobserved2
. - chiSquareDataSetsComparison(long[], long[]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Computes a Chi-Square two sample test statistic comparing bin frequency counts in
observed1
andobserved2
. - ChiSquaredDistribution - org.hipparchus.distribution.continuous中的类
-
Implementation of the chi-squared distribution.
- ChiSquaredDistribution(double) - 类的构造器 org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom.
- ChiSquaredDistribution(double, double) - 类的构造器 org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom and inverse cumulative probability accuracy.
- ChiSquaredDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for
ChiSquaredDistribution
. - ChiSquaredDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.ChiSquaredDistributionTest
- chiSquareTest(double[], long[]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Returns the observed significance level, or p-value, associated with a Chi-square goodness of fit test comparing the
observed
frequency counts to those in theexpected
array. - chiSquareTest(double[], long[]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Returns the observed significance level, or p-value, associated with a Chi-square goodness of fit test comparing the
observed
frequency counts to those in theexpected
array. - chiSquareTest(double[], long[]) - 类中的静态方法 org.hipparchus.UnitTestUtils
-
Returns p-value associated with null hypothesis that observed counts follow expected distribution.
- chiSquareTest(double[], long[], double) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Performs a Chi-square goodness of fit test evaluating the null hypothesis that the observed counts conform to the frequency distribution described by the expected counts, with significance level
alpha
. - chiSquareTest(double[], long[], double) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Performs a Chi-square goodness of fit test evaluating the null hypothesis that the observed counts conform to the frequency distribution described by the expected counts, with significance level
alpha
. - chiSquareTest(long[][]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Returns the observed significance level, or p-value, associated with a chi-square test of independence based on the input
counts
array, viewed as a two-way table. - chiSquareTest(long[][]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Returns the observed significance level, or p-value, associated with a chi-square test of independence based on the input
counts
array, viewed as a two-way table. - chiSquareTest(long[][], double) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Performs a chi-square test of independence evaluating the null hypothesis that the classifications represented by the counts in the columns of the input 2-way table are independent of the rows, with significance level
alpha
. - chiSquareTest(long[][], double) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Performs a chi-square test of independence evaluating the null hypothesis that the classifications represented by the counts in the columns of the input 2-way table are independent of the rows, with significance level
alpha
. - ChiSquareTest - org.hipparchus.stat.inference中的类
-
Implements Chi-Square test statistics.
- ChiSquareTest() - 类的构造器 org.hipparchus.stat.inference.ChiSquareTest
-
Empty constructor.
- chiSquareTestDataSetsComparison(long[], long[]) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Returns the observed significance level, or p-value, associated with a Chi-Square two sample test comparing bin frequency counts in
observed1
andobserved2
. - chiSquareTestDataSetsComparison(long[], long[]) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Returns the observed significance level, or p-value, associated with a Chi-Square two sample test comparing bin frequency counts in
observed1
andobserved2
. - chiSquareTestDataSetsComparison(long[], long[], double) - 类中的方法 org.hipparchus.stat.inference.ChiSquareTest
-
Performs a Chi-Square two sample test comparing two binned data sets.
- chiSquareTestDataSetsComparison(long[], long[], double) - 类中的静态方法 org.hipparchus.stat.inference.InferenceTestUtils
-
Performs a Chi-Square two sample test comparing two binned data sets.
- ChiSquareTestTest - org.hipparchus.stat.inference中的类
-
Test cases for the ChiSquareTestImpl class.
- ChiSquareTestTest() - 类的构造器 org.hipparchus.stat.inference.ChiSquareTestTest
- CholeskyDecomposer - org.hipparchus.linear中的类
-
Matrix decomposer using Cholseky decomposition.
- CholeskyDecomposer(double, double) - 类的构造器 org.hipparchus.linear.CholeskyDecomposer
-
Creates a Cholesky decomposer with specify threshold for several matrices.
- CholeskyDecomposition - org.hipparchus.linear中的类
-
Calculates the Cholesky decomposition of a matrix.
- CholeskyDecomposition(RealMatrix) - 类的构造器 org.hipparchus.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- CholeskyDecomposition(RealMatrix, double, double) - 类的构造器 org.hipparchus.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- CholeskyDecompositionTest - org.hipparchus.linear中的类
- CholeskyDecompositionTest() - 类的构造器 org.hipparchus.linear.CholeskyDecompositionTest
- CholeskySolverTest - org.hipparchus.linear中的类
- CholeskySolverTest() - 类的构造器 org.hipparchus.linear.CholeskySolverTest
- Circle - org.hipparchus.geometry.spherical.twod中的类
-
This class represents an oriented great circle on the 2-sphere.
- Circle(Vector3D, double) - 类的构造器 org.hipparchus.geometry.spherical.twod.Circle
-
Build a great circle from its pole.
- Circle(Circle) - 类的构造器 org.hipparchus.geometry.spherical.twod.Circle
-
Copy constructor.
- Circle(S2Point, S2Point, double) - 类的构造器 org.hipparchus.geometry.spherical.twod.Circle
-
Build a great circle from two non-aligned points.
- CircleScalar - org.hipparchus.optim.nonlinear.scalar.gradient中的类
-
Class used in the tests.
- CircleScalar() - 类的构造器 org.hipparchus.optim.nonlinear.scalar.gradient.CircleScalar
- CircleTest - org.hipparchus.geometry.spherical.twod中的类
- CircleTest() - 类的构造器 org.hipparchus.geometry.spherical.twod.CircleTest
- clamp(double, double, double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(float, float, float) - 类中的静态方法 org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(int, int, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(long, int, int) - 类中的静态方法 org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clamp(long, long, long) - 类中的静态方法 org.hipparchus.util.FastMath
-
Clamp a value within an interval.
- clampInput(double, double, double) - 类中的方法 org.hipparchus.analysis.polynomials.SmoothStepFactory.SmoothStepFunction
-
Clamp input between edges.
- clampInput(double, double, T) - 类中的方法 org.hipparchus.analysis.polynomials.SmoothStepFactory.FieldSmoothStepFunction
-
Clamp input between edges.
- CLASS_DOESNT_IMPLEMENT_COMPARABLE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CLASS_DOESNT_IMPLEMENT_COMPARABLE.
- CLASS_DOESNT_IMPLEMENT_COMPARABLE - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。CLASS_DOESNT_IMPLEMENT_COMPARABLE.
- ClassicalRungeKuttaFieldIntegrator<T> - org.hipparchus.ode.nonstiff中的类
-
This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).
- ClassicalRungeKuttaFieldIntegrator(Field<T>, T) - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegrator
-
Simple constructor.
- ClassicalRungeKuttaFieldIntegratorTest - org.hipparchus.ode.nonstiff中的类
- ClassicalRungeKuttaFieldIntegratorTest() - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegratorTest
- ClassicalRungeKuttaFieldStateInterpolatorTest - org.hipparchus.ode.nonstiff中的类
- ClassicalRungeKuttaFieldStateInterpolatorTest() - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldStateInterpolatorTest
- ClassicalRungeKuttaIntegrator - org.hipparchus.ode.nonstiff中的类
-
This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most often used Runge-Kutta method).
- ClassicalRungeKuttaIntegrator(double) - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegrator
-
Simple constructor.
- ClassicalRungeKuttaIntegratorTest - org.hipparchus.ode.nonstiff中的类
- ClassicalRungeKuttaIntegratorTest() - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegratorTest
- ClassicalRungeKuttaStateInterpolatorTest - org.hipparchus.ode.nonstiff中的类
- ClassicalRungeKuttaStateInterpolatorTest() - 类的构造器 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
- classify() - 类中的方法 org.hipparchus.dfp.Dfp
-
Returns the type - one of FINITE, INFINITE, SNAN, QNAN.
- clear() - 类中的方法 org.hipparchus.fitting.WeightedObservedPoints
-
Removes all observations from this container.
- clear() - 类中的方法 org.hipparchus.optim.BaseMultiStartMultivariateOptimizer
-
Method that will called in order to clear all stored optima.
- clear() - 类中的方法 org.hipparchus.optim.nonlinear.scalar.MultiStartMultivariateOptimizer
-
Method that will called in order to clear all stored optima.
- clear() - 类中的方法 org.hipparchus.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatistics
-
Resets all statistics and storage.
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.GeometricMean
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.Kurtosis
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.Mean
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.SecondMoment
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.Skewness
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.StandardDeviation
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.moment.Variance
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.MultivariateSummaryStatistics
-
Resets all statistics and storage.
- clear() - 类中的方法 org.hipparchus.stat.descriptive.rank.Max
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.rank.Min
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.rank.PSquarePercentile
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.rank.RandomPercentile
- clear() - 接口中的方法 org.hipparchus.stat.descriptive.StorelessMultivariateStatistic
-
Clears the internal state of the statistic.
- clear() - 接口中的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatistic
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.StreamingStatistics
-
Resets all statistics and storage.
- clear() - 类中的方法 org.hipparchus.stat.descriptive.summary.Product
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.summary.Sum
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.summary.SumOfLogs
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.summary.SumOfSquares
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.vector.VectorialCovariance
-
Clears the internal state of the Statistic
- clear() - 类中的方法 org.hipparchus.stat.descriptive.vector.VectorialStorelessStatistic
-
Clears the internal state of the statistic.
- clear() - 类中的方法 org.hipparchus.stat.Frequency
-
Clears the frequency table
- clear() - 类中的方法 org.hipparchus.stat.regression.MillerUpdatingRegression
-
As the name suggests, clear wipes the internals and reorders everything in the canonical order.
- clear() - 类中的方法 org.hipparchus.stat.regression.SimpleRegression
-
Clears all data from the model.
- clear() - 接口中的方法 org.hipparchus.stat.regression.UpdatingMultipleLinearRegression
-
Clears internal buffers and resets the regression model.
- clear() - 类中的方法 org.hipparchus.util.ResizableDoubleArray
-
Clear the array contents, resetting the number of elements to zero.
- clearCache() - 类中的方法 org.hipparchus.random.AbstractWell
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.ISAACRandom
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.JDKRandomGenerator
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.MersenneTwister
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well1024a
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well19937a
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well19937c
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well44497a
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well44497b
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearCache() - 类中的方法 org.hipparchus.random.Well512a
-
Clears the cache used by the default implementation of
RandomGenerator.nextGaussian()
. - clearEventDetectors() - 类中的方法 org.hipparchus.ode.AbstractFieldIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearEventDetectors() - 类中的方法 org.hipparchus.ode.AbstractIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearEventDetectors() - 接口中的方法 org.hipparchus.ode.FieldODEIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearEventDetectors() - 接口中的方法 org.hipparchus.ode.ODEIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearIEEEFlags() - 类中的方法 org.hipparchus.dfp.DfpField
-
Clears the IEEE 854 status flags.
- clearStepEndHandlers() - 类中的方法 org.hipparchus.ode.AbstractFieldIntegrator
-
Remove all the handlers for step ends that have been added to the integrator.
- clearStepEndHandlers() - 类中的方法 org.hipparchus.ode.AbstractIntegrator
-
Remove all the handlers for step ends that have been added to the integrator.
- clearStepEndHandlers() - 接口中的方法 org.hipparchus.ode.FieldODEIntegrator
-
Remove all the handlers for step ends that have been added to the integrator.
- clearStepEndHandlers() - 接口中的方法 org.hipparchus.ode.ODEIntegrator
-
Remove all the handlers for step ends that have been added to the integrator.
- clearStepHandlers() - 类中的方法 org.hipparchus.ode.AbstractFieldIntegrator
-
Remove all the step handlers that have been added to the integrator.
- clearStepHandlers() - 类中的方法 org.hipparchus.ode.AbstractIntegrator
-
Remove all the step handlers that have been added to the integrator.
- clearStepHandlers() - 接口中的方法 org.hipparchus.ode.FieldODEIntegrator
-
Remove all the step handlers that have been added to the integrator.
- clearStepHandlers() - 接口中的方法 org.hipparchus.ode.ODEIntegrator
-
Remove all the step handlers that have been added to the integrator.
- ClopperPearsonIntervalTest - org.hipparchus.stat.interval中的类
-
Test cases for the ClopperPearsonInterval.
- ClopperPearsonIntervalTest() - 类的构造器 org.hipparchus.stat.interval.ClopperPearsonIntervalTest
- CLOSE_VERTICES - 枚举类 中的枚举常量 org.hipparchus.geometry.LocalizedGeometryFormats
-
CLOSE_VERTICES.
- CLOSE_VERTICES - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CLOSE_VERTICES.
- closeEvents() - 类中的方法 org.hipparchus.ode.events.DetectorBasedEventStateTest
- CloseEventsTest - org.hipparchus.ode.events中的类
-
Check events are detected correctly when the event times are close.
- CloseEventsTest() - 类的构造器 org.hipparchus.ode.events.CloseEventsTest
- CloseEventsTest.Equation - org.hipparchus.ode.events中的类
-
Some basic equations to integrate.
- CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT - 枚举类 中的枚举常量 org.hipparchus.geometry.LocalizedGeometryFormats
-
CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT.
- CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CLOSEST_ORTHOGONAL_MATRIX_HAS_NEGATIVE_DETERMINANT.
- closestPoint(FieldLine<T>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldLine
-
Compute the point of the instance closest to another line.
- closestPoint(Line) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Line
-
Compute the point of the instance closest to another line.
- cluster(Collection<T>) - 类中的方法 org.hipparchus.clustering.Clusterer
-
Perform a cluster analysis on the given set of
Clusterable
instances. - cluster(Collection<T>) - 类中的方法 org.hipparchus.clustering.DBSCANClusterer
-
Performs DBSCAN cluster analysis.
- cluster(Collection<T>) - 类中的方法 org.hipparchus.clustering.FuzzyKMeansClusterer
-
Performs Fuzzy K-Means cluster analysis.
- cluster(Collection<T>) - 类中的方法 org.hipparchus.clustering.KMeansPlusPlusClusterer
-
Runs the K-means++ clustering algorithm.
- cluster(Collection<T>) - 类中的方法 org.hipparchus.clustering.MultiKMeansPlusPlusClusterer
-
Runs the K-means++ clustering algorithm.
- Cluster<T> - org.hipparchus.clustering中的类
-
Cluster holding a set of
Clusterable
points. - Cluster() - 类的构造器 org.hipparchus.clustering.Cluster
-
Build a cluster centered at a specified point.
- Clusterable - org.hipparchus.clustering中的接口
-
Interface for n-dimensional points that can be clustered together.
- ClusterAlgorithmComparison - org.hipparchus.samples中的类
-
Plots clustering results for various algorithms and datasets.
- ClusterAlgorithmComparison() - 类的构造器 org.hipparchus.samples.ClusterAlgorithmComparison
-
Empty constructor.
- ClusterAlgorithmComparison.ClusterPlot - org.hipparchus.samples中的类
-
Plot component.
- ClusterAlgorithmComparison.Display - org.hipparchus.samples中的类
-
Display frame.
- Clusterer<T> - org.hipparchus.clustering中的类
-
Base class for clustering algorithms.
- Clusterer(DistanceMeasure) - 类的构造器 org.hipparchus.clustering.Clusterer
-
Build a new clusterer with the given
DistanceMeasure
. - ClusterEvaluator<T> - org.hipparchus.clustering.evaluation中的类
-
Base class for cluster evaluation methods.
- ClusterEvaluator() - 类的构造器 org.hipparchus.clustering.evaluation.ClusterEvaluator
-
Creates a new cluster evaluator with an
EuclideanDistance
as distance measure. - ClusterEvaluator(DistanceMeasure) - 类的构造器 org.hipparchus.clustering.evaluation.ClusterEvaluator
-
Creates a new cluster evaluator with the given distance measure.
- ClusterPlot(List<? extends Cluster<DoublePoint>>, long) - 类的构造器 org.hipparchus.samples.ClusterAlgorithmComparison.ClusterPlot
-
Simple constructor.
- CMAESOptimizer - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex, non-smooth, global function minimization.
- CMAESOptimizer(int, double, boolean, int, int, RandomGenerator, boolean, ConvergenceChecker<PointValuePair>) - 类的构造器 org.hipparchus.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
Simple constructor.
- CMAESOptimizer.PopulationSize - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
Population size.
- CMAESOptimizer.Sigma - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
Input sigma values.
- CMAESOptimizerTest - org.hipparchus.optim.nonlinear.scalar.noderiv中的类
-
Test for
CMAESOptimizer
. - CMAESOptimizerTest() - 类的构造器 org.hipparchus.optim.nonlinear.scalar.noderiv.CMAESOptimizerTest
- cn() - 类中的方法 org.hipparchus.special.elliptic.jacobi.CopolarN
-
Get the value of the cn function.
- cn() - 类中的方法 org.hipparchus.special.elliptic.jacobi.FieldCopolarN
-
Get the value of the cn function.
- coefficientTolerance - 类中的变量 org.hipparchus.analysis.interpolation.UnivariateInterpolatorAbstractTest
-
error tolerance for interpolating polynomial coefficients
- col - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- collector(BivariateFunction, double) - 类中的静态方法 org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- collector(BivariateFunction, UnivariateFunction, double) - 类中的静态方法 org.hipparchus.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- colMatrix - 类中的变量 org.hipparchus.linear.MatrixUtilsTest
- COLUMN_INDEX - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
COLUMN_INDEX.
- COLUMN_INDEX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。COLUMN_INDEX.
- COLUMN_INDEX_OUT_OF_RANGE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。COLUMN_INDEX_OUT_OF_RANGE.
- COLUMN_INDEX_OUT_OF_RANGE - 枚举类 中的枚举常量 org.hipparchus.migration.LocalizedMigrationFormats
-
已过时。COLUMN_INDEX_OUT_OF_RANGE.
- Combinations - org.hipparchus.util中的类
-
Utility to create combinations
(n, k)
ofk
elements in a set ofn
elements. - Combinations(int, int) - 类的构造器 org.hipparchus.util.Combinations
-
Creates an instance whose range is the k-element subsets of {0, ..., n - 1} represented as
int[]
arrays. - combinationsIterator(int, int) - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils
-
Returns an iterator whose range is the k-element subsets of {0, ..., n - 1} represented as
int[]
arrays. - CombinationsTest - org.hipparchus.util中的类
-
Tests for the
Combinations
class. - CombinationsTest() - 类的构造器 org.hipparchus.util.CombinationsTest
- CombinatoricsUtils - org.hipparchus.util中的类
-
Combinatorial utilities.
- CombinatoricsUtils.FactorialLog - org.hipparchus.util中的类
-
Class for computing the natural logarithm of the factorial of
n
. - CombinatoricsUtilsTest - org.hipparchus.util中的类
-
Test cases for the
CombinatoricsUtils
class. - CombinatoricsUtilsTest() - 类的构造器 org.hipparchus.util.CombinatoricsUtilsTest
- combine(double, double, RealVector) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Returns a new vector representing
a * this + b * y
, the linear combination ofthis
andy
. - combine(double, double, RealVector) - 类中的方法 org.hipparchus.linear.RealVector
-
Returns a new vector representing
a * this + b * y
, the linear combination ofthis
andy
. - combine(BivariateFunction, UnivariateFunction, UnivariateFunction) - 类中的静态方法 org.hipparchus.analysis.FunctionUtils
-
Returns the univariate function
h(x) = combiner(f(x), g(x)).
- combineToSelf(double, double, RealVector) - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Updates
this
with the linear combination ofthis
andy
. - combineToSelf(double, double, RealVector) - 类中的方法 org.hipparchus.linear.RealVector
-
Updates
this
with the linear combination ofthis
andy
. - comparator() - 类中的方法 org.hipparchus.util.Combinations
-
Defines a lexicographic ordering of combinations.
- compare(Complex, Complex) - 类中的方法 org.hipparchus.complex.ComplexComparator
-
Compare two complex numbers, using real ordering as the primary sort order and imaginary ordering as the secondary sort order.
- compareTo(double, double, double) - 类中的静态方法 org.hipparchus.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(double, double, int) - 类中的静态方法 org.hipparchus.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
- compareTo(UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
- compareTo(Complex) - 类中的方法 org.hipparchus.complex.Complex
- compareTo(BigFraction) - 类中的方法 org.hipparchus.fraction.BigFraction
-
Compares this object to another based on size.
- compareTo(Fraction) - 类中的方法 org.hipparchus.fraction.Fraction
-
Compares this object to another based on size.
- compareTo(BigReal) - 类中的方法 org.hipparchus.util.BigReal
- compareTo(Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
The current implementation returns the same value as
new Double(this.doubleValue()).compareTo(new Double(o.doubleValue()))
- complainIfNotSupported(String) - 类中的方法 org.hipparchus.ode.AbstractParameterizable
-
Check if a parameter is supported and throw an IllegalArgumentException if not.
- complement(int) - 类中的方法 org.hipparchus.dfp.Dfp
-
Negate the mantissa of this by computing the complement.
- Complex - org.hipparchus.complex中的类
-
Representation of a Complex number, i.e. a number which has both a real and imaginary part.
- Complex(double) - 类的构造器 org.hipparchus.complex.Complex
-
Create a complex number given only the real part.
- Complex(double, double) - 类的构造器 org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- COMPLEX_CANNOT_BE_CONSIDERED_A_REAL_NUMBER - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
COMPLEX_CANNOT_BE_CONSIDERED_A_REAL_NUMBER.
- ComplexComparator - org.hipparchus.complex中的类
-
Comparator for Complex Numbers.
- ComplexComparator() - 类的构造器 org.hipparchus.complex.ComplexComparator
-
Empty constructor.
- ComplexComparatorTest - org.hipparchus.complex中的类
- ComplexComparatorTest() - 类的构造器 org.hipparchus.complex.ComplexComparatorTest
- ComplexEigenDecomposition - org.hipparchus.linear中的类
-
Given a matrix A, it computes a complex eigen decomposition AV = VD.
- ComplexEigenDecomposition(RealMatrix) - 类的构造器 org.hipparchus.linear.ComplexEigenDecomposition
-
Constructor for decomposition.
- ComplexEigenDecomposition(RealMatrix, double, double, double) - 类的构造器 org.hipparchus.linear.ComplexEigenDecomposition
-
Constructor for decomposition.
- ComplexEigenDecompositionTest - org.hipparchus.linear中的类
- ComplexEigenDecompositionTest() - 类的构造器 org.hipparchus.linear.ComplexEigenDecompositionTest
- ComplexField - org.hipparchus.complex中的类
-
Representation of the complex numbers field.
- ComplexFieldTest - org.hipparchus.complex中的类
- ComplexFieldTest() - 类的构造器 org.hipparchus.complex.ComplexFieldTest
- ComplexFormat - org.hipparchus.complex中的类
-
Formats a Complex number in cartesian format "Re(c) + Im(c)i".
- ComplexFormat() - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with the default imaginary character, 'i', and the default number format for both real and imaginary parts.
- ComplexFormat(String) - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and the default number format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat) - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and a custom number format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat, NumberFormat) - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom imaginary character, a custom number format for the real part, and a custom number format for the imaginary part.
- ComplexFormat(NumberFormat) - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom number format for both real and imaginary parts.
- ComplexFormat(NumberFormat, NumberFormat) - 类的构造器 org.hipparchus.complex.ComplexFormat
-
Create an instance with a custom number format for the real part and a custom number format for the imaginary part.
- ComplexFormatAbstractTest - org.hipparchus.complex中的类
- ComplexFormatAbstractTest() - 类的构造器 org.hipparchus.complex.ComplexFormatAbstractTest
- ComplexFormatTest - org.hipparchus.complex中的类
- ComplexFormatTest() - 类的构造器 org.hipparchus.complex.ComplexFormatTest
- ComplexODEConverter - org.hipparchus.ode中的类
-
This class converts
complex Ordinary Differential Equations
intoreal ones
. - ComplexODEConverter() - 类的构造器 org.hipparchus.ode.ComplexODEConverter
-
Empty constructor.
- ComplexODEConverterTest - org.hipparchus.ode中的类
- ComplexODEConverterTest() - 类的构造器 org.hipparchus.ode.ComplexODEConverterTest
- ComplexODEState - org.hipparchus.ode中的类
-
Container for time, main and secondary state vectors.
- ComplexODEState(double, Complex[]) - 类的构造器 org.hipparchus.ode.ComplexODEState
-
Simple constructor.
- ComplexODEState(double, Complex[], Complex[][]) - 类的构造器 org.hipparchus.ode.ComplexODEState
-
Simple constructor.
- ComplexODEStateAndDerivative - org.hipparchus.ode中的类
-
Container for time, main and secondary state vectors as well as their derivatives.
- ComplexODEStateAndDerivative(double, Complex[], Complex[]) - 类的构造器 org.hipparchus.ode.ComplexODEStateAndDerivative
-
Simple constructor.
- ComplexODEStateAndDerivative(double, Complex[], Complex[], Complex[][], Complex[][]) - 类的构造器 org.hipparchus.ode.ComplexODEStateAndDerivative
-
Simple constructor.
- ComplexOrdinaryDifferentialEquation - org.hipparchus.ode中的接口
-
This interface represents a first order differential equations set for
complex state
. - ComplexSecondaryODE - org.hipparchus.ode中的接口
-
This interface allows users to add secondary differential equations to a primary set of differential equations.
- ComplexTest - org.hipparchus.complex中的类
- ComplexTest() - 类的构造器 org.hipparchus.complex.ComplexTest
- ComplexTest.TestComplex - org.hipparchus.complex中的类
-
Class to test extending Complex
- ComplexUnivariateIntegrator - org.hipparchus.complex中的类
-
Wrapper to perform univariate complex integration using an underlying real integration algorithms.
- ComplexUnivariateIntegrator(UnivariateIntegrator) - 类的构造器 org.hipparchus.complex.ComplexUnivariateIntegrator
-
Crate a complex integrator from a real integrator.
- ComplexUnivariateIntegratorTest - org.hipparchus.complex中的类
- ComplexUnivariateIntegratorTest() - 类的构造器 org.hipparchus.complex.ComplexUnivariateIntegratorTest
- ComplexUtils - org.hipparchus.complex中的类
-
Static implementations of common
Complex
utilities functions. - ComplexUtilsTest - org.hipparchus.complex中的类
- ComplexUtilsTest() - 类的构造器 org.hipparchus.complex.ComplexUtilsTest
- compose(double...) - 接口中的方法 org.hipparchus.analysis.differentiation.Derivative
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Compute composition of the instance by a univariate function.
- compose(double...) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Compute composition of the instance by a univariate function.
- compose(double[], int, double[], double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(FieldTaylorMap<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldTaylorMap
-
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
- compose(TaylorMap) - 类中的方法 org.hipparchus.analysis.differentiation.TaylorMap
-
Compose the instance with another Taylor map as \(\mathrm{this} \circ \mathrm{other}\).
- compose(UnivariateDifferentiableFunction...) - 类中的静态方法 org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- compose(UnivariateFunction...) - 类中的静态方法 org.hipparchus.analysis.FunctionUtils
-
Composes functions.
- compose(FieldRotation<T>, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldRotation
-
Compose the instance with another rotation.
- compose(Rotation, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldRotation
-
Compose the instance with another rotation.
- compose(Rotation, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Rotation
-
Compose the instance with another rotation.
- compose(T...) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(T[], int, double[], T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(T[], int, T[], T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(T, T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Compute composition of the instance by a function.
- compose(T, T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Compute composition of the instance by a function.
- compose(T, T, T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Compute composition of the instance by a function.
- composeInverse(FieldRotation<T>, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldRotation
-
Compose the inverse of the instance with another rotation.
- composeInverse(Rotation, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldRotation
-
Compose the inverse of the instance with another rotation.
- composeInverse(Rotation, RotationConvention) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Rotation
-
Compose the inverse of the instance with another rotation.
- CompositeFormat - org.hipparchus.util中的类
-
Base class for formatters of composite objects (complex numbers, vectors ...).
- compute(double[], double[]) - 类中的方法 org.hipparchus.clustering.distance.CanberraDistance
-
Compute the distance between two n-dimensional vectors.
- compute(double[], double[]) - 类中的方法 org.hipparchus.clustering.distance.ChebyshevDistance
-
Compute the distance between two n-dimensional vectors.
- compute(double[], double[]) - 接口中的方法 org.hipparchus.clustering.distance.DistanceMeasure
-
Compute the distance between two n-dimensional vectors.
- compute(double[], double[]) - 类中的方法 org.hipparchus.clustering.distance.EarthMoversDistance
-
Compute the distance between two n-dimensional vectors.
- compute(double[], double[]) - 类中的方法 org.hipparchus.clustering.distance.EuclideanDistance
-
Compute the distance between two n-dimensional vectors.
- compute(double[], double[]) - 类中的方法 org.hipparchus.clustering.distance.ManhattanDistance
-
Compute the distance between two n-dimensional vectors.
- compute(MathArrays.Function) - 类中的方法 org.hipparchus.util.ResizableDoubleArray
-
Performs an operation on the addressable elements of the array.
- computeCoefficients() - 类中的方法 org.hipparchus.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Calculate the coefficients of Lagrange polynomial from the interpolation data.
- computeCoefficients() - 类中的方法 org.hipparchus.analysis.polynomials.PolynomialFunctionNewtonForm
-
Calculate the normal polynomial coefficients given the Newton form.
- computeCorrelationMatrix(double[][]) - 类中的方法 org.hipparchus.stat.correlation.KendallsCorrelation
-
Computes the Kendall's Tau rank correlation matrix for the columns of the input rectangular array.
- computeCorrelationMatrix(double[][]) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelation
-
Computes the correlation matrix for the columns of the input rectangular array.
- computeCorrelationMatrix(double[][]) - 类中的方法 org.hipparchus.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation matrix for the columns of the input rectangular array.
- computeCorrelationMatrix(RealMatrix) - 类中的方法 org.hipparchus.stat.correlation.KendallsCorrelation
-
Computes the Kendall's Tau rank correlation matrix for the columns of the input matrix.
- computeCorrelationMatrix(RealMatrix) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelation
-
Computes the correlation matrix for the columns of the input matrix, using
PearsonsCorrelation.correlation(double[], double[])
. - computeCorrelationMatrix(RealMatrix) - 类中的方法 org.hipparchus.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation matrix for the columns of the input matrix.
- computeCovarianceMatrix(double[][]) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Create a covariance matrix from a rectangular array whose columns represent covariates.
- computeCovarianceMatrix(double[][], boolean) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Compute a covariance matrix from a rectangular array whose columns represent covariates.
- computeCovarianceMatrix(RealMatrix) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns represent covariates.
- computeCovarianceMatrix(RealMatrix, boolean) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Compute a covariance matrix from a matrix whose columns represent covariates.
- computeDerivatives(double, double[]) - 接口中的方法 org.hipparchus.migration.ode.FirstOrderDifferentialEquations
-
已过时。Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.AbstractIntegrator
-
Compute the derivatives and check the number of evaluations.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.events.CloseEventsTest.Equation
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.events.OverlappingEventsTest
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.events.VariableCheckInterval
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.ExpandableODE
-
Get the current time derivative of the complete state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.FirstOrderConverter
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.nonstiff.StepProblem
- computeDerivatives(double, double[]) - 接口中的方法 org.hipparchus.ode.OrdinaryDifferentialEquation
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.sampling.StepNormalizerOutputTestBase
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[]) - 类中的方法 org.hipparchus.ode.TestProblemAbstract
- computeDerivatives(double, double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.FirstOrderDifferentialEquations
-
已过时。Get the current time derivative of the state vector.
- computeDerivatives(double, double[], double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.SecondaryEquations
-
已过时。Compute the derivatives related to the secondary state parameters.
- computeDerivatives(double, double[], double[], double[]) - 接口中的方法 org.hipparchus.ode.SecondaryODE
-
Compute the derivatives related to the secondary state parameters.
- computeDerivatives(double, double[], double[], double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.SecondaryEquations
-
已过时。Compute the derivatives related to the secondary state parameters.
- computeDerivatives(double, Complex[]) - 接口中的方法 org.hipparchus.ode.ComplexOrdinaryDifferentialEquation
-
Get the current time derivative of the state vector.
- computeDerivatives(double, Complex[], Complex[], Complex[]) - 接口中的方法 org.hipparchus.ode.ComplexSecondaryODE
-
Compute the derivatives related to the secondary state parameters.
- computeDerivatives(Binary64, Binary64[]) - 类中的方法 org.hipparchus.ode.events.FieldCloseEventsTest.EquationODE
- computeDerivatives(Binary64, Binary64[]) - 类中的方法 org.hipparchus.ode.events.FieldVariableCheckInterval
-
Get the current time derivative of the state vector.
- computeDerivatives(T, T[]) - 类中的方法 org.hipparchus.ode.AbstractFieldIntegrator
-
Compute the derivatives and check the number of evaluations.
- computeDerivatives(T, T[]) - 类中的方法 org.hipparchus.ode.FieldExpandableODE
-
Get the current time derivative of the complete state vector.
- computeDerivatives(T, T[]) - 接口中的方法 org.hipparchus.ode.FieldOrdinaryDifferentialEquation
-
Get the current time derivative of the state vector.
- computeDerivatives(T, T[]) - 类中的方法 org.hipparchus.ode.nonstiff.Ellipse
- computeDerivatives(T, T[]) - 类中的方法 org.hipparchus.ode.nonstiff.StepFieldProblem
- computeDerivatives(T, T[]) - 类中的方法 org.hipparchus.ode.TestFieldProblemAbstract
-
Get the current time derivative of the state vector.
- computeDerivatives(T, T[], T[], T[]) - 接口中的方法 org.hipparchus.ode.FieldSecondaryODE
-
Compute the derivatives related to the secondary state parameters.
- computeDividedDifference(double[], double[]) - 类中的静态方法 org.hipparchus.analysis.interpolation.DividedDifferenceInterpolator
-
Return a copy of the divided difference array.
- computeExp(Dfp, Dfp) - 类中的静态方法 org.hipparchus.dfp.DfpField
-
Compute exp(a).
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.euclidean.oned.IntervalsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.euclidean.threed.PolyhedronsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.euclidean.twod.PolygonsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Compute some geometrical properties.
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.spherical.oned.ArcsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - 类中的方法 org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet
-
Compute some geometrical properties.
- computeInnovationCovarianceMatrix(RealMatrix, RealMatrix) - 类中的方法 org.hipparchus.filtering.kalman.AbstractKalmanFilter
-
Compute innovation covariance matrix.
- computeInterpolatedStateAndDerivatives(EquationsMapper, double, double, double, double) - 类中的方法 org.hipparchus.ode.sampling.AbstractODEStateInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInterpolatedStateAndDerivatives(EquationsMapper, double, double, double, double) - 类中的方法 org.hipparchus.ode.sampling.DummyStepInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInterpolatedStateAndDerivatives(FieldEquationsMapper<T>, T, T, T, T) - 类中的方法 org.hipparchus.ode.sampling.AbstractFieldODEStateInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInterpolatedStateAndDerivatives(FieldEquationsMapper<T>, T, T, T, T) - 类中的方法 org.hipparchus.ode.sampling.DummyFieldStepInterpolator
- computeJacobian(double[]) - 接口中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.ValueAndJacobianFunction
-
Compute the Jacobian.
- computeLn(Dfp, Dfp, Dfp) - 类中的静态方法 org.hipparchus.dfp.DfpField
-
Compute ln(a).
- computeMainStateJacobian(double, double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.MainStateJacobianProvider
-
已过时。Compute the jacobian matrix of ODE with respect to main state.
- computeMainStateJacobian(double, double[], double[]) - 接口中的方法 org.hipparchus.ode.ODEJacobiansProvider
-
Compute the Jacobian matrix of ODE with respect to state.
- computeObjectiveGradient(double[]) - 类中的方法 org.hipparchus.optim.nonlinear.scalar.GradientMultivariateOptimizer
-
Compute the gradient vector.
- computeObjectiveValue(double) - 类中的方法 org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator
-
Compute the objective function value.
- computeObjectiveValue(double) - 类中的方法 org.hipparchus.analysis.solvers.BaseAbstractUnivariateSolver
-
Compute the objective function value.
- computeObjectiveValue(double) - 类中的方法 org.hipparchus.optim.univariate.UnivariateOptimizer
-
Computes the objective function value.
- computeObjectiveValue(double[]) - 类中的方法 org.hipparchus.optim.nonlinear.scalar.MultivariateOptimizer
-
Computes the objective function value.
- computeObjectiveValue(T) - 类中的方法 org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator
-
Compute the objective function value.
- computeObjectiveValueAndDerivative(double) - 类中的方法 org.hipparchus.analysis.solvers.AbstractUnivariateDifferentiableSolver
-
Compute the objective function value.
- computeParameterJacobian(double, double[], double[], String) - 接口中的方法 org.hipparchus.migration.ode.ParameterJacobianProvider
-
已过时。Compute the Jacobian matrix of ODE with respect to one parameter.
- computeParameterJacobian(double, double[], double[], String) - 接口中的方法 org.hipparchus.ode.NamedParameterJacobianProvider
-
Compute the Jacobian matrix of ODE with respect to one parameter.
- computeParameterJacobian(double, double[], double[], String) - 接口中的方法 org.hipparchus.ode.ODEJacobiansProvider
-
Compute the Jacobian matrix of ODE with respect to one parameter.
- computeParameterJacobian(double, double[], double[], String, double[]) - 接口中的方法 org.hipparchus.migration.ode.ParameterJacobianProvider
-
已过时。Compute the Jacobian matrix of ODE with respect to one parameter.
- computeRoots(int) - 类中的方法 org.hipparchus.complex.RootsOfUnity
-
Computes the
n
-th roots of unity. - computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.AbstractRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.ConvertingRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldAbstractRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldHermiteRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldLaguerreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.FieldLegendreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.HermiteRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.LaguerreRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - 类中的方法 org.hipparchus.analysis.integration.gauss.LegendreRuleFactory
-
Computes the rule for the given order.
- computeSecondDerivatives(double, double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.SecondOrderDifferentialEquations
-
已过时。Get the current time derivative of the state vector.
- computeSecondDerivatives(double, double[], double[]) - 接口中的方法 org.hipparchus.ode.SecondOrderODE
-
Get the current time derivative of the state vector.
- computeSecondDerivatives(double, double[], double[], double[]) - 接口中的方法 org.hipparchus.migration.ode.SecondOrderDifferentialEquations
-
已过时。Get the current time derivative of the state vector.
- computeStepGrowShrinkFactor(double) - 类中的方法 org.hipparchus.ode.MultistepFieldIntegrator
-
Compute step grow/shrink factor according to normalized error.
- computeStepGrowShrinkFactor(double) - 类中的方法 org.hipparchus.ode.MultistepIntegrator
-
Compute step grow/shrink factor according to normalized error.
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem1
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem2
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem3
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem4
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem5
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem6
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem7
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblem8
- computeTheoreticalState(double) - 类中的方法 org.hipparchus.ode.TestProblemAbstract
-
Compute the theoretical state at the specified time.
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.nonstiff.Ellipse
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem1
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem2
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem3
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem4
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem5
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem6
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem7
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblem8
- computeTheoreticalState(T) - 类中的方法 org.hipparchus.ode.TestFieldProblemAbstract
-
Compute the theoretical state at the specified time.
- computeValue(double[]) - 接口中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.ValueAndJacobianFunction
-
Compute the value.
- concatenate(double[]...) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Concatenates a sequence of arrays.
- ConfidenceInterval - org.hipparchus.stat.interval中的类
-
Represents an interval estimate of a population parameter.
- ConfidenceInterval(double, double, double) - 类的构造器 org.hipparchus.stat.interval.ConfidenceInterval
-
Create a confidence interval with the given bounds and confidence level.
- conjugate() - 类中的方法 org.hipparchus.complex.Complex
-
Returns the conjugate of this complex number.
- conjugate() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Returns the conjugate of this complex number.
- ConjugateGradient - org.hipparchus.linear中的类
-
This is an implementation of the conjugate gradient method for
RealLinearOperator
. - ConjugateGradient(int, double, boolean) - 类的构造器 org.hipparchus.linear.ConjugateGradient
-
Creates a new instance of this class, with default stopping criterion.
- ConjugateGradient(IterationManager, double, boolean) - 类的构造器 org.hipparchus.linear.ConjugateGradient
-
Creates a new instance of this class, with default stopping criterion and custom iteration manager.
- ConjugateGradientTest - org.hipparchus.linear中的类
- ConjugateGradientTest() - 类的构造器 org.hipparchus.linear.ConjugateGradientTest
- constant(double) - 类中的方法 org.hipparchus.analysis.differentiation.DSFactory
-
Build a
DerivativeStructure
representing a constant value. - constant(double) - 类中的方法 org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a constant value. - constant(int, double) - 类中的静态方法 org.hipparchus.analysis.differentiation.Gradient
-
Build an instance corresponding to a constant value.
- constant(int, T) - 类中的静态方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Build an instance corresponding to a constant value.
- constant(T) - 类中的方法 org.hipparchus.analysis.differentiation.FDSFactory
-
Build a
FieldDerivativeStructure
representing a constant value. - Constant - org.hipparchus.analysis.function中的类
-
Constant function.
- Constant(double) - 类的构造器 org.hipparchus.analysis.function.Constant
-
Simple constructor.
- ConstantGenerator() - 类的构造器 org.hipparchus.random.RandomAdaptorTest.ConstantGenerator
- ConstantGenerator(double) - 类的构造器 org.hipparchus.random.RandomAdaptorTest.ConstantGenerator
- ConstantRealDistribution - org.hipparchus.distribution.continuous中的类
-
Implementation of the constant real distribution.
- ConstantRealDistribution(double) - 类的构造器 org.hipparchus.distribution.continuous.ConstantRealDistribution
-
Create a constant real distribution with the given value.
- ConstantRealDistributionTest - org.hipparchus.distribution.continuous中的类
-
Test cases for ConstantRealDistribution.
- ConstantRealDistributionTest() - 类的构造器 org.hipparchus.distribution.continuous.ConstantRealDistributionTest
- CONSTRAINT - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONSTRAINT.
- CONSTRAINT - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONSTRAINT.
- contains(FieldVector3D<T>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldLine
-
Check if the instance contains a point.
- contains(Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldLine
-
Check if the instance contains a point.
- contains(Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Line
-
Check if the instance contains a point.
- contains(Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
-
Check if the instance contains a point.
- contains(Vector2D) - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
-
Check if the line contains a point.
- contains(Region<S>) - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Check if the instance entirely contains another region.
- contains(Region<S>) - 接口中的方法 org.hipparchus.geometry.partitioning.Region
-
Check if the instance entirely contains another region.
- contains(P) - 类中的方法 org.hipparchus.geometry.enclosing.EnclosingBall
-
Check if a point is within the ball or at boundary.
- contains(P, double) - 类中的方法 org.hipparchus.geometry.enclosing.EnclosingBall
-
Check if a point is within an enlarged ball or at boundary.
- containsKey(int) - 类中的方法 org.hipparchus.util.OpenIntToDoubleHashMap
-
Check if a value is associated with a key.
- containsKey(int) - 类中的方法 org.hipparchus.util.OpenIntToFieldHashMap
-
Check if a value is associated with a key.
- CONTINUE - 枚举类 中的枚举常量 org.hipparchus.migration.ode.events.EventHandler.Action
-
已过时。Continue indicator.
- CONTINUE - 枚举类 中的枚举常量 org.hipparchus.ode.events.Action
-
Continue indicator.
- CONTINUED_FRACTION_INFINITY_DIVERGENCE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONTINUED_FRACTION_INFINITY_DIVERGENCE.
- CONTINUED_FRACTION_INFINITY_DIVERGENCE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONTINUED_FRACTION_INFINITY_DIVERGENCE.
- CONTINUED_FRACTION_NAN_DIVERGENCE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONTINUED_FRACTION_NAN_DIVERGENCE.
- CONTINUED_FRACTION_NAN_DIVERGENCE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONTINUED_FRACTION_NAN_DIVERGENCE.
- ContinuedFraction - org.hipparchus.util中的类
-
Provides a generic means to evaluate continued fractions.
- ContinuedFraction() - 类的构造器 org.hipparchus.util.ContinuedFraction
-
Default constructor.
- ContinuedFractionTest - org.hipparchus.util中的类
-
Tests for ContinuedFraction.
- ContinuedFractionTest() - 类的构造器 org.hipparchus.util.ContinuedFractionTest
- ContinuousModuleValue - org.hipparchus.samples.complex中的类
-
Classical method for domain coloring.
- ContinuousModuleValue(double) - 类的构造器 org.hipparchus.samples.complex.ContinuousModuleValue
-
Simple constructor.
- ContinuousOutputModel - org.hipparchus.migration.ode中的类
-
已过时。as of 1.0, replaced with
DenseOutputModel
- ContinuousOutputModel() - 类的构造器 org.hipparchus.migration.ode.ContinuousOutputModel
-
已过时。Empty constructor.
- ContinuousOutputModelTest - org.hipparchus.migration.ode中的类
-
已过时。
- ContinuousOutputModelTest() - 类的构造器 org.hipparchus.migration.ode.ContinuousOutputModelTest
-
已过时。
- contract() - 类中的方法 org.hipparchus.util.ResizableDoubleArray
-
Contracts the storage array to the (size of the element set) + 1 - to avoid a zero length array.
- CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR.
- CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR.
- CONTRACTION_CRITERIA_SMALLER_THAN_ONE - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONTRACTION_CRITERIA_SMALLER_THAN_ONE.
- CONTRACTION_CRITERIA_SMALLER_THAN_ONE - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONTRACTION_CRITERIA_SMALLER_THAN_ONE.
- converged(int, LeastSquaresProblem.Evaluation, LeastSquaresProblem.Evaluation) - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.EvaluationRmsChecker
-
Check if the optimization algorithm has converged.
- converged(int, PointValuePair, PointValuePair) - 类中的方法 org.hipparchus.optim.SimpleValueChecker
-
Check if the optimization algorithm has converged considering the last two points.
- converged(int, PointVectorValuePair, PointVectorValuePair) - 类中的方法 org.hipparchus.optim.SimpleVectorValueChecker
-
Check if the optimization algorithm has converged considering the last two points.
- converged(int, UnivariatePointValuePair, UnivariatePointValuePair) - 类中的方法 org.hipparchus.optim.univariate.SimpleUnivariateValueChecker
-
Check if the optimization algorithm has converged considering the last two points.
- converged(int, P, P) - 类中的方法 org.hipparchus.optim.AbstractConvergenceChecker
-
Check if the optimization algorithm has converged.
- converged(int, P, P) - 接口中的方法 org.hipparchus.optim.ConvergenceChecker
-
Check if the optimization algorithm has converged.
- converged(int, P, P) - 类中的方法 org.hipparchus.optim.ConvergenceCheckerAndMultiplexer
-
Check if the optimization algorithm has converged.
- converged(int, P, P) - 类中的方法 org.hipparchus.optim.ConvergenceCheckerOrMultiplexer
-
Check if the optimization algorithm has converged.
- converged(int, P, P) - 类中的方法 org.hipparchus.optim.SimplePointChecker
-
Check if the optimization algorithm has converged considering the last two points.
- CONVERGENCE_FAILED - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CONVERGENCE_FAILED.
- CONVERGENCE_FAILED - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CONVERGENCE_FAILED.
- ConvergenceChecker<P> - org.hipparchus.optim中的接口
-
This interface specifies how to check if an optimization algorithm has converged.
- ConvergenceCheckerAndMultiplexer<P> - org.hipparchus.optim中的类
-
Multiplexer for
ConvergenceChecker
, checking all the checkers converged. - ConvergenceCheckerAndMultiplexer(List<ConvergenceChecker<P>>) - 类的构造器 org.hipparchus.optim.ConvergenceCheckerAndMultiplexer
-
Simple constructor.
- ConvergenceCheckerAndMultiplexerTest - org.hipparchus.optim中的类
- ConvergenceCheckerAndMultiplexerTest() - 类的构造器 org.hipparchus.optim.ConvergenceCheckerAndMultiplexerTest
- ConvergenceCheckerOrMultiplexer<P> - org.hipparchus.optim中的类
-
Multiplexer for
ConvergenceChecker
, checking one of the checkers converged. - ConvergenceCheckerOrMultiplexer(List<ConvergenceChecker<P>>) - 类的构造器 org.hipparchus.optim.ConvergenceCheckerOrMultiplexer
-
Simple constructor.
- ConvergenceCheckerOrMultiplexerTest - org.hipparchus.optim中的类
- ConvergenceCheckerOrMultiplexerTest() - 类的构造器 org.hipparchus.optim.ConvergenceCheckerOrMultiplexerTest
- ConvergenceException - org.hipparchus.migration.exception中的异常错误类
-
已过时。as of 1.0, this exception is replaced by
MathIllegalStateException
- ConvergenceException() - 异常错误类的构造器 org.hipparchus.migration.exception.ConvergenceException
-
已过时。Construct the exception.
- ConvergenceException(Localizable, Object...) - 异常错误类的构造器 org.hipparchus.migration.exception.ConvergenceException
-
已过时。Construct the exception with a specific context and arguments.
- convergent(double, int, BigFraction.ConvergenceTest) - 类中的静态方法 org.hipparchus.fraction.BigFraction
-
Returns the last element of the series of convergent-steps to approximate the given value.
- convergent(double, int, Fraction.ConvergenceTest) - 类中的静态方法 org.hipparchus.fraction.Fraction
-
Returns the last element of the series of convergent-steps to approximate the given value.
- convergents(double, int) - 类中的静态方法 org.hipparchus.fraction.BigFraction
-
Generate a
stream
of convergents from a real number. - convergents(double, int) - 类中的静态方法 org.hipparchus.fraction.Fraction
-
Generate a
stream
of convergents from a real number. - convert(Field<T>, double) - 类中的静态方法 org.hipparchus.ode.TestFieldProblemAbstract
-
Convert a double.
- convert(Field<T>, double...) - 类中的静态方法 org.hipparchus.ode.TestFieldProblemAbstract
-
Convert a one dimension array.
- convertArray(T[]) - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
- convertArray(T[][]) - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
- convertEquations(ComplexOrdinaryDifferentialEquation) - 类中的方法 org.hipparchus.ode.ComplexODEConverter
-
Convert an equations set.
- ConvertingRuleFactory<T> - org.hipparchus.analysis.integration.gauss中的类
- ConvertingRuleFactory(FieldRuleFactory<T>) - 类的构造器 org.hipparchus.analysis.integration.gauss.ConvertingRuleFactory
-
Simple constructor.
- convertInterpolator(FieldODEStateInterpolator<T>, FieldOrdinaryDifferentialEquation<T>) - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
- convertInterpolator(FieldODEStateInterpolator<T>, FieldOrdinaryDifferentialEquation<T>) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaFieldStateInterpolatorAbstractTest
- convertMapper(FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
- convertODEStateAndDerivative(FieldODEStateAndDerivative<T>) - 类中的方法 org.hipparchus.ode.nonstiff.FieldODEStateInterpolatorAbstractTest
- convertSecondaryEquations(ComplexSecondaryODE) - 类中的方法 org.hipparchus.ode.ComplexODEConverter
-
Convert a secondary equations set.
- convertState(ComplexODEState) - 类中的方法 org.hipparchus.ode.ComplexODEConverter
-
Convert a complex state (typically the initial state).
- convertState(ODEStateAndDerivative) - 类中的方法 org.hipparchus.ode.ComplexODEConverter
-
Convert a real state and derivatives (typically the final state or some intermediate state for step handling or event handling).
- convertToComplex(double[]) - 类中的静态方法 org.hipparchus.complex.ComplexUtils
-
Convert an array of primitive doubles to an array of
Complex
objects. - ConvexHull<S,
P> - org.hipparchus.geometry.hull中的接口 -
This class represents a convex hull.
- ConvexHull2D - org.hipparchus.geometry.euclidean.twod.hull中的类
-
This class represents a convex hull in an two-dimensional euclidean space.
- ConvexHull2D(Vector2D[], double) - 类的构造器 org.hipparchus.geometry.euclidean.twod.hull.ConvexHull2D
-
Simple constructor.
- ConvexHullGenerator<S,
P> - org.hipparchus.geometry.hull中的接口 -
Interface for convex hull generators.
- ConvexHullGenerator2D - org.hipparchus.geometry.euclidean.twod.hull中的接口
-
Interface for convex hull generators in the two-dimensional euclidean space.
- ConvexHullGenerator2DAbstractTest - org.hipparchus.geometry.euclidean.twod.hull中的类
-
Abstract base test class for 2D convex hull generators.
- ConvexHullGenerator2DAbstractTest() - 类的构造器 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- convolve(double[], double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Calculates the convolution between two sequences.
- CopolarC - org.hipparchus.special.elliptic.jacobi中的类
-
Copolar trio with pole at point c in Glaisher’s Notation.
- CopolarD - org.hipparchus.special.elliptic.jacobi中的类
-
Copolar trio with pole at point d in Glaisher’s Notation.
- CopolarN - org.hipparchus.special.elliptic.jacobi中的类
-
Copolar trio with pole at point n in Glaisher’s Notation.
- CopolarS - org.hipparchus.special.elliptic.jacobi中的类
-
Copolar trio with pole at point s in Glaisher’s Notation.
- copy() - 类中的方法 org.hipparchus.analysis.interpolation.InterpolatingMicrosphere
-
Perform a copy.
- copy() - 类中的方法 org.hipparchus.analysis.interpolation.InterpolatingMicrosphere2D
-
Perform a copy.
- copy() - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Make a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Make a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.ArrayFieldVector
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.ArrayFieldVectorTest.FieldVectorTestImpl
- copy() - 类中的方法 org.hipparchus.linear.ArrayRealVector
-
Returns a (deep) copy of this vector.
- copy() - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Make a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.DiagonalMatrix
-
Returns a (deep) copy of this.
- copy() - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Make a (deep) copy of this.
- copy() - 接口中的方法 org.hipparchus.linear.FieldVector
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.OpenMapRealMatrix
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.OpenMapRealVector
-
Returns a (deep) copy of this vector.
- copy() - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Returns a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.RealVector
-
Returns a (deep) copy of this vector.
- copy() - 类中的方法 org.hipparchus.linear.RealVectorAbstractTest.RealVectorTestImpl
- copy() - 类中的方法 org.hipparchus.linear.SparseFieldMatrix
-
Make a (deep) copy of this.
- copy() - 类中的方法 org.hipparchus.linear.SparseFieldVector
-
Returns a (deep) copy of this.
- copy() - 接口中的方法 org.hipparchus.migration.ode.sampling.StepInterpolator
-
已过时。Copy the instance.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.AbstractUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatistics
-
Returns a copy of this DescriptiveStatistics instance with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.GeometricMean
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.Kurtosis
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.Mean
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.SecondMoment
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.SemiVariance
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.Skewness
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.StandardDeviation
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.moment.Variance
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.Max
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.Median
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.Min
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.Percentile
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.PSquarePercentile
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.rank.RandomPercentile
- copy() - 接口中的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.StreamingStatistics
-
Returns a copy of this StreamingStatistics instance with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.summary.Product
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.summary.Sum
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.summary.SumOfLogs
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.stat.descriptive.summary.SumOfSquares
-
Returns a copy of the statistic with the same internal state.
- copy() - 接口中的方法 org.hipparchus.stat.descriptive.UnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - 类中的方法 org.hipparchus.util.ResizableDoubleArray
-
Returns a copy of the ResizableDoubleArray.
- copy(double[][]) - 类中的方法 org.hipparchus.ode.ODEState
-
Copy a two-dimensions array.
- copy(Complex[][]) - 类中的方法 org.hipparchus.ode.ComplexODEState
-
Copy a two-dimensions array.
- copy(T[][]) - 类中的方法 org.hipparchus.ode.FieldODEState
-
Copy a two-dimensions array.
- copySelf() - 类中的方法 org.hipparchus.geometry.euclidean.oned.OrientedPoint
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.euclidean.threed.Plane
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.euclidean.twod.Line
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.partitioning.AbstractRegion
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.partitioning.AbstractSubHyperplane
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.partitioning.BSPTree
-
Copy the instance.
- copySelf() - 接口中的方法 org.hipparchus.geometry.partitioning.Hyperplane
-
Copy the instance.
- copySelf() - 接口中的方法 org.hipparchus.geometry.partitioning.Region
-
Copy the instance.
- copySelf() - 接口中的方法 org.hipparchus.geometry.partitioning.SubHyperplane
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.spherical.oned.LimitAngle
-
Copy the instance.
- copySelf() - 类中的方法 org.hipparchus.geometry.spherical.twod.Circle
-
Copy the instance.
- copySelf() - 接口中的方法 org.hipparchus.stat.descriptive.rank.PSquarePercentile.PSquareMarkers
-
A deep copy function to clone the current instance.
- copysign(Dfp, Dfp) - 类中的静态方法 org.hipparchus.dfp.Dfp
-
Creates an instance that is the same as x except that it has the sign of y.
- copySign(byte, byte) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(double) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.complex.Complex
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.dfp.Dfp
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.util.Binary64
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.util.FieldTuple
-
Returns the instance with the sign of the argument.
- copySign(double) - 类中的方法 org.hipparchus.util.Tuple
-
Returns the instance with the sign of the argument.
- copySign(double, double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(float, float) - 类中的静态方法 org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(int, int) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(long, long) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(short, short) - 类中的静态方法 org.hipparchus.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(DerivativeStructure) - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(FieldDerivativeStructure<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(FieldGradient<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(FieldUnivariateDerivative1<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(FieldUnivariateDerivative2<T>) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(Gradient) - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Returns the instance with the sign of the argument.
- copySign(SparseGradient) - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Returns the instance with the sign of the argument.
- copySign(UnivariateDerivative1) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(UnivariateDerivative2) - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(Complex) - 类中的方法 org.hipparchus.complex.Complex
-
Returns the instance with the sign of the argument.
- copySign(FieldComplex<T>) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Returns the instance with the sign of the argument.
- copySign(Dfp) - 类中的方法 org.hipparchus.dfp.Dfp
-
Returns the instance with the sign of the argument.
- copySign(Binary64) - 类中的方法 org.hipparchus.util.Binary64
-
Returns the instance with the sign of the argument.
- copySign(FieldTuple<T>) - 类中的方法 org.hipparchus.util.FieldTuple
-
Returns the instance with the sign of the argument.
- copySign(Tuple) - 类中的方法 org.hipparchus.util.Tuple
-
Returns the instance with the sign of the argument.
- copySign(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Returns the instance with the sign of the argument.
- copySign(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Returns the instance with the sign of the argument.
- copySign(T) - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Returns the instance with the sign of the argument.
- copySign(T) - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Returns the instance with the sign of the argument.
- copySign(T, double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(T, T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySubMatrix(int[], int[], double[][]) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Copy a submatrix.
- correct(T, RealMatrix, RealVector, RealMatrix, RealMatrix) - 类中的方法 org.hipparchus.filtering.kalman.AbstractKalmanFilter
-
Perform correction step.
- CorrelatedRandomVectorGenerator - org.hipparchus.random中的类
-
A
RandomVectorGenerator
that generates vectors with with correlated components. - CorrelatedRandomVectorGenerator(double[], RealMatrix, double, NormalizedRandomGenerator) - 类的构造器 org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Builds a correlated random vector generator from its mean vector and covariance matrix.
- CorrelatedRandomVectorGenerator(RealMatrix, double, NormalizedRandomGenerator) - 类的构造器 org.hipparchus.random.CorrelatedRandomVectorGenerator
-
Builds a null mean random correlated vector generator from its covariance matrix.
- CorrelatedRandomVectorGeneratorTest - org.hipparchus.random中的类
- CorrelatedRandomVectorGeneratorTest() - 类的构造器 org.hipparchus.random.CorrelatedRandomVectorGeneratorTest
- correlation() - 类中的方法 org.hipparchus.stat.projection.PCATest
- correlation(double[], double[]) - 类中的方法 org.hipparchus.stat.correlation.KendallsCorrelation
-
Computes the Kendall's Tau rank correlation coefficient between the two arrays.
- correlation(double[], double[]) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelation
-
Computes the Pearson's product-moment correlation coefficient between two arrays.
- correlation(double[], double[]) - 类中的方法 org.hipparchus.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation coefficient between the two arrays.
- correlationNoBias() - 类中的方法 org.hipparchus.stat.projection.PCATest
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Cosine operation.
- cos() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.complex.Complex
-
Compute the cosine of this complex number.
- cos() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute the cosine of this complex number.
- cos() - 类中的方法 org.hipparchus.dfp.Dfp
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.util.Binary64
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.util.FieldSinCos
-
Get the value of the cosine.
- cos() - 类中的方法 org.hipparchus.util.FieldTuple
-
Cosine operation.
- cos() - 类中的方法 org.hipparchus.util.SinCos
-
Get the value of the cosine.
- cos() - 类中的方法 org.hipparchus.util.Tuple
-
Cosine operation.
- cos(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Cosine function.
- cos(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- cos(Dfp) - 类中的静态方法 org.hipparchus.dfp.DfpMath
-
computes the cosine of the argument.
- cos(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Cosine function.
- cos(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- Cos - org.hipparchus.analysis.function中的类
-
Cosine function.
- Cos() - 类的构造器 org.hipparchus.analysis.function.Cos
-
Empty constructor.
- cosAngle(double[], double[]) - 类中的静态方法 org.hipparchus.util.MathArrays
-
Calculates the cosine of the angle between two vectors.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.DerivativeStructure
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.FieldDerivativeStructure
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.FieldGradient
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative1
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.FieldUnivariateDerivative2
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.Gradient
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative1
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.analysis.differentiation.UnivariateDerivative2
-
Hyperbolic cosine operation.
- cosh() - 接口中的方法 org.hipparchus.CalculusFieldElement
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.complex.Complex
-
Compute the hyperbolic cosine of this complex number.
- cosh() - 类中的方法 org.hipparchus.complex.FieldComplex
-
Compute the hyperbolic cosine of this complex number.
- cosh() - 类中的方法 org.hipparchus.dfp.Dfp
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.util.Binary64
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.util.FieldSinhCosh
-
Get the value of the hyperbolic cosine.
- cosh() - 类中的方法 org.hipparchus.util.FieldTuple
-
Hyperbolic cosine operation.
- cosh() - 类中的方法 org.hipparchus.util.SinhCosh
-
Get the value of the hyperbolic cosine.
- cosh() - 类中的方法 org.hipparchus.util.Tuple
-
Hyperbolic cosine operation.
- cosh(double) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosh(double[], int, double[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- cosh(T) - 类中的静态方法 org.hipparchus.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosh(T[], int, T[], int) - 类中的方法 org.hipparchus.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- Cosh - org.hipparchus.analysis.function中的类
-
Hyperbolic cosine function.
- Cosh() - 类的构造器 org.hipparchus.analysis.function.Cosh
-
Empty constructor.
- cosine(RealVector) - 类中的方法 org.hipparchus.linear.RealVector
-
Computes the cosine of the angle between this vector and the argument.
- cosInternal(Dfp[]) - 类中的静态方法 org.hipparchus.dfp.DfpMath
-
Computes cos(a) Used when 0 < a < pi/4.
- countEvaluations(LeastSquaresProblem, Incrementor) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Count the evaluations of a particular problem.
- covariance() - 类中的方法 org.hipparchus.stat.projection.PCATest
- covariance(double[], double[]) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Computes the covariance between the two arrays, using the bias-corrected formula.
- covariance(double[], double[]) - 类中的静态方法 org.hipparchus.UnitTestUtils
-
Computes the covariance of the two input arrays.
- covariance(double[], double[], boolean) - 类中的方法 org.hipparchus.stat.correlation.Covariance
-
Computes the covariance between the two arrays.
- Covariance - org.hipparchus.stat.correlation中的类
-
Computes covariances for pairs of arrays or columns of a matrix.
- Covariance() - 类的构造器 org.hipparchus.stat.correlation.Covariance
-
Create a Covariance with no data.
- Covariance(double[][]) - 类的构造器 org.hipparchus.stat.correlation.Covariance
-
Create a Covariance matrix from a rectangular array whose columns represent covariates.
- Covariance(double[][], boolean) - 类的构造器 org.hipparchus.stat.correlation.Covariance
-
Create a Covariance matrix from a rectangular array whose columns represent covariates.
- Covariance(RealMatrix) - 类的构造器 org.hipparchus.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns represent covariates.
- Covariance(RealMatrix, boolean) - 类的构造器 org.hipparchus.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns represent covariates.
- COVARIANCE_MATRIX - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。COVARIANCE_MATRIX.
- COVARIANCE_MATRIX - 枚举类 中的枚举常量 org.hipparchus.stat.LocalizedStatFormats
-
COVARIANCE_MATRIX.
- covarianceMatrix(RealMatrix) - 类中的静态方法 org.hipparchus.UnitTestUtils
-
Computes a covariance matrix from a matrix whose columns represent covariates.
- CovarianceTest - org.hipparchus.stat.correlation中的类
- CovarianceTest() - 类的构造器 org.hipparchus.stat.correlation.CovarianceTest
- covarianceToCorrelation(RealMatrix) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelation
-
Derives a correlation matrix from a covariance matrix.
- create() - 类中的静态方法 org.hipparchus.fitting.GaussianCurveFitter
-
Creates a default curve fitter.
- create() - 类中的静态方法 org.hipparchus.fitting.HarmonicCurveFitter
-
Creates a default curve fitter.
- create() - 类中的静态方法 org.hipparchus.util.CombinatoricsUtils.FactorialLog
-
Creates an instance with no precomputed values.
- create(boolean, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.sampling.AbstractFieldODEStateInterpolator
-
Create a new instance.
- create(boolean, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.sampling.DummyFieldStepInterpolator
- create(boolean, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.sampling.AbstractODEStateInterpolator
-
Create a new instance.
- create(boolean, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.sampling.DummyStepInterpolator
-
Create a new instance.
- create(double[]) - 类中的方法 org.hipparchus.linear.ArrayRealVectorTest
- create(double[]) - 类中的方法 org.hipparchus.linear.RealVectorAbstractTest
-
Creates a new instance of
RealVector
, with specified entries. - create(double[]) - 类中的方法 org.hipparchus.linear.RealVectorTest
- create(double[]) - 类中的方法 org.hipparchus.linear.SparseRealVectorTest
- create(int) - 类中的静态方法 org.hipparchus.fitting.PolynomialCurveFitter
-
Creates a default curve fitter.
- create(K, V) - 类中的静态方法 org.hipparchus.util.Pair
-
Convenience factory method that calls the
constructor
. - create(MultivariateVectorFunction, MultivariateMatrixFunction, double[], double[], RealMatrix, ConvergenceChecker<LeastSquaresProblem.Evaluation>, int, int) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Create a
LeastSquaresProblem
from the given elements. - create(ParametricUnivariateFunction, double[]) - 类中的静态方法 org.hipparchus.fitting.SimpleCurveFitter
-
Creates a curve fitter.
- create(RealLinearOperator) - 类中的静态方法 org.hipparchus.linear.JacobiPreconditioner
-
Creates a new instance of this class.
- create(AdaptableInterval, int, BracketedUnivariateSolver<UnivariateFunction>, ODEEventHandler) - 类中的方法 org.hipparchus.ode.events.AbstractODEDetector
-
Build a new instance.
- create(AdaptableInterval, int, BracketedUnivariateSolver<UnivariateFunction>, ODEEventHandler) - 类中的方法 org.hipparchus.ode.events.EventSlopeFilter
-
Build a new instance.
- create(AdaptableInterval, int, BracketedUnivariateSolver<UnivariateFunction>, ODEEventHandler) - 类中的方法 org.hipparchus.ode.nonstiff.StepProblem
- create(FieldAdaptableInterval<E>, int, BracketedRealFieldUnivariateSolver<E>, FieldODEEventHandler<E>) - 类中的方法 org.hipparchus.ode.events.AbstractFieldODEDetector
-
Build a new instance.
- create(FieldAdaptableInterval<E>, int, BracketedRealFieldUnivariateSolver<E>, FieldODEEventHandler<E>) - 类中的方法 org.hipparchus.ode.events.FieldEventSlopeFilter
-
Build a new instance.
- create(FieldAdaptableInterval<T>, int, BracketedRealFieldUnivariateSolver<T>, FieldODEEventHandler<T>) - 类中的方法 org.hipparchus.ode.nonstiff.StepFieldProblem
- create(MultivariateJacobianFunction, RealVector, RealVector, RealMatrix, ConvergenceChecker<LeastSquaresProblem.Evaluation>, int, int) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Create a
LeastSquaresProblem
from the given elements. - create(MultivariateJacobianFunction, RealVector, RealVector, RealMatrix, ConvergenceChecker<LeastSquaresProblem.Evaluation>, int, int, boolean, ParameterValidator) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Create a
LeastSquaresProblem
from the given elements. - create(MultivariateJacobianFunction, RealVector, RealVector, ConvergenceChecker<LeastSquaresProblem.Evaluation>, int, int) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.LeastSquaresFactory
-
Create a
LeastSquaresProblem
from the given elements. - createAlien(double[]) - 类中的方法 org.hipparchus.linear.RealVectorAbstractTest
-
Creates a new instance of
RealVector
, with specified entries. - createAll() - 类中的方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
-
Returns an array with all available reference datasets.
- createBlocksLayout(int, int) - 类中的静态方法 org.hipparchus.linear.BlockRealMatrix
-
Create a data array in blocks layout.
- createBlocksLayout(Field<T>, int, int) - 类中的静态方法 org.hipparchus.linear.BlockFieldMatrix
-
Create a data array in blocks layout.
- createBufferedReaderFromResource(String) - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
-
Creates a new buffered reader from the specified resource name.
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.EulerStateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.GillStateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.MidpointStateInterpolatorTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaStateInterpolatorAbstractTest
- createButcherArrayProvider() - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54FieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853FieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.EulerFieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.GillFieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54FieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.LutherFieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointFieldStateInterpolatorTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaFieldStateInterpolatorAbstractTest
- createButcherArrayProvider(Field<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesFieldStateInterpolatorTest
- createCanvas() - 类中的静态方法 org.hipparchus.samples.geometry.GeometryExample
-
Create a canvas
- createChart(String, int, int, StyleManager.LegendPosition) - 类中的静态方法 org.hipparchus.samples.IntegerDistributionComparison
-
Create a chart.
- createChart(String, int, int, StyleManager.LegendPosition) - 类中的静态方法 org.hipparchus.samples.RealDistributionComparison
-
Create a chart.
- createChebyshevPolynomial(int) - 类中的静态方法 org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Chebyshev polynomial of the first kind.
- createCircle(int) - 类中的静态方法 org.hipparchus.samples.geometry.GeometryExample
-
Create a circle sprite.
- createColumnFieldMatrix(T[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a column
FieldMatrix
using the data from the input array. - createColumnRealMatrix(double[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a column
RealMatrix
using the data from the input array. - createComplex(double, double) - 类中的方法 org.hipparchus.complex.Complex
-
Create a complex number given the real and imaginary parts.
- createComplex(double, double) - 类中的方法 org.hipparchus.complex.ComplexTest.TestComplex
- createComplex(Binary64, Binary64) - 类中的方法 org.hipparchus.complex.FieldComplexTest.TestComplex
- createComplex(T, T) - 类中的方法 org.hipparchus.complex.FieldComplex
-
Create a complex number given the real and imaginary parts.
- createComplexArray(double[][]) - 类中的静态方法 org.hipparchus.transform.TransformUtils
-
Builds a new array of
Complex
from the specified two dimensional array of real and imaginary parts. - createComponent(String, int, int, String[], IntegerDistribution...) - 类中的静态方法 org.hipparchus.samples.IntegerDistributionComparison
-
Create a component.
- createComponent(String, int, int, String[], RealDistribution...) - 类中的静态方法 org.hipparchus.samples.RealDistributionComparison
-
Create a component.
- createConstant(double) - 类中的静态方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Factory method creating a constant.
- createConvexHullGenerator(boolean) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.AklToussaintHeuristicTest
- createConvexHullGenerator(boolean) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- createConvexHullGenerator(boolean) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.MonotoneChainTest
- createCross() - 类中的静态方法 org.hipparchus.samples.geometry.GeometryExample
-
Create a cross sprite.
- createDescriptiveStatistics() - 类中的方法 org.hipparchus.stat.descriptive.DescriptiveStatisticsTest
- createFieldDiagonalMatrix(T[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createFieldIdentityMatrix(Field<T>, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns
dimension x dimension
identity matrix. - createFieldMatrix(Field<T>, int, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a
FieldMatrix
with specified dimensions. - createFieldMatrix(T[][]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a
FieldMatrix
whose entries are the the values in the the input array. - createFieldVector(Field<T>, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a
FieldVector
with specified dimensions. - createFieldVector(T[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a
FieldVector
using the data from the input array. - createFractionMatrix(int[][]) - 类中的静态方法 org.hipparchus.linear.FieldLUSolverTest
- createFunctions() - 类中的方法 org.hipparchus.linear.RealVectorAbstractTest
- createFunctions() - 类中的方法 org.hipparchus.linear.SparseRealVectorTest
- createHahn1() - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
- createHermitePolynomial(int) - 类中的静态方法 org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Hermite polynomial.
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegratorTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.EulerIntegratorTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.GillIntegratorTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.LutherIntegratorTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointIntegratorTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaIntegratorAbstractTest
- createIntegrator(double) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesIntegratorTest
- createIntegrator(double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54IntegratorTest
- createIntegrator(double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853IntegratorTest
- createIntegrator(double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaIntegratorAbstractTest
- createIntegrator(double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54IntegratorTest
- createIntegrator(double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54IntegratorTest
- createIntegrator(double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853IntegratorTest
- createIntegrator(double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaIntegratorAbstractTest
- createIntegrator(double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54IntegratorTest
- createIntegrator(int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthIntegratorTest
- createIntegrator(int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsIntegratorAbstractTest
- createIntegrator(int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonIntegratorTest
- createIntegrator(int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthIntegratorTest
- createIntegrator(int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsIntegratorAbstractTest
- createIntegrator(int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonIntegratorTest
- createIntegrator(Field<T>, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegratorTest
- createIntegrator(Field<T>, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853FieldIntegratorTest
- createIntegrator(Field<T>, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest
- createIntegrator(Field<T>, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54FieldIntegratorTest
- createIntegrator(Field<T>, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegratorTest
- createIntegrator(Field<T>, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853FieldIntegratorTest
- createIntegrator(Field<T>, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest
- createIntegrator(Field<T>, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54FieldIntegratorTest
- createIntegrator(Field<T>, int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthFieldIntegratorTest
- createIntegrator(Field<T>, int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsFieldIntegratorAbstractTest
- createIntegrator(Field<T>, int, double, double, double[], double[]) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonFieldIntegratorTest
- createIntegrator(Field<T>, int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsBashforthFieldIntegratorTest
- createIntegrator(Field<T>, int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsFieldIntegratorAbstractTest
- createIntegrator(Field<T>, int, double, double, double, double) - 类中的方法 org.hipparchus.ode.nonstiff.AdamsMoultonFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.EulerFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.GillFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.LutherFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointFieldIntegratorTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaFieldIntegratorAbstractTest
- createIntegrator(Field<T>, T) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesFieldIntegratorTest
- createInternalError() - 异常错误类中的静态方法 org.hipparchus.exception.MathRuntimeException
-
Create an exception for an internal error.
- createInternalError(Throwable) - 异常错误类中的静态方法 org.hipparchus.exception.MathRuntimeException
-
Create an exception for an internal error.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54Integrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853Integrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.EulerIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.GillIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54Integrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.LutherIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesIntegrator
-
Create an interpolator.
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaStateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54StateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853StateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.EulerStateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.GillStateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54StateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.LutherStateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointStateInterpolatorTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaStateInterpolatorAbstractTest
- createInterpolator(boolean, double[][], ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, ODEStateAndDerivative, EquationsMapper) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesStateInterpolatorTest
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853FieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.EulerFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.GillFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54FieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.LutherFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaFieldIntegrator
-
Create an interpolator.
- createInterpolator(boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesFieldIntegrator
-
Create an interpolator.
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince54FieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.DormandPrince853FieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.EulerFieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.GillFieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.HighamHall54FieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.LutherFieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.MidpointFieldStateInterpolatorTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.RungeKuttaFieldStateInterpolatorAbstractTest
- createInterpolator(Field<T>, boolean, T[][], FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldODEStateAndDerivative<T>, FieldEquationsMapper<T>) - 类中的方法 org.hipparchus.ode.nonstiff.ThreeEighthesFieldStateInterpolatorTest
- createJacobiPolynomial(int, int, int) - 类中的静态方法 org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Jacobi polynomial.
- createKirby2() - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
- createLaguerrePolynomial(int) - 类中的静态方法 org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Laguerre polynomial.
- createLanczos1() - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
- createLegendrePolynomial(int) - 类中的静态方法 org.hipparchus.analysis.polynomials.PolynomialsUtils
-
Create a Legendre polynomial.
- createLowerTriangularRealMatrix(double[], int) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelationTest
- createMatrix(int, int) - 类中的方法 org.hipparchus.linear.AbstractFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - 类中的方法 org.hipparchus.linear.AbstractRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 类中的方法 org.hipparchus.linear.Array2DRowFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - 类中的方法 org.hipparchus.linear.Array2DRowRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 类中的方法 org.hipparchus.linear.BlockFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - 类中的方法 org.hipparchus.linear.BlockRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 类中的方法 org.hipparchus.linear.DiagonalMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 接口中的方法 org.hipparchus.linear.FieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMatrix(int, int) - 类中的方法 org.hipparchus.linear.OpenMapRealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 接口中的方法 org.hipparchus.linear.RealMatrix
-
Create a new RealMatrix of the same type as the instance with the supplied row and column dimensions.
- createMatrix(int, int) - 类中的方法 org.hipparchus.linear.SparseFieldMatrix
-
Create a new
FieldMatrix
of the same type as the instance with the supplied row and column dimensions. - createMGH17() - 类中的静态方法 org.hipparchus.optim.nonlinear.vector.leastsquares.StatisticalReferenceDatasetFactory
- createMultivariateSummaryStatistics(int, boolean) - 类中的方法 org.hipparchus.stat.descriptive.MultivariateSummaryStatisticsTest
- createOrthogonalMatrix(Random, int) - 类中的静态方法 org.hipparchus.linear.EigenDecompositionNonSymmetricTest
- createOrthogonalMatrix(Random, int) - 类中的静态方法 org.hipparchus.linear.EigenDecompositionSymmetricTest
- createParameter(Class<?>) - 类中的方法 org.hipparchus.linear.UnmodifiableRealVectorAbstractTest
-
Creates a new random object of the specified type.
- createRandomPoints(int) - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHullGenerator2DAbstractTest
- createRandomPoints(int) - 类中的静态方法 org.hipparchus.samples.geometry.GeometryExample
-
Create a list of random points.
- createRealDiagonalMatrix(double[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createRealIdentityMatrix(int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns
dimension x dimension
identity matrix. - createRealImaginaryArray(Complex[]) - 类中的静态方法 org.hipparchus.transform.TransformUtils
-
Builds a new two dimensional array of
double
filled with the real and imaginary parts of the specifiedComplex
numbers. - createRealMatrix(double[][]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a
RealMatrix
whose entries are the the values in the the input array. - createRealMatrix(double[], int, int) - 类中的方法 org.hipparchus.stat.correlation.CovarianceTest
- createRealMatrix(double[], int, int) - 类中的方法 org.hipparchus.stat.correlation.PearsonsCorrelationTest
- createRealMatrix(double[], int, int) - 类中的方法 org.hipparchus.stat.correlation.StorelessCovarianceTest
- createRealMatrix(int, int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Returns a
RealMatrix
with specified dimensions. - createRealVector(double[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a
RealVector
using the data from the input array. - createRealVector(int) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Creates a
RealVector
with specified dimensions. - createRegion() - 类中的方法 org.hipparchus.geometry.euclidean.twod.hull.ConvexHull2D
-
Returns a new region that is enclosed by the convex hull.
- createRegion() - 接口中的方法 org.hipparchus.geometry.hull.ConvexHull
-
Returns a new region that is enclosed by the convex hull.
- createRegression() - 类中的方法 org.hipparchus.stat.regression.GLSMultipleLinearRegressionTest
- createRegression() - 类中的方法 org.hipparchus.stat.regression.MultipleLinearRegressionAbstractTest
- createRegression() - 类中的方法 org.hipparchus.stat.regression.OLSMultipleLinearRegressionTest
- createRowFieldMatrix(T[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Create a row
FieldMatrix
using the data from the input array. - createRowRealMatrix(double[]) - 类中的静态方法 org.hipparchus.linear.MatrixUtils
-
Create a row
RealMatrix
using the data from the input array. - createStandardTestInterval() - 类中的方法 org.hipparchus.stat.interval.BinomialProportionAbstractTest
-
Returns the confidence interval for the given statistic with the following values: trials: 500 probabilityOfSuccess: 0.1 confidenceLevel: 0.9
- createStatistic(int) - 类中的方法 org.hipparchus.stat.descriptive.vector.VectorialStorelessStatisticTest
- createStreamingStatistics() - 类中的方法 org.hipparchus.stat.descriptive.StreamingStatisticsTest
- createVariable(int, double) - 类中的静态方法 org.hipparchus.analysis.differentiation.SparseGradient
-
Factory method creating an independent variable.
- createVector() - 类中的方法 org.hipparchus.linear.UnmodifiableArrayRealVectorTest
-
Returns a random vector of type
ArrayRealVector
. - createVector() - 类中的方法 org.hipparchus.linear.UnmodifiableOpenMapRealVectorTest
-
Returns a random vector of type
ArrayRealVector
. - createVector() - 类中的方法 org.hipparchus.linear.UnmodifiableRealVectorAbstractTest
-
Creates a new random vector of a specified type.
- CROSSING_BOUNDARY_LOOPS - 枚举类 中的枚举常量 org.hipparchus.geometry.LocalizedGeometryFormats
-
CROSSING_BOUNDARY_LOOPS.
- CROSSING_BOUNDARY_LOOPS - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CROSSING_BOUNDARY_LOOPS.
- crossProduct(FieldVector3D<T>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of the instance with another vector.
- crossProduct(FieldVector3D<T>, FieldVector3D<T>) - 类中的静态方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(FieldVector3D<T>, Vector3D) - 类中的静态方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(Vector3D) - 类中的方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of the instance with another vector.
- crossProduct(Vector3D, FieldVector3D<T>) - 类中的静态方法 org.hipparchus.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(Vector3D, Vector3D) - 类中的静态方法 org.hipparchus.geometry.euclidean.threed.Vector3D
-
Compute the cross-product of two vectors.
- crossProduct(FieldVector2D<T>, FieldVector2D<T>) - 类中的方法 org.hipparchus.geometry.euclidean.twod.FieldVector2D
-
Compute the cross-product of the instance and the given points.
- crossProduct(Vector2D, Vector2D) - 类中的方法 org.hipparchus.geometry.euclidean.twod.FieldVector2D
-
Compute the cross-product of the instance and the given points.
- crossProduct(Vector2D, Vector2D) - 类中的方法 org.hipparchus.geometry.euclidean.twod.Vector2D
-
Compute the cross-product of the instance and the given points.
- crossProduct(Vector<Euclidean3D, Vector3D>) - 类中的方法 org.hipparchus.geometry.euclidean.threed.Vector3D
-
Compute the cross-product of the instance with another vector.
- cs() - 类中的方法 org.hipparchus.special.elliptic.jacobi.CopolarS
-
Get the value of the cs function.
- cs() - 类中的方法 org.hipparchus.special.elliptic.jacobi.FieldCopolarS
-
Get the value of the cs function.
- CUMULATIVE_PROBABILITY_RETURNED_NAN - 枚举类 中的枚举常量 org.hipparchus.exception.LocalizedCoreFormats
-
CUMULATIVE_PROBABILITY_RETURNED_NAN.
- CUMULATIVE_PROBABILITY_RETURNED_NAN - 枚举类 中的枚举常量 org.hipparchus.migration.exception.util.LocalizedFormats
-
已过时。CUMULATIVE_PROBABILITY_RETURNED_NAN.
- cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.BetaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.CauchyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.ChiSquaredDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.ConstantRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.EnumeratedRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.ExponentialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.FDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.GammaDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.GumbelDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.LaplaceDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.LevyDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.LogisticDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.LogNormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.NakagamiDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.NormalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.ParetoDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.TDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.TriangularDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.UniformRealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.distribution.continuous.WeibullDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 接口中的方法 org.hipparchus.distribution.RealDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(double) - 类中的方法 org.hipparchus.stat.fitting.EmpiricalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.BinomialDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.EnumeratedIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.GeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.HypergeometricDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.PascalDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.PoissonDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.UniformIntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 类中的方法 org.hipparchus.distribution.discrete.ZipfDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - cumulativeProbability(int) - 接口中的方法 org.hipparchus.distribution.IntegerDistribution
-
For a random variable
X
whose values are distributed according to this distribution, this method returnsP(X <= x)
. - currentInterval(FieldODEStateAndDerivative<T>) - 接口中的方法 org.hipparchus.ode.events.FieldAdaptableInterval
-
Get the current value of maximal time interval between events handler checks.
- currentInterval(ODEStateAndDerivative) - 接口中的方法 org.hipparchus.ode.events.AdaptableInterval
-
Get the current value of maximal time interval between events handler checks.
常量字段值|所有程序包|所有类和接口|序列化表格
MathIllegalStateException