Documentation of 'hep.aida.ref.function.FunctionUtils' Java class
FunctionUtils
hep.aida.ref.function

Class FunctionUtils



  • public abstract class FunctionUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      FunctionUtils() 
    • Constructor Detail

      • FunctionUtils

        public FunctionUtils()
    • Method Detail

      • setRandomSeed

        public static void setRandomSeed(long seed)
      • fill

        public static void fill(IHistogram1D hist,
                                IFunction func,
                                int entries,
                                double yMax)
        Fills IHistogram1D with random entries according to the provided distribution.
        Parameters:
        hist - Histogram to be filled
        func -
        entries - How many entries to put in the Histogram
        yMax - Maximum value the function can take on the range. This does not have to be the exact value, just make sure that function never takes value bigger than yMax.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.