Bindeshwar S. Kushwaha

Logistic Distribution PDF

Logistic Regression

Hyperbolic Functions These functions are very important in regression, classification and to build neural networks. Moreover, it is important to remember expression hyperbolic functions in the form of exponential functions. I have written the expressions and plotted the functions using python library. Python Codes to Plot Hyperbolic Functions import numpy as np import matplotlib.pyplot as

Logistic Regression Read More »

Poisson Distribution as a Limiting Case of Binomial Distribution

For large value of n binomial distribution asymptotically tends to Poisson distribution. Probability distribution  function of binomial random variable  is Probability distribution of Poisson random variable is Poisson Distribution as a Limiting Case of Binomial Distribution Python Code for Binomial Distribution from scipy.stats import binom import numpy as np import matplotlib.pyplot as plt # Let

Poisson Distribution as a Limiting Case of Binomial Distribution Read More »

Mean of Exponentially Distributed Random Variable X

Exponential Probability Distribution

A random variable X is said to follow exponential distribution if it follows the following probability mass function. Exponential probability distribution is a continuous distribution. Probability Distribution Function of Exponentially Distributed Variable X   It is heavily used in the Internet traffic modelling and of study queuing models. Numerical Example- Problem- If a computer receives

Exponential Probability Distribution Read More »

Expectation of X in Binomial Distribution

Binomial Distribution in Statistics

Let X be a random variable, it is said to follow binomial distribution if it follows the following probability mass function. And it can have only non-negative values. The binomial distribution is a discrete probability distribution. Binomial distribution is used to model problems, for instance,  getting  number of success after certain  number of random experiments

Binomial Distribution in Statistics Read More »

Uniform-Distributionsize5000.png

Uniform Distribution

Uniform Distribution or Rectangular Distribution Uniform distribution or rectangular distribution is a continuous probability distribution. Definition- A random variable X is said to follow uniform or rectangular distribution it follows the following probability distribution function. And is denoted by X~U(a,b) Python Code to Plot Uniform Distribution import numpy import matplotlib.pyplot as plt a=20 b=50 x=

Uniform Distribution Read More »

Area Under Normal Distribution Curve

Central Limit Theorem and Normal Distribution

  Why is normal distribution is important? To understand the question you have to go through the Central Limit Theorem. Central Limit Theorem According to central limit theorem if X1, X2, X3,……Xn are random variables drawn from any probability distribution function with mean  Σμi  and standard deviation Σσi where (i=1,2,3,……n). The sum of random variables

Central Limit Theorem and Normal Distribution Read More »

©Postnetwork-All rights reserved.