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 »

©Postnetwork-All rights reserved.