Central Limit Theorem Demonstration – C PROGRAM
One of the fundamental theorems of probability is the Central Limit Theorem. This theorem says that if is the sum of mutually independent…
Read MoreOne of the fundamental theorems of probability is the Central Limit Theorem. This theorem says that if is the sum of mutually independent…
Read MoreAcceptance-Rejection method can be used to produce random numbers following a certain probability density function. This is done by generating random numbers following…
Read MoreOkay, so here I am sharing a code for fitting a polynomial to a given set of data-points using the Least Squares Approximation Method(Wikipedia).…
Read MoreIn this post I will be showing you how to write a code that fits the data-points to an exponential function, like: where,…
Read MoreIn this post I am sharing a C program that uses the least-squares approximation (also known as Chi square minimization) to find the…
Read MoreI am posting here the question Paper for the subject: Advanced Numerical Techniques (Theory and Practical) for the IV semester year 2017. The…
Read MoreI am posting here the question papers for the subject: Astronomy and Astrophysics (II) for the IV semester year 2018. The question papers…
Read More[wpedon id=”7041″ align=”center”]
Read MoreI am posting here the question Paper for the subject: Advanced Numerical Techniques (Theory and Practical) for the IV semester year 2018. The…
Read MoreI am posting here the question Paper for the subject: Physics at Nanoscale II (Theory) for the IV semester year 2017. The question…
Read More