EMTH210 final

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:16 PM on 6/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

37 Terms

1
New cards

Two conditions for a PDF

nonnegative everywhere and total area under the curve = 1

2
New cards

shifting has no impact on….?

variance

3
New cards

bigger sample =

smaller variance

4
New cards

When two random variables are independent, the joint PDF factors into ….?

the product of its marginal PDFs (lowercase f)

5
New cards

When X,Y are independent, the Joint Cumulative Distribution Function (JCDF) factors into…?

the product of their individual marginal Cumulative Distribution Functions (CDFs) (capital F)

6
New cards

for eigenvectors to be orthogonal (perpendicular) to one another:

their dot product must equal 0.

7
New cards

what is the characteristic equation

det(A-lambdaI) = 0

8
New cards

when asked to find the general solution it means…

find x (or x and y)

9
New cards

How to find the eigenvalues of a diagonal matrix

the values along the diagonal are the eigenvalues

10
New cards

for a symmetric matrix, eigenvectors are….?

orthogonal

11
New cards

If a matrix is orthogonal and mulitplied together by its transpose what is the product?

the identity matrix

12
New cards

integration by parts formula

integral of u dv = uv - integral of v du

13
New cards

requirements for multivariate iterated integrals (in limits and variables)

the outermost limits must be constants, inner limits can only depend on outer variables, and you cannot have the same differential variable repeated.

14
New cards

How do you mathematically prove whether two continuous random variables X and Y are independent using their probability density functions?

They are independent if and only if the product of their marginal PDFs equals their joint PDF for every x and y

15
New cards

For n independent random variables each with mean mu and variance sigma squared, what are the expected value and variance of the sample average X(overline)

expected value = mu , variance = variance / n

16
New cards

In Maximum Likelihood Estimation (MLE), how is the log-likelihood function mathematically constructed from a sample of independent observations?

It is the natural logarithm of the product of the individual probability density functions, which simplifies into the sum of the log-PDFs

17
New cards

What is the first major calculus step used to find a candidate value for a maximum likelihood estimator theta hat

You differentiate the log-likelihood function with respect to the parameter theta, set this first derivative equal to zero, and solve for theta

18
New cards

Conceptually, what are you doing when you change the integration order of a double integral from dydx to dxdy

Changing the direciton of the arrows across the region

19
New cards

If two random variables are independent, their covariance is 0. If their covariance is 0, are they guaranteed to be independent? Explain.


Covariance only detects linear relationships. Two variables can have a covariance of 0 but remain completely dependent through a non-linear relationship (such as Y = X²)

20
New cards

Holding your collected sample dataset completely fixed, why does demanding a higher level of confidence (e.g., 90% to 95%) force your confidence interval to become wider? (to do with mean-target zone)


A wider interval provides a broader target zone, lowering the risk that the true mean falls outside your boundaries. Precision is sacrificed to gain certainty.

21
New cards

ODE: Given a system dy/dt = By with distinct eigenvalues lambda1, lambda2, lambda3 and corresponding eigenvectors v1, v2, v3:

What is the General Solution Formula for the state vector y(t)?

c1*e^(lambda1*t)*v1 + c2*e^(lambda2*t)*v2 + c3*e^(lambda3*t)*v3

22
New cards

matrix form of quadratic equation (ellipse)

x^TAx

23
New cards

density = (formula)

mass / volume

24
New cards

generally, how do you find the expectation of a function? for any number of variables

integration of the function times the inside of the E() brackets, with respect to however many variables present

25
New cards

what is the likelihood function of a function with independent variables

The product of the individual probability density functions for each observed value, treated as a function of the unknown parameter

26
New cards

how do you simplify the log-likelihood function? (after adding ln)

convert the multiplications / products into summations

27
New cards

what is x (overline)

the sum all observed values of x divided by the number of observations (samples)

28
New cards

what does correlation show and how is it different to covariance? (and what scale)

correlation tells you both the direction and strength while covariance only shows you direction. It scales the relationship to a clean, unit-free metric between -1 and 1.

29
New cards

formula for centroid of shape in 2 space

1/A double integral

30
New cards

method steps in defining new coordinates u and v and writing ellipse in form au²+bv²=5

write ellipse as matrix form, xAx^T. Replace A = PDP^T. Let [u v] = [x y]P. write in new form to find coefficients.

31
New cards

integral for coordinates of centroid (x or y)

1/A integral of (x or y)

32
New cards

expectation and variance of exponential random variable

1/lambda and 1/lambda²

33
New cards

expectation and variance of a continuous uniform random variable

(1/2)(a+b) and (1/12)(b-a)²

34
New cards

How do you find the variance of a linear combination of two random variables when they are independent? what is Var(aX + bY + c)

a²Var(X)+b²Var(Y)

35
New cards

How do you find the variance of a linear combination of two random variables when they are not independent? what is Var(aX + bY + c)

a²Var(X)+b²Var(Y)+2abCov(X,Y)

36
New cards

sample variance formula s²=

1/(n-1) sum up to n of (xi - sample mean)²

37
New cards

sample mean formula x(overline) =

1/n sum up to n of x