Package | Description |
---|---|
org.apache.commons.math.distribution |
Implementations of common discrete and continuous distributions.
|
org.apache.commons.math.linear |
Linear algebra support.
|
Modifier and Type | Method and Description |
---|---|
double |
AbstractContinuousDistribution.density(double x)
Return the probability density for a particular point.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidMatrixException
Thrown when a system attempts an operation on a matrix, and
that matrix does not satisfy the preconditions for the
aforementioned operation.
|
class |
MatrixIndexException
Thrown when an operation addresses a matrix coordinate (row, col)
which is outside of the dimensions of a matrix.
|
class |
MatrixVisitorException
Thrown when a visitor encounters an error while processing a matrix entry.
|
class |
NonSquareMatrixException
Thrown when an operation defined only for square matrices is applied to non-square ones.
|
class |
SingularMatrixException
Thrown when a matrix is singular.
|
Copyright © 2003–2018. All rights reserved.