2015년 2월 3일 화요일

Bayes Theorem & Laplace Estimator [editing]

Predicting based on observations?

python mini glossary [editing]

primitive constructs
        1) objects
               scalar/unstructured: int, float, bool, None
               non-scalar/structured: str, tuple, list, dict
               function
        2) operators: type specific

expression: when entered, it has a value (it returns an object)

argument: parameter


Descriptive Statistics & Inferential Statistics

Descriptive Statistics: '그렇다'라고 말하는 것. (To say 'it is'.)

Inferential Statistics: '그럴 것이다'라고 말하는 것. (To say 'it is expected to be.')


+Descriptive, Predictive, Forecasting(Prescriptive)