Java org.apache.mahout.math.random MultiNormal fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math.random MultiNormal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math.random MultiNormal.

The text is from its open source code.

Constructor

MultiNormal(Vector diagonal)
Constructs a sampler with diagonal scale matrix.
MultiNormal(int dimension)
MultiNormal(Vector diagonal, Vector mean)
Constructs a sampler with diagonal scale matrix and (potentially) non-zero mean.
MultiNormal(Matrix a, Vector mean)
Constructs a sampler with non-trivial scale matrix and mean.
MultiNormal(double radius, Vector mean)

Method

Vectorsample()