Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Help with variance and standard deviation

  1. #1
    Junior Member
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with variance and standard deviation

    its alrite its sorted nw thanks sorry for wasting your time anyways inabit
    Last edited by alexpayne5657; November 30th, 2011 at 05:15 PM.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help with variance and standard deviation

    Do you have the equations for computing the variance and standard deviation?
    I don't see any comments in your code that shows the equations that you are trying to implement.

    Please edit your code and wrap it in code tags to make it easier to read.
    See: BB Code List - Java Programming Forums - The Java Community

  3. #3
    Junior Member
    Join Date
    Nov 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with variance and standard deviation

    ive got the formula there where it says calculate var the standard deviation will work if the variance does but cant get variance to work correctly

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Help with variance and standard deviation

    Sorry I don't see any comments with formulas. There is code but no comments saying what the code is supposed to do and how it is going to do it.

Similar Threads

  1. Convert image file to standard JPEG
    By AlexeiBlue in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: October 3rd, 2011, 08:00 AM
  2. Need help with my standard deviation code.
    By drew.field in forum What's Wrong With My Code?
    Replies: 2
    Last Post: April 16th, 2011, 03:01 PM
  3. Replies: 7
    Last Post: November 23rd, 2010, 11:03 PM
  4. STANDARD CALCULATOR
    By asdfg in forum What's Wrong With My Code?
    Replies: 5
    Last Post: August 27th, 2010, 08:41 PM
  5. How to capture standard output from another program ?
    By ni4ni in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: March 3rd, 2010, 11:00 AM