Chalkboard - v3.0.4
    Preparing search index...

    Function Gaussian

    • Defines a Gaussian function.

      Parameters

      • height: number

        The height of the distribution

      • mean: number

        The mean of the distribution

      • deviation: number

        The standard deviation of the distribution

      Returns ChalkboardFunction

      const bell = Chalkboard.stat.Gaussian(1, 0, 1);
      const peak = Chalkboard.real.val(bell, 0); // Returns 1