Results 1 to 2 of 2

Thread: How does iGaussRange work?

  1. #1
    Join Date
    Dec 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default How does iGaussRange work?

    If I call iGaussRange(1,10), does it return more heavily towards the middle of the range? or is the peak also random?

  2. #2
    Join Date
    Feb 2012
    Location
    Norway
    Posts
    995
    Mentioned
    145 Post(s)
    Quoted
    596 Post(s)

    Default

    Quote Originally Posted by kewlpopo View Post
    If I call iGaussRange(1,10), does it return more heavily towards the middle of the range? or is the peak also random?
    The peak is towards the mean, if the peak was random it would have the same outcome as regular "Random", as a result of a new peak location being computed every time you call it.

    And just for reference, throwing an actual output of the function plotted (terribly):
    Last edited by slacky; 04-26-2018 at 10:20 PM.
    !No priv. messages please

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •