Class BiLaplacianBlend



  • public class BiLaplacianBlend
    extends Function
    Log prior for an laplacian distribution with an extra mass at zero, eg a mixture of a laplacian with another much narrower laplacian. The log prior is basically an abs function with with a extra-deep pit at zero. Paramters control the width and depth of the pit. Two linear phases blended exponentially.
    • Constructor Detail

      • BiLaplacianBlend

        public BiLaplacianBlend()
    • Method Detail

      • setExponent

        public void setExponent(double b)
      • setStrength

        public void setStrength(double a)
      • getJump

        public double getJump()
      • format

        public java.lang.String format(java.lang.String t)
        Specified by:
        format in class Function
      • apply

        public final double apply(double t)
        Specified by:
        apply in class Function