meiyulee / continuous_Bernoulli

There are C language computer programs about the simulator, transformation, and test statistic of continuous Bernoulli distribution. More than that, the book contains continuous Binomial distribution and continuous Trinomial distribution.
25 stars 3 forks source link

Screen Shots of exe files [03,04] #2

Open meiyulee opened 3 years ago

meiyulee commented 3 years ago

The case is lambda = 0.4, n = 100.

Run C:\C_Bernoulli\C_Bernoulli_03.exe.

It simulates the sampling distribution of the sample mean for continuous Bernoulli.


Run C:\C_Bernoulli\C_Bernoulli_04.exe.

It simulates the continuous Bernoulli's lambda point estimator(MLE estimated equation).


Note: large n needs more time to get the sampling distribution of the sample mean.