Combine two vectors together
Makes a deep copy of the vector
Returns a vector that stores the cumulated values of the original vector
Cumulates the original vector in place
Returns the density of the noncentral Chi-squared distribution.
Returns the log-density of a set of noncentral Chi-squared
distributions.
Divided by another DoubleVector element by element
Divided by another DoubleVector element by element in place
Returns the density values of a set of normal distributions with
different means.
Returns the log-density values of a set of normal distributions with
different means.
Applies a method to the vector
DoubleVector.minus(double x)
Subtracts another DoubleVector element by element
Subtracts a value in place
Subtracts another DoubleVector element by element in place
Returns the cumulative probability of a set of noncentral Chi-squared
distributions.
DoubleVector.plus(double x)
Adds a value to all the elements
Adds another vector element by element
Adds a value to all the elements in place
Adds another vector in place element by element
Returns the cumulative probability of a set of normal distributions
with different means.
Returns a random vector of uniform distribution
Generates a sample of a Chi-square distribution.
Returns the reverse vector
Maths.rnorm(int n,
double mean,
double sd,
Random random)
Generates a sample of a normal distribution.
Returns the signs of all elements in terms of -1, 0 and +1.
Returns the square-root of all the elements in the vector
Returns the squared vector
DoubleVector.times(double s)
Multiplies another DoubleVector element by element
Multiply a vector by a scalar in place, u = s * u
Multiplies another DoubleVector element by element in place
Returns a vector from the pivoting indices.
Combine two vectors together
Returns the density of the noncentral Chi-squared distribution.
Returns the log-density of a set of noncentral Chi-squared
distributions.
Divided by another DoubleVector element by element
Divided by another DoubleVector element by element in place
Returns the density values of a set of normal distributions with
different means.
Returns the log-density values of a set of normal distributions with
different means.
double
Returns the inner product of two DoubleVectors
Subtracts another DoubleVector element by element
Subtracts another DoubleVector element by element in place
Returns the cumulative probability of a set of noncentral Chi-squared
distributions.
Adds another vector element by element
Adds another vector in place element by element
Returns the cumulative probability of a set of normal distributions
with different means.
void
Set some elements using a DoubleVector.
void
Set the elements using a DoubleVector
double
Multiplies another DoubleVector element by element
Multiplies another DoubleVector element by element in place