Jonathanliu92251.github.io

study memo


Project maintained by Jonathanliu92251 Hosted on GitHub Pages — Theme by mattgraham

Exponentials Radicals and Logs

幂(真数)为自变量,指数为因变量,底数为常量的函数

Exponentials

 4(7)=16384

Logarithms

 4?=16

Polynomials 多项式

Quadratic Equations

Multivariate Differentiation

find the analog of the slope for multi-dimensonal surfaces. We call this quantity the gradient.

Integration 积分

Integrals are the inverses of derivatives.

Vector 向量

Matrice

Data

Conditional Probability and Dependence

Probability

Many of the problems we try to solve using statistics are to do with probability. For example, what’s the probable salary for a graduate who scored a given score in their final exam at school? Or, what’s the likely height of a child given the height of his or her parents?

It therefore makes sense to learn some basic principles of probability as we study statistics. Probability Basics

Let’s start with some basic definitions and principles.

An experiment or trial is an action with an uncertain outcome, such as tossing a coin.
A sample space is the set of all possible outcomes of an experiment. In a coin toss, there's a set of two possible oucomes (heads and tails).
A sample point is a single possible outcome - for example, heads)
An event is a specific outome of single instance of an experiment - for example, tossing a coin and getting tails.
Probability is a value between 0 and 1 that indicates the likelihood of a particular event, with 0 meaning that the event is impossible, and 1 meaning that the event is inevitable. In general terms, it's calculated like this:

Conditional Probability and Dependence

Events can be:

Independent (events that are not affected by other events)
Dependent (events that are conditional on other events)
Mutually Exclusive (events that can't occur together)

Binomial Variables and Distributions

A binomial variable is used to count how frequently an event occurs in a fixed number of repeated independent experiments

P(x=k)=n!/(k!*(n−k)!) *p^k *(1−p)^(n−k)

Sample and Sampling Distributions