Package | Description |
---|---|
broadwick.math |
Provides various math functions.
|
broadwick.statistics.distributions |
This package contains classes for defining distributions, including user defined ones.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.copy()
Create a copy of the matrix.
|
Matrix |
Matrix.inverse()
Get the inverse of the matrix.
|
Matrix |
Matrix.multiply(double d)
Returns the result of postmultiplying this by a scalar.
|
Matrix |
Matrix.multiply(Matrix m)
Returns the result of postmultiplying this by m.
|
Matrix |
Matrix.subtract(Matrix m)
Returns the result of subtracting m from this.
|
Matrix |
Matrix.transpose()
Get the transpose of the matrix.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.multiply(Matrix m)
Returns the result of postmultiplying this by m.
|
Matrix |
Matrix.subtract(Matrix m)
Returns the result of subtracting m from this.
|
Modifier and Type | Field and Description |
---|---|
private Matrix |
TruncatedMultivariateNormalDistribution.covariances |
Constructor and Description |
---|
TruncatedMultivariateNormalDistribution(Vector means,
Matrix covariances,
Vector lb,
Vector ub)
Create an instance of a multivariate distribution that is bounded.
|
Copyright © 2015 University of Glasgow. All rights reserved.