Search:

Type: Posts; User: drew.field

Search: Search took 0.10 seconds.

  1. Re: Need help with my standard deviation code.

    That did it! Thanks so much.
  2. Need help with my standard deviation code.

    Here is the data set that is given as an example:

    1 2 3 4.5 5.6 6 7 8 9 10

    They give the answer as: 2.99794

    Here is my code:

    import java.util.*;
    public class Exercise05_21 {
Results 1 to 2 of 2