Uses of Interface
com.irurueta.statistics.MultivariateNormalDist.JacobianEvaluator
Packages that use MultivariateNormalDist.JacobianEvaluator
-
Uses of MultivariateNormalDist.JacobianEvaluator in com.irurueta.statistics
Methods in com.irurueta.statistics with parameters of type MultivariateNormalDist.JacobianEvaluatorModifier and TypeMethodDescriptionstatic MultivariateNormalDist
MultivariateNormalDist.propagate
(MultivariateNormalDist.JacobianEvaluator evaluator, double[] mean, Matrix covariance) Evaluates the Jacobian and a multivariate function at a certain mean point and computes the non-linear propagation of Gaussian uncertainty through such function at such point.static void
MultivariateNormalDist.propagate
(MultivariateNormalDist.JacobianEvaluator evaluator, double[] mean, Matrix covariance, MultivariateNormalDist result) Evaluates the Jacobian and a multivariate function at a certain mean point and computes the non-linear propagation of Gaussian uncertainty through such function at such point.static MultivariateNormalDist
MultivariateNormalDist.propagate
(MultivariateNormalDist.JacobianEvaluator evaluator, MultivariateNormalDist dist) Evaluates the Jacobian and a multivariate function at a certain mean point and computes the non-linear propagation of Gaussian uncertainty through such function at such point.static void
MultivariateNormalDist.propagate
(MultivariateNormalDist.JacobianEvaluator evaluator, MultivariateNormalDist dist, MultivariateNormalDist result) Evaluates the Jacobian and a multivariate function at a certain mean point and computes the non-linear propagation of Gaussian uncertainty through such function at such point.MultivariateNormalDist.propagateThisDistribution
(MultivariateNormalDist.JacobianEvaluator evaluator) Evaluates the Jacobian and a multivariate function at the mean point of this distribution and computes the non-linear propagation of Gaussian uncertainty through such function at such point.void
MultivariateNormalDist.propagateThisDistribution
(MultivariateNormalDist.JacobianEvaluator evaluator, MultivariateNormalDist result) Evaluates the Jacobian and a multivariate function at the mean point of this distribution and computes the non-linear propagation of Gaussian uncertainty through such function at such point.