0

How is the probability density function of a continuous random variable computed? For example, how is the Gaussian pdf for a continuos random variable computed? If you were the first one to come up with Gaussian pdf, how might you have done it? Could you briefly explain it using an example?

Charles Tucker 3
  • 1,803
  • 4
  • 20

1 Answers1

0

First you must decide what continuous probability distribution best fits your problem: normal, exponential, lognormal,... Then you estimate the parameters of that particular distribution by taking samples from the population. The uncertainty in the estimated parameters can also be estimated. A good book on probability and statistics provides the details and examples; for example Dougherty's textbook Probability and Statistics for the Engineering, Computing, and Physical Sciences (Prentice-Hall).

John Darby
  • 9,351