Documentation of 'jdistlib.math.density.Density' Java class
Density
jdistlib.math.density

Class Density



  • public class Density
    extends java.lang.Object
    Corresponds to R's density function. Using JTransform's FFT routine
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double[] x 
      double[] y 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Density density(double[] x) 
      static Density density(double[] x, Bandwidth bandwidth, double adjust, Kernel kernel, double[] weights, double width, int n, double from, double to, double cut) 
      static Density density(double[] x, double adjust) 
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public double[] x
      • y

        public double[] y
    • Method Detail

      • density

        public static final Density density(double[] x,
                                            Bandwidth bandwidth,
                                            double adjust,
                                            Kernel kernel,
                                            double[] weights,
                                            double width,
                                            int n,
                                            double from,
                                            double to,
                                            double cut)
      • density

        public static final Density density(double[] x)
      • density

        public static final Density density(double[] x,
                                            double adjust)
      • main

        public static final void main(java.lang.String[] args)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.