Java org.apache.commons.math3.distribution MultivariateRealDistribution fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

doubledensity(double[] x)
Returns the probability density function (PDF) of this distribution evaluated at the specified point x .
double[]sample()
Generates a random value vector sampled from this distribution.