Month: February 2024

Computer Softwares R langauage

Compare Statistical Distributions by Density Plot | shiny Application -Part2

In the previous article entitled Statistical Distribution and Its Density Plot Shiny Application – Part 1, we learned how to draw the graph of the density function of a distribution by generating random numbers from that distribution. In this article, we will solve the disadvantages and problems that existed in the previous program and provide […]

Loading

General R langauage Statistics

Statistical Distribution and Its Density Plot | shiny Application -Part1

In the previous post entitled Random Numbers, we mentioned how to generate random numbers from the normal distribution in the R programming language showing statistical distribution and its density plot. In this post, with the help of the Shiny library in R programming language, we will get the desired distribution type and parameter from the […]

Loading

Back To Top