| Package | Description |
|---|---|
| org.math.array | |
| org.math.array.util |
| Modifier and Type | Method and Description |
|---|---|
static double[][] |
DoubleArray.f(double[][] M,
Function f)
Apply a scalar function to every element of an array.
|
static double[] |
DoubleArray.f(double[] M,
Function func)
Apply a scalar function to every element of an array.
|
static double[] |
StatisticSample.randomRejection(int m,
Function fun,
double maxFun,
double min,
double max) |
static double[][] |
StatisticSample.randomRejection(int m,
int n,
Function fun,
double maxFun,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
static double |
Random.rejection(Function fun,
double maxFun,
double min,
double max)
Generate a random number from a random variable definied by its density
function, using the rejection technic. !!!
|
Copyright © 2015. All rights reserved.