类的使用
org.meteoinfo.math.stats.kde.Event
-
使用Event的程序包 程序包 说明 org.meteoinfo.math.stats.kde -
-
org.meteoinfo.math.stats.kde中Event的使用
参数类型为Event的org.meteoinfo.math.stats.kde中的方法 修饰符和类型 方法 说明 doubleKDE. logPdf(Event e)Computed the log probability of event e.protected java.util.List<java.lang.Double>BallTree. logPdfRecurse(Event e)Computing the log probability in a recursive way on the tree.protected doubleBall. maxPdf(Event e)Maximum log probability that can be obtained from the regionprotected doubleBall. minPdf(Event e)Minimum log probability that can be obtained from the region类型变量类型为Event的org.meteoinfo.math.stats.kde中的方法参数 修饰符和类型 方法 说明 protected static java.util.List<java.lang.Double>BallTree. computeLogKernel(double[] y, java.util.List<Event> samples)static KDEKDE. trainAdaptiveKDE(java.util.List<Event> data, double h0, int K)Creates a Kernel Density Estimation for the data using the adaptive bandwidth method.static KDEKDE. trainAdaptiveKDE(java.util.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 KDEKDE. trainFixedKDE(java.util.List<Event> data, double h)Creates a Kernel Density Estimation for the data using the fixed bandwidth method.参数类型为Event的org.meteoinfo.math.stats.kde中的构造器 构造器 说明 Ball(double[] ll, double[] ur, Event event, int numPoints, Ball leftBall, Ball rightBall, double minBW, double maxBW)Creating a Ball on split, saving all necessary sufficient statistics for the region.类型变量类型为Event的org.meteoinfo.math.stats.kde中的构造器参数 构造器 说明 Ball(java.util.List<Event> ballData)Creates a ball from the given data - for case where no more split is neededBallTree(java.util.List<Event> data, int minParent)Creates a Ball Tree (k-d tree) for the data to reduce the speed of the log probability computation.
-