Examples of DiracProbabilityDensityFunction


Examples of ca.eandb.jmist.framework.pdf.DiracProbabilityDensityFunction

     * @param wavelength The wavelength to add.
     * @return A reference to this <code>Builder</code>.
     */
    public Builder addWavelength(double wavelength) {
      String name = String.format("%d nm", (int) Math.round(wavelength / 1e-9));
      return addChannel(name, new DiracProbabilityDensityFunction(wavelength));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.