Package | Description |
---|---|
jdistlib.math.density |
Modifier and Type | Method and Description |
---|---|
static Kernel |
Kernel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Kernel[] |
Kernel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Density |
Density.density(double[] x,
Bandwidth bandwidth,
double adjust,
Kernel kernel,
double[] weights,
double width,
int n,
double from,
double to,
double cut) |