Lecture Notes Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

World Development Indicators (WDI)

A data set supported by the World Bank that contains many different time series for different countries.

2
New cards

Current Health Expenditures Per Capita

The amount of money spent on healthcare per person, expressed in US dollars.

3
New cards

CSV (Comma Separated Values)

A file format commonly used for storing data in a table-like structure.

4
New cards

Wide Format

A type of data format where data for each variable is spread across multiple columns.

5
New cards

Long Format

A type of data format where each variable is in a single column.

6
New cards

String command

Changes integer variable to a string variable.

7
New cards

Date command

Assigning a date format to number variables.

8
New cards

Merge

Combining two datasets based on common variables.

9
New cards

Population

The set of all possible observations.

10
New cards

Sample

A subset or a smaller group selected from a population.

11
New cards

Population Parameter

A numerical value that describes a characteristic of a population.

12
New cards

Random Variable (X)

A variable whose value is a numerical outcome of a random phenomenon.

13
New cards

Population Mean (μ)

The average value of a variable in the population.

14
New cards

Expected Value of X

A weighted average where the weights are the probabilities of each value.

15
New cards

Sample Mean (X̄)

The mean calculated from the observations in a sample.

16
New cards

Population Standard Deviation (σ)

The square root of the population variance.

17
New cards

Census

A survey conducted on the entire population.

18
New cards

Property of the Sample Mean

Mean of the sample means is equal to the population mean.

19
New cards

Sampling Distribution

Deviations of individual means of the sample are equal to the population average.

20
New cards

Central Limit Theorem

As the sample size increases, the distribution of sample means approaches normal distribution, regardless of the population's distribution.

21
New cards

Computer Coin Toss

A tool that makes the computer toss a coin by doing calculations.

22
New cards

Scalar Command

A command used to assign a value to a single number that can be used repeatedly.

23
New cards

Loops in Stata

Used to repeat a block of code multiple times.