Entries by Student

write my assignment 8132

Simulated data is frequently used in economic research. An example of how a simulated data set may be constructed is through using a random number generator. Consider when random numbers between 0 and 1 are generated, with each generated number having four decimal places. Now decide that a sample of 500,000 randomly generated numbers is to be selected. These 500,000 numbers will form what is called a data set. 

If the mean of distribution of the individual random numbers between 0 and 1 is 0.5 and the variance 1/12, calculate:

a) The probability that a random sample of 500,000 numbers (a data set) will have a sample mean no larger than 0.5005. Answer to 4 decimal places: 

b) Using the probability from part a, if 1,000 data sets include 500,000 random numbers, how many of these data sets would be expected to have a sample mean of no larger than 0.5005 (calculate to the nearest whole number)? Answer: 

 

"Not answered?"


Get the Answer

write my assignment 16071

Write 4 page essay on the topic Amazonian Ageing and Cultural Stress.

From this study it is clear that&nbsp.in the United States, the link between biomedicine, ageism, and culture is centred on the dietary and physical needs of the ageing population. Currently, the United States ageing population is increasing older, with more of the male and female population reaching ages into their late nineties. This places increased importance on health in the older age groups, where gender, age, obesity, fat distribution, and diet are common correlates of high blood pressure. In Amazonia, the general ‘aged’ population exists between the ages of 21-49, and high blood pressure.This paper outlines that&nbsp.the social practices of traditional Amazonian tribes are likely the reason dietary activities are not the focus of medical concerns in the ageing population. Though there has been some indication that the traditional tribes of the Cof´an are consuming more Western foods with increased salt, their social welfare is still highly integrated with their meals. Gardening, hunting and fishing are all important parts of the subsistence lifestyle, and, importantly all members, even the aged, participate in the growing and gathering of foodstuffs.&nbsp.The aged Amazonian still has a significant and functional role in the social village in gardening and gathering, and thus does not face the same role reduction that many United States retirees are subjected too, and the aged villager is not socially isolated from the village.

 

"Not answered?"


Get the Answer

write my assignment 14623

Why do you think it is important to distinguish between employee and independent contractor? Which would you prefer? Discuss the two laws that Congress attempted to pass to thwart misclassification of workers. Explain. However, in this scenario, we need to address the issue of whether the policies imposed by TLC Pet Care are legal. In other words, can TLC Pet Care require its employees to take a polygraph test, psychological test, drug test? Please explain. are there other situations under EPPA that would allow an employer to require its employees to take a lie detector test/polygraph test? Explain. Class… great observations in regards to Rachel’s activities throughout the day and where she can possibly improve performance. In my personal experience managing projects, I can say rarely are two days the same… meaning there will be days like the one Rachel just encountered. Class, why do you think Rachel’s company hired her? What exactly are the scope of her duties and performance metrics associated with the position? For example, if she worked in sales, she would be judged on how many products she sold for a given period. In this particular position, what are the measurables if any?

Q.1 Why do you think it is important to distinguish between employee and independentcontractor? Which would you prefer? Discuss the two laws that Congress attempted to pass tothwart…

 

"Not answered?"


Get the Answer

write my assignment 13201

Need help with java homework.

1. What is the name for a method that responds to events?

A. Call by Parameter

B. Call by Object

C. Call by Value

D. All of the above

2. What is the name for a method that responds to events?

A. A container method

B. A listener method

C. An application method

D. A snoop method

3. The following is a definition of an abstract class Book using Java.

abstract class Book {

   String title;

   abstract void setTitle(String s);

   String getTitle() {

       return title;

   }

}

What occurs when the following line of code is compiled?

Book novel = new Book();

A. A new Book is instantiated

B. A compiler warning

C. A compiler error

D. Nothing

4. Fill in the blanks so that this program displays a Java GUI frame:

public class MyFrame {

  public static void main ( String [] args ) {

     JFrame frame = new _________( “My JFrame” );

     frame.___________( 150, 150 );

     frame.___________( true );

  }

}

A. JFrame, setVisible, setSize

B. JWindow, setSize, paint

C. JForm, setVisible, setOn

D. JFrame, setSize, setVisible

 

"Not answered?"


Get the Answer