| 程序包 | 说明 |
|---|---|
| org.meteoinfo.math.stats.kde |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static KDE |
KDE.trainAdaptiveKDE(List<Event> data,
double h0,
int K) |
Creates a Kernel Density Estimation for the data using the adaptive bandwidth method.
|
static KDE |
KDE.trainAdaptiveKDE(List<Event> data,
int K) |
Creates a Kernel Density Estimation for the data using the adaptive bandwidth method
with the default value of (h0 = 0).
|
static KDE |
KDE.trainFixedKDE(List<Event> data,
double h) |
Creates a Kernel Density Estimation for the data using the fixed bandwidth method.
|
Copyright © 2019. All rights reserved.