M BUZZ CRAZE NEWS
// general

Empirical vs Analytical?

By Joseph Russell
$\begingroup$

I have been reading some literature on Machine Learning and whenever I try to brush up my mathematical concepts, I come across an avid use of the terms empirical (ex. we can 'empirically' prove it, 'empirical' distribution)

and the term analytical (ex: the concept of matrix inversion helps us 'analytically' solve the eqn : Ax = b)

I see that they are used in complimentary scenarios but I am not able to find any concrete definitions of these terms in the mathematical sense. Can someone help clarify the differences between these?

$\endgroup$ 2

1 Answer

$\begingroup$

From dictionary meanings:

empirical: based on, concerned with, or verified by observation or experience.

analytical: based on analysis or logic.

Besides this, there are technical terms.

The empirical distribution for a random variable based on a finite set of observations gives each observed value the probability consisting of the fraction of observations that have that value.

An analytical expression is a formula that can be written down using the basic arithmetic operations (+-*/^) and "well-known" functions. Not to be confused with analytic function.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy