Landknock Expands, Launches Logistics Management Software

"The Dhaka-based SaaS startup Landknock, that offers a field force management software, has introduced a new software product targeting logistics and home delivery services companies.
The new software called Home Delivery Management Software can work as a back-end for logistics companies to manage merchants’ orders, delivery personnel, payment, order, location history, invoice, bill sharing, and every other function that a logistics company might need to provide to its customers. "

https://futurestartup.com/2020/01/05/landknock-expands-launches-logistics-management-software/

Social and Cultural Awareness for IT jobs

Automating Inequalityhttps://virginia-eubanks.com/books/

Weapons of Math Destruction

https://weaponsofmathdestructionbook.com/

*******************

Sayed Ahmed

BSc. Eng. in Comp. Sc. & Eng. (BUET)
MSc. in Comp. Sc. (U of Manitoba, Canada)
MSc. in Data Science and Analytics (Ryerson University, Canada)
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com
Online and Offline Training: http://Training.SitesTree.com
FB Group on Learning/Teaching: https://www.facebook.com/banglasalearningschool
Our free or paid events on IT/Data Science/Cloud/Programming/Similar: https://www.facebook.com/justetcsocial

Get access to courses on Big Data, Data Science, AI, Cloud, Linux, System Admin, Web Development and Misc. related. Also, create your own course to sell to others. http://sitestree.com/training/

If you want to contribute to the operation of this site (Bangla.SaLearn) including occasional free and/or low cost online/offline training: http://Training.SitesTree.com (or charitable/non-profit work in the education/health/social service sector), you can financially contribute to: safoundation at salearningschool.com using Paypal or Credit Card (on http://sitestree.com/training/enrol/index.php?id=114 ).

Part 4: Some Basic Math/Stat Concepts for the wanna be Data Scientists

Part 4: Some Basic Math/Stat Concepts for the wanna be Data Scientists

Also for the Engineers in General

Quadratic form

“In multivariate statistics, if \varepsilon is a vector of n random variables, and \Lambda is an n-dimensional symmetric matrix, then the scalar quantity {\displaystyle \varepsilon ^{T}\Lambda \varepsilon } is known as a quadratic form in \varepsilon.

Ref: https://en.wikipedia.org/wiki/Quadratic_form_(statistics)

Please also check matrix related concepts. We will provide some matrix concepts at one point.

“In mathematics, a quadratic form is a polynomial with terms all of degree two. For example, is a quadratic form in the variables x and y. Wikipedia


4x^2 + 2xy - 3y^2is a quadratic form in the variables x and y. The coefficients usually belong to a fixed field K, such as the real or complex numbers, and we speak of a quadratic form over K.”

“Quadratic forms are not to be confused with a quadratic equation which has only one variable and includes terms of degree two or less. A quadratic form is one case of the more general concept of homogeneous polynomials.”

Ref: https://en.wikipedia.org/wiki/Quadratic_form

Quartic function


This article is about the univariate case. For the bivariate case, see Quartic plane curve.

Graph of a polynomial of degree 4, with 3 critical points and four real roots (crossings of the x axis) (and thus no complex roots). If one or the other of the local minima were above the x axis, or if the local maximum were below it, or if there were no local maximum and one minimum below the x axis, there would only be two real roots (and two complex roots). If all three local extrema were above the x axis, or if there were no local maximum and one minimum above the x axis, there would be no real root (and four complex roots). The same reasoning applies in reverse to polynomial with a negative quartic coefficient.

In algebra, a quartic function is a function of the form

f(x)=ax^{4}+bx^{3}+cx^{2}+dx+e,

where a is nonzero, which is defined by a polynomial of degree four, called a quartic polynomial.

Sometimes the term biquadratic is used instead of quartic, but, usually, biquadratic function refers to a quadratic function of a square (or, equivalently, to the function defined by a quartic polynomial without terms of odd degree), having the form

f(x)=ax^{4}+cx^{2}+e.

A quartic equation, or equation of the fourth degree, is an equation that equates a quartic polynomial to zero, of the form

ax^{4}+bx^{3}+cx^{2}+dx+e=0,

where a ≠ 0.

The derivative of a quartic function is a cubic function.

Ref: https://en.wikipedia.org/wiki/Quartic_function

Quartic plane curve

Bivariate case

A quartic plane curve is a plane algebraic curve of the fourth degree. It can be defined by a bivariate quartic equation:

Ax^4+By^4+Cx^3y+Dx^2y^2+Exy^3+Fx^3+Gy^3+Hx^2y+Ixy^2+Jx^2+Ky^2+Lxy+Mx+Ny+P=0,

with at least one of A, B, C, D, E not equal to zero. This equation has 15 constants. However, it can be multiplied by any non-zero constant without changing the curve; thus by the choice of an appropriate constant of multiplication, any one of the coefficients can be set to 1, leaving only 14 constants. Therefore, the space of quartic curves can be identified with the real projective space {\mathbb {RP}}^{{14}}. It also follows, from Cramer’s theorem on algebraic curves, that there is exactly one quartic curve that passes through a set of 14 distinct points in general position, since a quartic has 14 degrees of freedom.

A quartic curve can have a maximum of:

Ref: https://en.wikipedia.org/wiki/Quartic_plane_curve

Expected value of Quadratic Forms

“In multivariate statistics, if \varepsilon is a vector of n random variables, and \Lambda is an n-dimensional symmetric matrix, then the scalar quantity {\displaystyle \varepsilon ^{T}\Lambda \varepsilon } is known as a quadratic form in \varepsilon.

Expected Value :

“It can be shown that[1]

{\displaystyle \operatorname {E} \left[\varepsilon ^{T}\Lambda \varepsilon \right]=\operatorname {tr} \left[\Lambda \Sigma \right]+\mu ^{T}\Lambda \mu }

where \mu and \Sigma are the expected value and variance-covariance matrix of \varepsilon, respectively, and tr denotes the trace of a matrix. This result only depends on the existence of \mu and \Sigma; in particular, normality of \varepsilon is not required.

Note: you might see \varepsilon is replaced with x, and x’ is used for transpose(x).

Also,

may be the equation without the second part (sure there will be an explanation)

The equations above hold irrespective of the distribution of x.

Expected value of Quartic form:

Ref: Estimation Books by Yaakov Bar-Shalom, X. Rong Li, Thiagalingam Kirubarajan

Mixture Density

Mixture distribution. … In cases where each of the underlying random variables is continuous, the outcome variable will also be continuous and its probability density function is sometimes referred to as a mixture density.”

Ref: https://en.wikipedia.org/wiki/Mixture_distribution

Mixture PDF:

A mixture pdf is a weighted sum of pdfs with the weights summing up to unity

gaussian mixture pdf consists of weighted sum of gaussian densities

Ref: https://www.slideshare.net/jins0618/clusteringkmeans-expectmaximization-and-gaussian-mixture-model

https://www.mathworks.com/help/stats/gmdistribution.pdf.html

http://digitalcommons.utep.edu/cgi/viewcontent.cgi?article=2110&context=cs_techrep

ML and Mixture Models:

https://www.cs.toronto.edu/~rgrosse/csc321/mixture_models.pdf

https://statweb.stanford.edu/~tibs/stat315a/LECTURES/em.pdf

Definitions: https://www.statisticshowto.datasciencecentral.com/mixture-distribution/

https://www.asc.ohio-state.edu/gan.1/teaching/spring04/Chapter3.pdf

************
Sayed Ahmed

BSc. Eng. in Comp. Sc. & Eng. (BUET)
MSc. in Comp. Sc. (U of Manitoba, Canada)
MSc. in Data Science and Analytics (Ryerson University, Canada)
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com
Online and Offline Training: http://Training.SitesTree.com
FB Group on Learning/Teaching: https://www.facebook.com/banglasalearningschool
Our free or paid events on IT/Data Science/Cloud/Programming/Similar: https://www.facebook.com/justetcsocial

Get access to courses on Big Data, Data Science, AI, Cloud, Linux, System Admin, Web Development and Misc. related. Also, create your own course to sell to others. http://sitestree.com/training/

If you want to contribute to the operation of this site (Bangla.SaLearn) including occasional free and/or low cost online/offline training: http://Training.SitesTree.com (or charitable/non-profit work in the education/health/social service sector), you can financially contribute to: safoundation at salearningschool.com using Paypal or Credit Card (on http://sitestree.com/training/enrol/index.php?id=114 ).

Part 3: Some Basic Math/Stat Concepts for the wanna be Data Scientists

Conditional Probability and PDF

“The conditional probability of an event B is the probability that the event will occur given the knowledge that an event A has already occurred.

This probability is written P(B|A), notation for the probability of B given A. “

“In the case where events A and B are independent (where event A has no effect on the probability of event B), the conditional probability of event B given event A is simply the probability of event B, that is P(B).

If events A and B are not independent, then the probability of the intersection of A and B (the probability that both events occur) is defined by

P(A and B) = P(A)P(B|A).” Multiplication rule

Ref: http://www.stat.yale.edu/Courses/1997-98/101/condprob.htm

Truncated Distribution
In statistics, a truncated distribution is a conditional distribution that results from restricting the domain of some other probability distribution. Truncated distributions arise in practical statistics in cases where the ability to record, or even to know about, occurrences is limited to values which lie above or below a given threshold or within a specified range.

For example, if the dates of birth of children in a school are examined, these would typically be subject to truncation relative to those of all children in the area given that the school accepts only children in a given age range on a specific date. There would be no information about how many children in the locality had dates of birth before or after the school’s cutoff dates if only a direct approach to the school were used to obtain information.

Probability density function for the truncated normal distribution for different sets of parameters. In all cases, a = −10 and b = 10. For the black: μ = −8, σ = 2; blue: μ = 0, σ = 2; red: μ = 9, σ = 10; orange: μ = 0, σ = 10.
Support x \in (a,b]
PDF \frac{g(x)}{F(b)-F(a)}
CDF {\displaystyle {\frac {\int _{a}^{x}g(t)dt}{F(b)-F(a)}}={\frac {F(x)-F(a)}{F(b)-F(a)}}}
Mean \frac{\int_a^b x g(x) dx}{F(b)-F(a)}
Median {\displaystyle F^{-1}\left({\frac {F(a)+F(b)}{2}}\right)}

https://en.wikipedia.org/wiki/Truncated_distribution

Law of Total Probability

Bayes’s theorem

In probability theory and statistics, Bayes’s theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event. Wikipedia

Formula
P(A\mid B)=\frac {P(B\mid A) \cdot P(A)}{P(B)}

A, B = events
P(A|B) = probability of A given B is true
P(B|A) = probability of B given A is true
P(A), P(B) = the independent probabilities of A and B

Ref: https://en.wikipedia.org/wiki/Bayes’_theorem

Bayes Formula for Random Variables:

http://pwp.gatech.edu/ece-jrom/wp-content/uploads/sites/436/2017/08/16_BayesRVs-su14.pdf

Using the above equation for the bayes rule for discrete random variable

Bayes formula for Continuous Random Variable

Using:

Conditional Expectation : Discrete Case

Conditional Expectation : Continuous Case

Ref: https://www.math.arizona.edu/~tgk/464_07/cond_exp.pdf

Gaussian Random Variables:

The PDF:

Ref: https://www.sciencedirect.com/topics/engineering/gaussian-random-variable

Gaussian Random Vector:

Ref: http://statweb.stanford.edu/~kjross/Lec11_1015.pdf

The text and images are from the Internet. References are provided.

 

Sayed Ahmed
BSc. Eng. in Comp. Sc. & Eng. (BUET)
MSc. in Comp. Sc. (U of Manitoba, Canada)
MSc. in Data Science and Analytics (Ryerson University, Canada)
Bloghttp://Bangla.SaLearningSchool.comhttp://SitesTree.com
Online and Offline Training: http://Training.SitesTree.com 
Our free or paid events on IT/Data Science/Cloud/Programming/Similar: https://www.facebook.com/justetcsocial
 
Get access to courses on Big Data, Data Science,  AI, Cloud, Linux, System Admin, Web Development and Misc. related. Also, create your own course to sell to others. http://sitestree.com/training/
 
If you want to contribute to the operation of this site (Bangla.SaLearn) including occasional free and/or low cost online/offline training: http://Training.SitesTree.com (or charitable/non-profit work in the education/health/social service sector), you can financially contribute to: safoundation at salearningschool.com using Paypal or Credit Card (on http://sitestree.com/training/enrol/index.php?id=114 ).

The Team

4 teamwork lessons you can learn from the military

https://www.hrzone.com/community/blogs/sophie-henderson/4-teamwork-lessons-you-can-learn-from-the-military

The Myth of the Top Management Team

https://hbr.org/1997/11/the-myth-of-the-top-management-team

Part 2: Some basic Math/Statistics concepts that Data Scientists (the true ones) will usually know/use

Part 2: Some basic Math/Statistics concepts that Data Scientists (the true ones) will usually know/use (came across, studied, learned, used)

Covariance and Correlation

“Covariance is a measure of how two variables change together, but its magnitude is unbounded, so it is difficult to interpret. By dividing covariance by the product of the two standard deviations, one can calculate the normalized version of the statistic. This is the correlation coefficient.” https://www.investopedia.com/terms/c/correlationcoefficient.asp on Investing and Covariance/Correlation

Covariance and expected value

Covariance is calculated as expected value or average of the product of the differences of each random variable from their expected values, where E[X] is the expected value for X and E[Y] is the expected value of y.
cov(X, Y) = E[(X – E[X]) . (Y – E[Y])]
cov(X, Y) = sum (x – E[X]) * (y – E[Y]) * 1/n

Sample: covariance: cov(X, Y) = sum (x – E[X]) * (y – E[Y]) * 1/(n – 1)
Ref: https://machinelearningmastery.com/introduction-to-expected-value-variance-and-covariance/

Formula for continuous variables

[eq4]

where [eq5] is the joint probability density function of X and Y.

Formula for Discrete Variables

[eq1]

Reference: https://www.statlect.com/glossary/covariance-formula

Correlation:

What is Correlation?

“Correlation, in the finance and investment industries, is a statistic that measures the degree to which two securities move in relation to each other. Correlations are used in advanced portfolio management, computed as the correlation coefficient, which has a value that must fall between -1.0 and +1.0.” Ref: https://www.investopedia.com/terms/c/correlation.asp

Correlation formula:

Ref: http://www.stat.yale.edu/Courses/1997-98/101/correl.htm

Correlation in Linear Regression:

“The square of the correlation coefficient, , is a useful value in linear regression. This value represents the fraction of the variation in one variable that may be explained by the other variable. Thus, if a correlation of 0.8 is observed between two variables (say, height and weight, for example), then a linear regression model attempting to explain either variable in terms of the other variable will account for 64% of the variability in the data.”

http://www.stat.yale.edu/Courses/1997-98/101/correl.htm

http://sphweb.bumc.bu.edu/otlt/MPH-Modules/BS/BS704_Multivariable/BS704_Multivariable5.html

Ref: http://ci.columbia.edu/ci/premba_test/c0331/s7/s7_5.html

Independent Events

www.wyzant.com

“In probability, two events are independent if the incidence of one event does not affect the probability of the other event. If the incidence of one event does affect the probability of the other event, then the events are dependent.”

Ref: https://brilliant.org/wiki/probability-independent-events/

How do you know if an event is independent?

“To test whether two events A and B are independent, calculate P(A), P(B), and P(A ∩ B), and then check whether P(A ∩ B) equals P(A)P(B). If they are equal, A and B are independent; if not, they are dependent. 1. You throw two fair dice, one green and one red, and observe the numbers uppermost.”
Ref: https://www.zweigmedia.com/RealWorld/tutorialsf15e/frames7_5C.html
With Examples: https://www.mathsisfun.com/data/probability-events-independent.html

Joint Distributions and Independence

The joint PMF of X1X1, X2X2, ⋯⋯, XnXn is defined asPX1,X2,…,Xn(x1,x2,…,xn)=P(X1=x1,X2=x2,…,Xn=xn).

For continuous case:
P((X1,X2,⋯,Xn)∈A)=∫⋯∫A⋯∫fX1X2⋯Xn(x1,x2,⋯,xn)dx1dx2⋯dxn.

marginal PDF of XiXi
fX1(x1)=∫∞−∞⋯∫∞−∞fX1X2…Xn(x1,x2,…,xn)dx2⋯dxn.

Ref: https://www.probabilitycourse.com/chapter6/6_1_1_joint_distributions_independence.php

Random Vectors, Random Matrices, and Their Expected Values

http://www.statpower.net/Content/313/Lecture%20Notes/MatrixExpectedValue.pdf

Random Variables and Probability Distributions: https://www.stat.pitt.edu/stoffer/tsa4/intro_prob.pdf

What are moments of a random variable?

“The “moments” of a random variable (or of its distribution) are expected values of powers or related functions of the random variable. The rth moment of X is E(Xr). In particular, the first moment is the mean, µX = E(X). The mean is a measure of the “center” or “location” of a distribution. Ref: http://homepages.gac.edu/~holte/courses/mcs341/fall10/documents/sect3-3a.pdf

Characteristic function (probability theory)

Jump to navigationJump to searchThe characteristic function of a uniform U(–1,1) random variable. This function is real-valued because it corresponds to a random variable that is symmetric around the origin; however characteristic functions may generally be complex-valued.

“In probability theory and statistics, the characteristic function of any real-valued random variable completely defines its probability distribution. If a random variable admits a probability density function, then the characteristic function is the Fourier transform of the probability density function.”

Ref: https://en.wikipedia.org/wiki/Characteristic_function_(probability_theory)

Functions of random vectors and their distribution

https://www.statlect.com/fundamentals-of-probability/functions-of-random-vectors

 

Ref: https://books.google.com/books?id=xz9nQ4wdXG4C&pg=PA42&lpg=PA42&dq=the+characteristic+functions+of+a+vector+random+variable+is+shalom+kiruba&source=bl&ots=VqY-t6i-u2&sig=ACfU3U09k0CHqK_9Lowd8MkLoyjo1ela1Q&hl=en&sa=X&ved=2ahUKEwiaw9mQ0dvmAhXBmeAKHaSgDUgQ6AEwCXoECAkQAQ#v=onepage&q=the%20characteristic%20functions%20of%20a%20vector%20random%20variable%20is%20shalom%20kiruba&f=false

Part 1: Some Math/Stat Background that (true) Data Scientists will know/use: from the internet

Chebyshev’s inequality

“In probability theory, Chebyshev’s inequality (also called the Bienaymé–Chebyshev inequality) guarantees that, for a wide class of probability distributions, no more than a certain fraction of values can be more than a certain distance from the mean.

Specifically, no more than 1/k2 of the distribution’s values can be more than k standard deviations away from the mean

equivalently, at least 1 − 1/k2 of the distribution’s values are within k standard deviations of the mean

In statistics. The inequality has great utility because it can be applied to any probability distribution in which the mean and variance are defined.”

Ref: https://en.wikipedia.org/wiki/Chebyshev%27s_inequality

Probabilistic statement[edit]

Let X (integrable) be a random variable with finite expected value μ and finite non-zero variance σ2. Then for any real number k > 0,

\Pr(|X-\mu |\geq k\sigma )\leq {\frac {1}{k^{2}}}.

Only the case k > 1 is useful. When {\displaystyle k\leq 1} the right-hand side {\displaystyle {\frac {1}{k^{2}}}\geq 1} and the inequality is trivial as all probabilities are ≤ 1.

As an example, using {\displaystyle k={\sqrt {2}}} shows that the probability that values lie outside the interval {\displaystyle (\mu -{\sqrt {2}}\sigma ,\mu +{\sqrt {2}}\sigma )} does not exceed {\frac {1}{2}}.

Ref: https://en.wikipedia.org/wiki/Chebyshev%27s_inequality

“Markov’s inequality

“Markov’s inequality (and other similar inequalities) relate probabilities to expectations, and provide (frequently loose but still useful) bounds for the cumulative distribution function of a random variable.”

Statement

“If X is a nonnegative random variable and a > 0, then the probability that X is at least a is at most the expectation of X divided by a:[1]

{\displaystyle \operatorname {P} (X\geq a)\leq {\frac {\operatorname {E} (X)}{a}}.}

Let {\displaystyle a={\tilde {a}}\cdot \operatorname {E} (X)}{\displaystyle a={\tilde {a}}\cdot \operatorname {E} (X)}{\displaystyle {\tilde {a}}>0}); then we can rewrite the previous inequality as

Ref: https://en.wikipedia.org/wiki/Markov%27s_inequality

Check Null Hypothesis concept as well as Chi Square Test here: http://bangla.salearningschool.com/recent-posts/important-basic-concepts-statistics-for-big-data/

Chi-Square Statistic:

“A chi square (χ2) statistic is a test that measures how expectations compare to actual observed data (or model results).”

https://www.investopedia.com/terms/c/chi-square-statistic.asp

“What does chi square test tell you?

The Chisquare test is intended to test how likely it is that an observed distribution is due to chance. It is also called a “goodness of fit” statistic, because it measures how well the observed distribution of data fits with the distribution that is expected if the variables are independent.”

https://www.ling.upenn.edu/~clight/chisquared.htm

“In probability theory and statistics, the chi-square distribution (also chi-squared or χ2-distribution) with k degrees of freedom is the distribution of a sum of the squares of k independent standard normal random variables. The chi-square distribution is a special case of the gamma distribution and is one of the most widely used probability distributions in inferential statistics, notably in hypothesis testing and in construction of confidence intervals.[2][3][4][5] When it is being distinguished from the more general noncentral chi-square distribution, this distribution is sometimes called the central chi-square distribution.”: https://en.wikipedia.org/wiki/Chi-squared_distribution

“A chi-squared test, also written as χ2 test, is any statistical hypothesis test where the sampling distribution of the test statistic is a chi-squared distribution when the null hypothesis is true. Without other qualification, ‘chi-squared test’ often is used as short for Pearson’s chi-squared test. The chi-squared test is used to determine whether there is a significant difference between the expected frequencies and the observed frequencies in one or more categories.”: https://en.wikipedia.org/wiki/Chi-squared_test

Statistical Significance Tests for Comparing Machine Learning Algorithms

Learn

  • Statistical hypothesis tests can aid in comparing machine learning models and choosing a final model.
  • The naive application of statistical hypothesis tests can lead to misleading results.
  • Correct use of statistical tests is challenging, and there is some consensus for using the McNemar’s test or 5×2 cross-validation with a modified paired Student t-test.

https://machinelearningmastery.com/statistical-significance-tests-for-comparing-machine-learning-algorithms/

Probability Axioms (I am not convinced that the following is the  best way to say)

  • Axiom 1: The probability of an event is a real number greater than or equal to 0.
  • Axiom 2: The probability that at least one of all the possible outcomes of a process (such as rolling a die) will occur is 1.
  • Axiom 3: If two events A and B are mutually exclusive, then the probability of either A or B occurring is the probability of A occurring plus the probability of B occurring.

https://plus.maths.org/content/maths-minute-axioms-probability

1. Probability is non-negative

2. P{S} = 1

3. Probability is additive

If A and B are two mutually exclusive (independent) events

P (A U B) = P(A) + P(B)

P (A intersection B) = empty = 0 . [nothing common]

P{A} = 1 – P'(A)

P{phi = empty} = 0

What does probability density function mean?

“Probability density function (PDF) is a statistical expression that defines a probability distribution for a continuous random variable as opposed to a discrete random variable. When the PDF is graphically portrayed, the area under the curve will indicate the interval in which the variable will fall” https://www.investopedia.com/terms/p/pdf.asp

“A probability density function is most commonly associated with absolutely continuous univariate distributions. A random variable X has density f_X, where f_X is a non-negative Lebesgue-integrable function, if:
\Pr[a\leq X\leq b]=\int _{a}^{b}f_{X}(x)\,dx.

Hence, if F_{X} is the cumulative distribution function of X, then:

F_{X}(x)=\int _{-\infty }^{x}f_{X}(u)\,du,

and f_X is continuous at x

f_{X}(x)={\frac {d}{dx}}F_{X}(x).

Intuitively, one can think of {\displaystyle f_{X}(x)\,dx} as being the probability of X falling within the infinitesimal interval [x,x+dx].”
https://en.wikipedia.org/wiki/Probability_density_function

Probability mass function

Jump to navigationJump to search
The graph of a probability mass function. All the values of this function must be non-negative and sum up to 1.

“In probability and statistics, a probability mass function (PMF) is a function that gives the probability that a discrete random variable is exactly equal to some value.[1] Sometimes it is also known as the discrete density function. The probability mass function is often the primary means of defining a discrete probability distribution, and such functions exist for either scalar or multivariate random variables whose domain is discrete.

A probability mass function differs from a probability density function (PDF) in that the latter is associated with continuous rather than discrete random variables. A PDF must be integrated over an interval to yield a probability.[2]

The value of the random variable having the largest probability mass is called the mode.”https://en.wikipedia.org/wiki/Probability_mass_function

4.3.1 Mixed Random Variables

Here, we will discuss mixed random variables. These are random variables that are neither discrete nor continuous, but are a mixture of both. In particular, a mixed random variable has a continuous part and a discrete part.

https://www.probabilitycourse.com/chapter4/4_3_1_mixed.php . Also check the examples from here

Expected values of a random variable
The expected value of a discrete random variable is the probability-weighted average of all its possible values. In other words, each possible value the random variable can assume is multiplied by its probability of occurring, and the resulting products are summed to produce the expected value.
https://en.wikipedia.org/wiki/Expected_value

The “moments” of a random variable

The “moments” of a random variable (or of its distribution) are expected values of powers or related functions of the random variable. The rth moment of X is E(Xr). In particular, the first moment is the mean, µX = E(X). The mean is a measure of the “center” or “location” of a distribution

http://homepages.gac.edu/~holte/courses/mcs341/fall10/documents/sect3-3a.pdf

Joint distributions

“Joint distributions Notes: Below X and Y are assumed to be continuous random variables. This case is, by far, the most important case. Analogous formulas, with sums replacing integrals and p.m.f.’s instead of p.d.f.’s, hold for the case when X and Y are discrete r.v.’s. Appropriate analogs also hold for mixed cases (e.g., X discrete, Y continuous), and for the more general case of n random variables X1, . . . , Xn.

• Joint cumulative distribution function (joint c.d.f.): F(x, y) = P(X ≤ x, Y ≤ y)”

https://faculty.math.illinois.edu/~hildebr/461/jointdistributions.pdf

The above were mostly from the Internet and as is.

Test: Estimation, Tracking, Probability, Data Science

Chebyshev’s inequality

"In probability theory, Chebyshev’s inequality (also called the Bienaymé–Chebyshev inequality) guarantees that, for a wide class of probability distributions, no more than a certain fraction of values can be more than a certain distance from the mean.

Specifically, no more than 1/k2 of the distribution’s values can be more than k standard deviations away from the mean

(or equivalently, at least 1 − 1/k2 of the distribution’s values are within k standard deviations of the mean).

The inequality has great utility because it can be applied to any probability distribution in which the mean and variance are defined. "

https://en.wikipedia.org/wiki/Chebyshev%27s_inequality

"Probabilistic statement[edit]

Let X (integrable) be a random variable with finite expected value μ and finite non-zero variance σ2. Then for any real number k > 0,

{\displaystyle \Pr(|X-\mu |\geq k\sigma )\leq {\frac {1}{k^{2}}}.}\Pr(|X-\mu |\geq k\sigma )\leq {\frac {1}{k^{2}}}.

Only the case {\displaystyle k>1}k > 1 is useful. When {\displaystyle k\leq 1}{\displaystyle k\leq 1} the right-hand side {\displaystyle {\frac {1}{k^{2}}}\geq 1}{\displaystyle {\frac {1}{k^{2}}}\geq 1} and the inequality is trivial as all probabilities are ≤ 1."

"As an example, using {\displaystyle k={\sqrt {2}}} shows that the probability that values lie outside the interval {\displaystyle (\mu -{\sqrt {2}}\sigma ,\mu +{\sqrt {2}}\sigma )} does not exceed {\frac {1}{2}}."

"Markov’s inequality

"Markov’s inequality (and other similar inequalities) relate probabilities to expectations, and provide (frequently loose but still useful) bounds for the cumulative distribution function of a random variable."

Statement[edit]

If X is a nonnegative random variable and a > 0, then the probability that X is at least a is at most the expectation of X divided by a:[1]

{\displaystyle \operatorname {P} (X\geq a)\leq {\frac {\operatorname {E} (X)}{a}}.}{\displaystyle \operatorname {P} (X\geq a)\leq {\frac {\operatorname {E} (X)}{a}}.}

Sayed Ahmed

BSc. Eng. in Comp. Sc. & Eng. (BUET)
MSc. in Comp. Sc. (U of Manitoba, Canada)
MSc. in Data Science and Analytics (Ryerson University, Canada)
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com
Online and Offline Training: http://Training.SitesTree.com

Get access to courses on Big Data, Data Science, AI, Cloud, Linux, System Admin, Web Development and Misc. related. Also, create your own course to sell to others to earn a revenue.
http://sitestree.com/training/

If you want to contribute to the operation of this site (Bangla.SaLearn) including occasional free and/or low cost online training (using Zoom.us): http://Training.SitesTree.com (or charitable/non-profit work in the education/health/social service sector), you can financially contribute to: safoundation at salearningschool.com using Paypal or Credit Card (on http://sitestree.com/training/enrol/index.php?id=114 ).

Software Engineering Job Interview Preparation – সফটওয়্যার ইঞ্জিনিয়ারিং ইন্টারভিউয়ের জন্য প্রস্তুতি

digital pen

Wacom Huion Gaomon Parblo
https://www.amazon.ca/Wacom-Drawing-Software-Included-CTL4100/dp/B079HL9YSF/ref=pd_sbs_147_t_1/137-1911729-0010732?_encoding=UTF8&pd_rd_i=B079HL9YSF&pd_rd_r=074faca6-26a6-4641-a332-ce30be389507&pd_rd_w=IlKml&pd_rd_wg=Nkchc&pf_rd_p=9926bb69-42b9-46e4-b788-f665992e326d&pf_rd_r=80CN0VDRKW9R930AA6JV&refRID=80CN0VDRKW9R930AA6JV&th=1

https://www.amazon.com/Wacom-CTL4100-Graphics-Software-included/dp/B079HL9YSF/ref=dp_ob_title_ce

https://www.amazon.ca/1060Plus-Graphics-Drawing-Pressure-Sensitivity/dp/B01DZLKYEW/ref=sr_1_11_sspa?keywords=huion&qid=1549776343&s=gateway&sr=8-11-spons&psc=1

https://www.amazon.ca/dp/B07KTWH92W/ref=sspa_dk_detail_4?psc=1&pd_rd_i=B07KTWH92W&pd_rd_w=JpuEc&pf_rd_p=4b7c8c1c-293f-4b1e-a49a-8787dff31bcb&pd_rd_wg=iTLjs&pf_rd_r=GETQN0DH9BFBH4VQDZ9B&pd_rd_r=748b80f9-aa5e-43b9-837d-6723ebc269c4&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUFEMFowQ1BIT0ZBOU8mZW5jcnlwdGVkSWQ9QTA0NjgyNDYySEJJR1BBNklCR1kwJmVuY3J5cHRlZEFkSWQ9QTA5Nzc4NTUzMlEwUjRGRDU5MVhZJndpZGdldE5hbWU9c3BfZGV0YWlsJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==

https://www.amazon.ca/dp/B07KTWH92W/ref=sspa_dk_detail_4?psc=1&pd_rd_i=B07KTWH92W&pd_rd_w=JpuEc&pf_rd_p=4b7c8c1c-293f-4b1e-a49a-8787dff31bcb&pd_rd_wg=iTLjs&pf_rd_r=GETQN0DH9BFBH4VQDZ9B&pd_rd_r=748b80f9-aa5e-43b9-837d-6723ebc269c4&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUFEMFowQ1BIT0ZBOU8mZW5jcnlwdGVkSWQ9QTA0NjgyNDYySEJJR1BBNklCR1kwJmVuY3J5cHRlZEFkSWQ9QTA5Nzc4NTUzMlEwUjRGRDU5MVhZJndpZGdldE5hbWU9c3BfZGV0YWlsJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==

https://www.amazon.ca/Huion-Graphics-Drawing-Tablet-Board/dp/B00TB0TTAC/ref=sr_1_15?keywords=wacom+bamboo&qid=1577324928&sr=8-15

https://www.amazon.ca/Graphics-Drawing-Pressure-Eco-Friendly-Battery-Free/dp/B075V3ZS99/ref=sr_1_20_sspa?keywords=wacom+bamboo&qid=1577324928&sr=8-20-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEyS04xWEtFS1g0WkFEJmVuY3J5cHRlZElkPUEwMTk5NzkyM045M0NBTE5DQ1VUJmVuY3J5cHRlZEFkSWQ9QTAzMTg2MjMyT0xMV1FNNkI3VlBCJndpZGdldE5hbWU9c3BfYnRmJmFjdGlvbj1jbGlja1JlZGlyZWN0JmRvTm90TG9nQ2xpY2s9dHJ1ZQ==

https://forum.deviantart.com/art/digital/2472027/

https://forum.deviantart.com/art/digital/2333282/

https://www.reddit.com/r/DigitalPainting/comments/ap1bh7/picked_some_tablets_wacom_huion_gaomon_but_could/

https://www.aliexpress.com/item/32871479347.html?spm=a2g0o.productlist.0.0.25eca677yYEntH&algo_pvid=e977074d-0813-4e27-ba5d-084c5f3cef84&algo_expid=e977074d-0813-4e27-ba5d-084c5f3cef84-0&btsid=cc674771-f08e-4480-984d-a210f1d55b33&ws_ab_test=searchweb0_0,searchweb201602_6,searchweb201603_53

https://www.aliexpress.com/wholesale?catId=0&initiative_id=SB_20191225173733&SearchText=digital+pen

https://www.youtube.com/watch?v=a5Kqpnx8fvw

https://www.wacom.com/en-us/products/smartpads/bamboo-folio

https://www.teachthought.com/technology/how-to-screencast-like-the-khan-academy/

Sayed Ahmed

BSc. Eng. in Comp. Sc. & Eng. (BUET)
MSc. in Comp. Sc. (U of Manitoba, Canada)
MSc. in Data Science and Analytics (Ryerson University, Canada)
Linkedin: https://ca.linkedin.com/in/sayedjustetc

Blog: http://Bangla.SaLearningSchool.com, http://SitesTree.com
Online and Offline Training: http://Training.SitesTree.com

Get access to courses on Big Data, Data Science, AI, Cloud, Linux, System Admin, Web Development and Misc. related. Also, create your own course to sell to others to earn a revenue.
http://sitestree.com/training/

If you want to contribute to the operation of this site (Bangla.SaLearn) including occasional free and/or low cost online training (using Zoom.us): http://Training.SitesTree.com (or charitable/non-profit work in the education/health/social service sector), you can financially contribute to: safoundation at salearningschool.com using Paypal or Credit Card (on http://sitestree.com/training/enrol/index.php?id=114 ).