Recent content by toothpaste666

  1. T

    How can I push individual projects using GIT and Netbeans?

    Hey everyone I am using GIT with netbeans to push projects to my bitbucket. The problem is I think I somehow accidentally set it so that it commits my entire workspace. What I mean by this is when I try to push one of my projects to one repository it pushes all of them instead of just the one I...
  2. T

    Java What are some open source projects for gaining experience with Java?

    Hello everyone. I am a computer science and applied math double major. I want to get involved in an open source project so I can gain experience and so I have something to show potential employers that I worked on. I just created a GITHUB account and I am not an expert at using it, nor have I...
  3. T

    How Do You Solve Recurrence Relations with Restricted Subsequences?

    Thank you everyone I just want to test the subscript feature an-1
  4. T

    How Do You Solve Recurrence Relations with Restricted Subsequences?

    Homework Statement a) Find a rec. rel. for an, the number of sequences of length n formed by u's, v's, and w's with the subsequence vv not allowed. b) Repeat part a) but now with the requirement that there is no subsequence uwv. The Attempt at a Solution a) the first letter in the sequence can...
  5. T

    Calculating Sample Size for Proportion Estimation

    I apologize. This is the first stats class I have taken, so I wanted to make sure I understand the differences between all the different cases and that I am using the correct statistic for the correct problems. It is because I am reviewing for a final. I won't post any more hypothesis testing...
  6. T

    Calculating Sample Size for Proportion Estimation

    Homework Statement A national safety council wishes to estimate the proportion of automobile accidents that involve pedestrians. How large a sample of accident records must be examined to be 99% certain that the estimate does not differ from the true proportion by more than 0.03? Answer the...
  7. T

    Hypothesis Test on Bank Service Ratings

    ok I was looking at the wrong chapter of my book. It is a large sample so we use the statistic H0 : p = p0 H1 : p ≠ p0 Z = (x-np0)/sqrt(np0(1-p0)) = (258 - 505(.46))/sqrt(505(.46)(.54)) = 2.29 we reject H0 if Z > zα/2 or Z < -zα/2 zα/2 = z.1/2= z.05 = 1.645 Z > zα/2 so we reject the null...
  8. T

    Small sample test concerning 2 means with different variances

    Thank you. hopefully the assumption that the populations are normal doesn't cause me too much trouble
  9. T

    Small sample test concerning 2 means with different variances

    Homework Statement The deterioration of many municipal pipeline networks across the county is a growing concern. An article stated that the fusion process increased the average tensile strength. Data on tensile strength (psi) of linen specimens when a certain fusion process was used and when...
  10. T

    Test comparing the means of 2 water samples

    Homework Statement In June 2010, chemical analyses were made of 85 water samples (each of unit volume) taken from various parts of a city lake, and the measurements of chlorine content were recorded. During the next two winters, the use of road salt was substantially reduced in the catchment...
  11. T

    Test concerning difference of two means

    Homework Statement The following are the number of sales which a sample of nine salespeople of industrial chemicals in California and a sample of six salespeople of industrial chemicals in Oregon made over a certain fixed period of time. California: 59, 68, 44, 71, 63, 46, 69, 54, 48 Oregon...
  12. T

    Hypothesis test and finding type 2 error probability

    Homework Statement From extensive records it is known that the duration of treating a disease by a standard therapy has a mean of 15 days. It is claimed that a new therapy can reduce the treatment time. To test this claim, the new therapy is to be tried on 70 patients and their times to recovery...
Back
Top