Package jline.lib.butools.trace
Class PdfFromTrace
java.lang.Object
jline.lib.butools.trace.PdfFromTrace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classResult class for PdfFromTrace containing x and y arrays. -
Method Summary
Modifier and TypeMethodDescriptionstatic PdfFromTrace.PdfResultpdfFromTrace(double[] trace, double[] intBounds) Returns the empirical density function of a trace.static PdfFromTrace.PdfResultpdfFromWeightedTrace(double[] trace, double[] weights, double[] intBounds) Returns the empirical density function of a weighted trace.
-
Method Details
-
pdfFromTrace
Returns the empirical density function of a trace. -
pdfFromWeightedTrace
public static PdfFromTrace.PdfResult pdfFromWeightedTrace(double[] trace, double[] weights, double[] intBounds) Returns the empirical density function of a weighted trace.
-