Package | Description |
---|---|
fr.cnes.sirius.patrius.math.distribution | |
fr.cnes.sirius.patrius.math.linear |
Constructor and Description |
---|
MixtureMultivariateNormalDistribution(RandomGenerator rng,
List<Pair<Double,MultivariateNormalDistribution>> components)
Creates a mixture model from a list of distributions and their
associated weights.
|
Modifier and Type | Class and Description |
---|---|
class |
NonSquareMatrixException
Exception to be thrown when a square matrix is expected.
|
class |
NonSquareOperatorException
Exception to be thrown when a square linear operator is expected.
|
Modifier and Type | Method and Description |
---|---|
abstract RealVector |
RealVector.ebeDivide(RealVector v)
Element-by-element division.
|
abstract RealVector |
RealVector.ebeMultiply(RealVector v)
Element-by-element multiplication.
|
Copyright © 2020 CNES. All rights reserved.