Thread: variance

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    6

    variance

    i need to generate a zero mean sequence v(n) of variance 0.3 using the standard rand() method.

    is there any standard method to do this?

  2. #2
    Registered User
    Join Date
    Dec 2003
    Posts
    3
    what is a zero mean sequence ??

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >is there any standard method to do this?
    Go to www.google.com, type in "rand zero mean variance" and hit enter. Then click on the groups button and enter the wonderful world of newsgroups.

    >what is a zero mean sequence ??
    Perform all but the last of the above steps and enter the wonderful world of netdiving.
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Calculating Variance
    By Phyxashun in forum C++ Programming
    Replies: 8
    Last Post: 01-04-2009, 05:28 AM
  2. calculating the variance of random numbers
    By Unregistered in forum C Programming
    Replies: 18
    Last Post: 11-22-2004, 08:16 AM
  3. mean and variance
    By tmoney$ in forum C Programming
    Replies: 2
    Last Post: 05-06-2003, 01:46 PM
  4. Need help!
    By Sarah001 in forum C++ Programming
    Replies: 5
    Last Post: 07-21-2002, 07:11 PM
  5. Parsing and Tokens (strtok)
    By readerwhiz in forum C Programming
    Replies: 6
    Last Post: 04-22-2002, 09:57 AM