Python Fundamentals - String

A string is a sequence of characters. Generally, computers do not deal with characters, they deal with numbers. Even though you may see characters on your screen, internally it is stored and manipulated as a combination of 0’s and 1’s. The conversion of a character to a number is called encoding, and the reverse process …

Python Fundamentals - String Read More »

 12,074 total views

Python Fundamentals - Dictionary

Python dictionary is an unordered collection of items, which means we can’t index it. In comparison, other compound data types have only value as an element.A dictionary has a key: value pair, and it can be visualized as a table containing two columns, a key column, and a value column to get the value given …

Python Fundamentals - Dictionary Read More »

 12,052 total views

Essentials of Data Science – Probability and Statistical Inference - Normal Distribution

In this note series on Probability and Statistical Inference, we have already seen the importance of probability distributions and their associated probability functions for discrete random variables. In addition, we have learned to resemble a natural random phenomenon with these probability distributions. These distributions were Degenerate distribution, Uniform distribution, Bernoulli distribution, Binomial distribution, Poisson distribution, and Geometric distribution. This note will cover probability distributions and …

Essentials of Data Science – Probability and Statistical Inference - Normal Distribution Read More »

 22,339 total views,  1 views today

Essentials of Data Science – Probability and Statistical Inference - Continuous Uniform Distribution

In this note series on Probability and Statistical Inference, we have already seen the importance of probability distributions and their associated probability functions for discrete random variables. These distributions were Degenerate distribution, Uniform distribution, Bernoulli distribution, Binomial distribution, Poisson distribution, and Geometric distribution. In addition, we have learned to resemble a natural random phenomenon with these probability distributions. This note will cover probability distributions and …

Essentials of Data Science – Probability and Statistical Inference - Continuous Uniform Distribution Read More »

 12,184 total views

Essentials of Data Science – Probability and Statistical Inference - Geometric Distribution

In this note series on Probability and Statistical Inference, we have seen the importance of probability distributions such as Bernoulli distribution, Binomial distribution, and Poisson distribution, and how these distributions resemble a real random phenomenon. This note will cover the basic intuition behind Geometric distribution, expectation, variance, and other quantitative measures to characterize the geometric random …

Essentials of Data Science – Probability and Statistical Inference - Geometric Distribution Read More »

 12,217 total views

Essentials of Data Science – Probability and Statistical Inference - Poisson Distribution

In the previous note on Probability and Statistical Inference, we have seen the importance of probability distributions. This note will cover the basic intuition behind Poisson distribution, expectation, variance, and other quantitative measures to characterize the random variable. Further, we will also cover various similar phenomena following Poisson distribution. Using the probability functions of Poisson distribution, …

Essentials of Data Science – Probability and Statistical Inference - Poisson Distribution Read More »

 12,106 total views

Essentials of Data Science – Probability and Statistical Inference - Bernoulli and Binomial Distributions

In the previous note on Probability and Statistical Inference, we have seen the importance of probability distributions. This note will cover the basic intuition behind Bernoulli and Binomial distributions, expectation, variance, and other quantitative measures to characterize the probability distribution. Further, we will also cover various similar phenomena following Bernoulli and Binomial distributions. Using the probability …

Essentials of Data Science – Probability and Statistical Inference - Bernoulli and Binomial Distributions Read More »

 22,198 total views

Essentials of Data Science – Probability and Statistical Inference - Introduction to Probability Distributions

In the previous note on the Probability and Statistical Inference, we have seen the the important concept of probability and statistics which are as follows: At the very first, we have seen the basic theory of probability and how to model a random phenomenon by satisfying the axioms of probability. Further, we explore the random variables …

Essentials of Data Science – Probability and Statistical Inference - Introduction to Probability Distributions Read More »

 22,242 total views

Essentials of Data Science – Probability and Statistical Inference - Quantiles and Tschebyschev’s Inequality

In the previous note on the Probability and Statistical Inference, we have learned expectations, moments, skewness, and kurtosis to measure the central tendency, dispersion, symmetry, and peakedness of probability curve or distribution, respectively. Introduction We define quantiles in terms of the distribution function. The value for which the cumulative distribution function is: is called the p-quantile. Here, is a value …

Essentials of Data Science – Probability and Statistical Inference - Quantiles and Tschebyschev’s Inequality Read More »

 21,059 total views

Essentials of Data Science – Probability and Statistical Inference - Skewness and Kurtosis

In the previous note on the Probability and Statistical Inference, we have learned expectations and moments for the probability distribution of a random variable which gives central tendency and variability of the values of a random variable, respectively. In this note, we will further extend the concept of moments and study the other characteristics precisely the shape and peakedness, of the probability …

Essentials of Data Science – Probability and Statistical Inference - Skewness and Kurtosis Read More »

 104 total views,  1 views today

Scroll to Top
This is a website recovered by the free version of the Wayback Downloader.