Question: must do the code in c# For program3&4, you are to use algorithms for generating Gaussian/Normal distributions as well as a Poison distribution. You need
must do the code in c#
For program3&4, you are to use algorithms for generating Gaussian/Normal distributions as well as a Poison distribution. You need not document HOW these routines work. The purpose of the exercise is to SHOW graphically that we are using them properly and that we are experiencing the distributions we are expecting. Below, I have provided Visual Basic code for both but you can find your subroutines at a number of different web sites in just about any language you want. See links below. Program 3: Generate and plot the bins for X random number in a Gaussian/Normal distribution. You should be able to select a mean and a standard deviation as this will be required in the other labs. It is not overly tricky to do. Just remember that by default the normal/Gaussian distribution has a mean of 0 and a standard deviation of 1. That means that some of the randomly distributed random number could be NEGATIVE. In most languages, you can't use a negative index for an array element (Bin number)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
