CFA 9: Common Probability Distributions Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

discrete random variable

Discrete Random Variables

A

A random variable that can take on at most a countable number of possible values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

continuous random variable

Discrete Random Variables

A

A random variable for which the range of possible outcomes is the real line (all real numbers between -infinity and +infinity) or some subset of the real line).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

probability function

Discrete Random Variables

A

A function that specifies the probability that the random variable takes on a specific value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

probability density function

Discrete Random Variables

A

A function with non-negative values such that probability can be described by areas under the curve graphing the function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

cumulative distribution function

Discrete Random Variables

A

A function giving the probability that a random variable is less than or equal to a specified value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Bernoulli random variable

Discrete Random Variables

A

A random variable having the outcomes 0 and 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bernoulli trial

Discrete Random Variables

A

An experiment that can produce one of two outcomes.

If we let Y equal 1 when the outcome is success and Y equal 0 when the outcome is failure, then the probability function of the Bernoulli random variable Y is:

p(1) = P(Y=1) = p
p(0) = P(Y=0) = 1- p

where p is the probability that the trial is a success.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

binomial random variable

Discrete Random Variables

A

Binomial random variable X is defined as the number of successes in n Bernoulli trials.

A binomial random variable is the sum of Bernoulli random variables Yi, i =1,2, …, n:

X = Y1 + Y2 + … Yn

Where Yi is the outcome on the ith trial (w if a success, 0 if a failure). We know that a Bernoulli random variable is defined by the parameter p. The number of trials, n, is the second parameter of a binomial random variable. The binomial distribution makes these assumptions:

  • The probability, p, of success is constant for all trials.
  • The trials are independent.

The second assumption has great simplifying force. If indivdual trials were correlated, calculating the porbability of a given number of successes in n trials would be much more complicated.

Under the above two assumptions, a binomial random variable is completely described by two paramenters, n and p. Written as:

X ~ B(n,p)

which we read as “X has a binomial distribution with parameters n and p.” You can see that a Bernoulli random variable is a binomial random variable with n=1: Y~B(1,p).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

binomial model

Discrete Random Variables

A

A model for pricing options in which the underlying price can move to only one of two possible new prices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

up transition probability

Discrete Random Variables

A

The probability that an asset’s value moves up.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

down transition probability

Discrete Random Variables

A

The probability that an asset’s value moves down in a model of asset price dynamics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

binomial tree

Discrete Random Variables

A

The graphical representation of a model of asset price dynamics in which, at each period, the asset moves up with probability p or down with probability (1-p)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

univariate distribution

Continuous Random Variables

A

A distribution that specifies the probabilities for a single random variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

multivariate distribution

Continous Random Variables

A

A probability distribution that specifies the probabilities for a group of related random variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

multivariate normal distribution

Continuous Random Variables

A

A probability distribution for a group of random variables that is completely defined by the means and variances of the variables plus all the correlations between pairs of the variables.

A multivariate normal distribution for the returns on n stocks is completely defined by three lists of parameters:

  • The list of the mean returns on the individual securities (n means in total);
  • The list of the securities’ variances of return (n variances in total); and
  • The list of all the distinct pairwise return correlations: n(n-1)/2 distinct correlations in total.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

standard normal distribution

Continuous Random Variables

A

The normal density with mean (u) equal to 0 and standard deviation equal to 1.

17
Q

standardizing a random variable

Continuous Random Variables

A

A transformation that involves subtracting the mean and dividing the result by the standard deviation.

18
Q

mean-variance analysis

Continuous Random Variables

A

In economic theory, mean-variance analysis holds exactly when investors are risk averse; when they choose investments so as to maximize expected utility, or satisfaction; and when either

1) returns are normally distributed, or
2) investors have quadratic utility functions.

19
Q

safety-first rules

Continuous Random Variables

A

Rules for portfolio selection that focus on the risk that portfolio value will fall below some minimum acceptable level over some time horizon.

20
Q

shortfall risk

Continuous Random Variables

A

The risk that portfolio value will fall below some minimum acceptable level over some time horizon.

21
Q

stress testing/ scenario analysis

Continuous Random Variables

A

A set of techniques for estimating losses in extremely unfavorable combinations of events or scenarios.

22
Q

Value at Risk (VAR)

Continuous Random Variables

A

A money measure of the minimum value of losses expected during a specified time period at a given level of probability.

23
Q

price relative

Continuous Random Variables

A

A ratio of an ending price over a beginning price; it is equal to 1 plus the holding period return on the asset.

24
Q

continuously compounded return

Continuous Random Variables

A

The natural logarithm of 1 plus the holding period return, or equivalently, the natural logarithm of the ending price over the beginning price.

25
Q

independently and identically distributed (IID)

Continuous Random Variables

A

With respect to random variables, the property of random variables that are independent of each other but follow the identical probability distribution.

26
Q

Monte Carlo simulation

Monte Carlo Simulation

A

An approach to estimating a probability distribution of outcomes to examine what might happen if particular risks are faced. This method is widely used in the sciences as well as in business to study a variety of problems.

27
Q

Asian call option

Monte Carlo Simulation

A

A European-style option with a value at maturity equal to the difference between the stock price at maturity and the average stock price during the life of the option, or $0, whichever is greater.

28
Q

simulation trial

Monte Carlo Simulation

A

A complete pass through the steps of a simulation.

29
Q

random number generator

Monte Carlo Simulation

A

Refers to an algorithm that produces uniformly distributed random numbers between 0 and 1.

30
Q

random number (in computer simulation context)

Monte Carlo Simulation

A

An observation drawn from a uniform distribution. For other distributions, the term “random observation” is used in this context.