Java org.apache.commons.math3.random CorrelatedRandomVectorGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.random CorrelatedRandomVectorGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.random CorrelatedRandomVectorGenerator.

The text is from its open source code.

Constructor

CorrelatedRandomVectorGenerator(double[] mean, RealMatrix covariance, double small, NormalizedRandomGenerator generator)
Builds a correlated random vector generator from its mean vector and covariance matrix.

Method

double[]nextVector()
Generate a correlated random vector.