Probability Archives - GaussianWaves https://www.gaussianwaves.com/tag/probability/ Signal Processing for Communication Systems Sun, 21 May 2023 14:26:09 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.4 https://i0.wp.com/www.gaussianwaves.com/gaussianwaves/wp-content/uploads/2016/02/cropped-gaussianwaves_logo_120_120.png?fit=32%2C32&ssl=1 Probability Archives - GaussianWaves https://www.gaussianwaves.com/tag/probability/ 32 32 163393712 Implementing Markov Chain in Python https://www.gaussianwaves.com/2022/03/implementing-markov-chain-in-python/ https://www.gaussianwaves.com/2022/03/implementing-markov-chain-in-python/#respond Sun, 20 Mar 2022 15:30:00 +0000 https://www.gaussianwaves.com/?p=37088 Keywords: Markov Chain, Python, probability, data analysis, data science Markov Chain Markov chain is a probabilistic models that describe a sequence of observations whose occurrence are statistically dependent only on the previous ones. This article is about implementing Markov chain in Python Markov chain is described in one of the earlier posts. For better understanding ... Read more

The post Implementing Markov Chain in Python appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2022/03/implementing-markov-chain-in-python/feed/ 0 37088
Bayes’ theorem https://www.gaussianwaves.com/2021/04/bayes-theorem/ https://www.gaussianwaves.com/2021/04/bayes-theorem/#comments Sat, 17 Apr 2021 13:48:29 +0000 https://www.gaussianwaves.com/?p=29510 Key focus: Bayes’ theorem is a method for revising the prior probability for specific event, taking into account the evidence available about the event. Introduction In statistics, the process of drawing conclusions from data subject to random variations – is called “statistical inference”. Usually, in any random experiment, the observations are recorded and conclusions have ... Read more

The post Bayes’ theorem appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2021/04/bayes-theorem/feed/ 3 29510
Hidden Markov Models (HMM) – Simplified !!! https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/ https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/#comments Tue, 17 Mar 2020 05:08:35 +0000 https://www.gaussianwaves.com/?p=22270 Markov chains are useful in computing the probability of events that are observable. However, in many real world applications, the events that we are interested in are usually hidden, that is we don’t observe them directly. These hidden events need to be inferred. For example, given a sentence in a natural language we only observe the ... Read more

The post Hidden Markov Models (HMM) – Simplified !!! appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/03/hidden-markov-models-hmm-simplified/feed/ 3 22270
Markov Chains – Simplified !! https://www.gaussianwaves.com/2020/03/markov-chains-simplified/ https://www.gaussianwaves.com/2020/03/markov-chains-simplified/#respond Fri, 06 Mar 2020 07:11:37 +0000 https://www.gaussianwaves.com/?p=22215 Key focus: Markov chains are a probabilistic models that describe a sequence of observations whose occurrence are statistically dependent only on the previous ones. ● Time-series data like speech, stock price movements.● Words in a sentence.● Base pairs on the rung of a DNA ladder. States and transitions Assume that we want to model the ... Read more

The post Markov Chains – Simplified !! appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2020/03/markov-chains-simplified/feed/ 0 22215
Plot histogram and estimated PDF in Matlab https://www.gaussianwaves.com/2016/10/how-to-use-histogram-function-in-matlab-to-plot-the-estimated-pdf-curve/ https://www.gaussianwaves.com/2016/10/how-to-use-histogram-function-in-matlab-to-plot-the-estimated-pdf-curve/#respond Thu, 06 Oct 2016 07:40:37 +0000 http://www.gaussianwaves.com/?p=12831 Key focus: With examples, let’s estimate and plot the probability density function of a random variable using Matlab histogram function. Generation of random variables with required probability distribution characteristic is of paramount importance in simulating a communication system. Let’s see how we can generate a simple random variable, estimate and plot the probability density function ... Read more

The post Plot histogram and estimated PDF in Matlab appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2016/10/how-to-use-histogram-function-in-matlab-to-plot-the-estimated-pdf-curve/feed/ 0 12831
Derive BPSK BER – optimum receiver in AWGN channel https://www.gaussianwaves.com/2012/07/intuitive-derivation-of-performance-of-an-optimum-bpsk-receiver-in-awgn-channel/ https://www.gaussianwaves.com/2012/07/intuitive-derivation-of-performance-of-an-optimum-bpsk-receiver-in-awgn-channel/#comments Wed, 25 Jul 2012 09:05:15 +0000 http://www.gaussianwaves.com/?p=1577 Key focus: Derive BPSK BER (bit error rate) for optimum receiver in AWGN channel. Explained intuitively step by step. BPSK modulation is the simplest of all the M-PSK techniques. An insight into the derivation of error rate performance of an optimum BPSK receiver is essential as it serves as a stepping stone to understand the ... Read more

The post Derive BPSK BER – optimum receiver in AWGN channel appeared first on GaussianWaves.

]]>
https://www.gaussianwaves.com/2012/07/intuitive-derivation-of-performance-of-an-optimum-bpsk-receiver-in-awgn-channel/feed/ 5 1577